~ubuntu-branches/ubuntu/vivid/clutter-1.0/vivid-proposed

« back to all changes in this revision

Viewing changes to doc/reference/cogl/cogl-sections.txt

  • Committer: Bazaar Package Importer
  • Author(s): Emilio Pozuelo Monfort
  • Date: 2010-07-18 17:21:49 UTC
  • mfrom: (1.2.1 upstream) (4.1.3 experimental)
  • Revision ID: james.westby@ubuntu.com-20100718172149-j6s9u4chocaoykme
Tags: 1.2.12-1
* New upstream release.
* debian/libclutter-1.0-0.symbols,
  debian/rules:
  - Add a symbols file.
* debian/rules,
  debian/source/format:
  - Switch to source format 3.0 (quilt).
* debian/control.in:
  - Standards-Version is 3.9.0, no changes needed.
* Upload to unstable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
 
9
9
<SUBSECTION>
10
10
CoglFuncPtr
11
 
COGL_PIXEL_FORMAT_24
12
 
COGL_PIXEL_FORMAT_32
13
 
COGL_A_BIT
14
 
COGL_BGR_BIT
15
 
COGL_AFIRST_BIT
16
 
COGL_PREMULT_BIT
17
 
COGL_UNORDERED_MASK
18
 
COGL_UNPREMULT_MASK
19
11
CoglPixelFormat
20
12
CoglBufferTarget
21
13
CoglBufferBit
45
37
cogl_get_projection_matrix
46
38
cogl_set_projection_matrix
47
39
cogl_viewport
 
40
cogl_set_viewport
48
41
cogl_get_viewport
49
42
 
50
43
<SUBSECTION>
78
71
 
79
72
<SUBSECTION Standard>
80
73
COGL_TYPE_ATTRIBUTE_TYPE
 
74
COGL_TYPE_BLEND_STRING_ERROR
 
75
COGL_TYPE_BUFFER_ACCESS
81
76
COGL_TYPE_BUFFER_BIT
82
77
COGL_TYPE_BUFFER_TARGET
 
78
COGL_TYPE_BUFFER_UPDATE_HINT
 
79
COGL_TYPE_BUFFER_USAGE_HINT
83
80
COGL_TYPE_DEBUG_FLAGS
 
81
COGL_TYPE_DRIVER_ERROR
84
82
COGL_TYPE_FEATURE_FLAGS
85
83
COGL_TYPE_FIXED
86
84
COGL_TYPE_FOG_MODE
90
88
COGL_TYPE_MATERIAL_FILTER
91
89
COGL_TYPE_MATERIAL_LAYER_TYPE
92
90
COGL_TYPE_PIXEL_FORMAT
 
91
COGL_TYPE_READ_PIXELS_FLAGS
93
92
COGL_TYPE_SHADER_TYPE
94
93
COGL_TYPE_TEXTURE_FLAGS
95
94
COGL_TYPE_VERTICES_MODE
96
95
 
97
96
<SUBSECTION Private>
 
97
COGL_DRIVER_ERROR
 
98
CoglDriverError
98
99
cogl_attribute_type_get_type
99
100
cogl_buffer_bit_get_type
100
101
cogl_buffer_target_get_type
101
102
cogl_debug_flags_get_type
 
103
cogl_driver_error_get_type
102
104
cogl_feature_flags_get_type
103
105
cogl_fixed_get_type
104
106
cogl_fog_mode_get_type
108
110
cogl_material_filter_get_type
109
111
cogl_material_layer_type_get_type
110
112
cogl_pixel_format_get_type
 
113
cogl_read_pixels_flags_get_type
111
114
cogl_shader_type_get_type
112
115
cogl_texture_flags_get_type
113
116
cogl_vertices_mode_get_type
114
 
COGL_NOTE
115
 
CoglDebugFlags
116
 
cogl_debug_flags
 
117
COGL_AFIRST_BIT
 
118
COGL_A_BIT
 
119
COGL_BGR_BIT
 
120
COGL_PIXEL_FORMAT_24
 
121
COGL_PIXEL_FORMAT_32
 
122
COGL_PREMULT_BIT
 
123
COGL_UNORDERED_MASK
 
124
COGL_UNPREMULT_MASK
117
125
</SECTION>
118
126
 
119
127
<SECTION>
120
128
<FILE>cogl-clipping</FILE>
121
 
CoglClipStackState
122
 
cogl_clip_push
 
129
<TITLE>Clipping</TITLE>
 
130
cogl_clip_push_rectangle
 
131
cogl_clip_push_window_rectangle
123
132
cogl_clip_push_from_path
124
133
cogl_clip_push_from_path_preserve
 
134
cogl_clip_pop
 
135
 
 
136
<SUBSECTION>
 
137
cogl_clip_push
125
138
cogl_clip_push_window_rect
126
 
cogl_clip_pop
 
139
cogl_clip_ensure
127
140
cogl_clip_stack_save
128
141
cogl_clip_stack_restore
129
 
cogl_clip_ensure
130
 
<SECTION>
 
142
</SECTION>
131
143
 
132
144
<SECTION>
133
145
<FILE>cogl-primitives</FILE>
162
174
cogl_path_fill_preserve
163
175
cogl_path_stroke
164
176
cogl_path_stroke_preserve
165
 
cogl_color
166
177
</SECTION>
167
178
 
168
179
<SECTION>
170
181
<TITLE>Bitmaps</TITLE>
171
182
cogl_bitmap_new_from_file
172
183
cogl_bitmap_get_size_from_file
 
184
cogl_is_bitmap
173
185
</SECTION>
174
186
 
175
187
<SECTION>
182
194
cogl_texture_new_from_data
183
195
cogl_texture_new_from_foreign
184
196
cogl_texture_new_from_bitmap
 
197
cogl_texture_new_from_sub_texture
185
198
cogl_is_texture
186
199
cogl_texture_ref
187
200
cogl_texture_unref
196
209
cogl_texture_get_gl_texture
197
210
cogl_texture_get_data
198
211
cogl_texture_set_region
 
212
 
 
213
<SUBSECTION Private>
 
214
COGL_TEXTURE_MAX_WASTE
199
215
</SECTION>
200
216
 
201
217
<SECTION>
235
251
cogl_offscreen_ref
236
252
cogl_offscreen_unref
237
253
cogl_is_offscreen
 
254
cogl_set_framebuffer
 
255
cogl_push_framebuffer
 
256
cogl_pop_framebuffer
238
257
cogl_set_draw_buffer
239
258
cogl_pop_draw_buffer
240
259
cogl_push_draw_buffer
319
338
cogl_angle_tan
320
339
 
321
340
<SUBSECTION Private>
322
 
cogl_fixed_mul
323
 
cogl_fixed_div
324
 
cogl_fixed_mul_div
325
341
cogl_double_to_fixed
326
342
cogl_double_to_int
327
343
cogl_double_to_unit
354
370
cogl_color_get_green_float
355
371
cogl_color_get_blue_float
356
372
cogl_color_get_alpha_float
 
373
 
 
374
<SUBSECTION>
 
375
cogl_color_premultiply
 
376
cogl_color_equal
357
377
</SECTION>
358
378
 
359
379
<SECTION>
368
388
cogl_vertex_buffer_submit
369
389
cogl_vertex_buffer_disable
370
390
cogl_vertex_buffer_enable
 
391
CoglVerticesMode
371
392
cogl_vertex_buffer_draw
372
393
cogl_is_vertex_buffer
373
394
 
376
397
cogl_vertex_buffer_indices_new
377
398
cogl_vertex_buffer_draw_elements
378
399
cogl_vertex_buffer_indices_get_for_quads
 
400
cogl_is_vertex_buffer_indices
 
401
 
 
402
<SUBSECTION Private>
 
403
cogl_vertex_buffer_indices_get_type
379
404
</SECTION>
380
405
 
381
406
<SECTION>
393
418
cogl_matrix_scale
394
419
cogl_matrix_init_from_array
395
420
cogl_matrix_get_array
 
421
cogl_matrix_get_inverse
396
422
</SECTION>
397
423
 
398
424
<SECTION>
399
425
<FILE>cogl-material</FILE>
400
426
<TITLE>Materials</TITLE>
401
427
cogl_material_new
 
428
cogl_material_copy
402
429
cogl_material_ref
403
430
cogl_material_unref
404
431
cogl_is_material
419
446
cogl_material_get_shininess
420
447
CoglMaterialAlphaFunc
421
448
cogl_material_set_alpha_test_function
 
449
COGL_BLEND_STRING_ERROR
422
450
CoglBlendStringError
423
 
COGL_BLEND_STRING_ERROR
424
451
cogl_material_set_blend
425
452
cogl_material_set_blend_constant
426
453
cogl_material_set_layer
432
459
cogl_material_get_n_layers
433
460
CoglMaterialFilter
434
461
cogl_material_set_layer_filters
 
462
CoglMaterialLayerType
435
463
cogl_material_layer_get_type
436
464
cogl_material_layer_get_texture
437
465
cogl_material_layer_get_min_filter
438
466
cogl_material_layer_get_mag_filter
 
467
<SUBSECTION Private>
 
468
cogl_blend_string_error_get_type
 
469
cogl_blend_string_error_quark
439
470
</SECTION>
440
471
 
441
472
<SECTION>
442
 
<FILE>cogl-material-internals</FILE>
443
 
<TITLE>Material Internals</TITLE>
444
 
cogl_material_get_layers
445
 
CoglMaterialLayerType
446
 
cogl_material_layer_get_type
447
 
cogl_material_layer_get_texture
 
473
<FILE>cogl-buffer</FILE>
 
474
<TITLE>Buffers</TITLE>
 
475
cogl_is_buffer
 
476
cogl_buffer_get_size
 
477
CoglBufferUsageHint
 
478
cogl_buffer_set_usage_hint
 
479
cogl_buffer_get_usage_hint
 
480
CoglBufferUpdateHint
 
481
cogl_buffer_set_update_hint
 
482
cogl_buffer_get_update_hint
 
483
CoglBufferAccess
 
484
cogl_buffer_map
 
485
cogl_buffer_unmap
 
486
cogl_buffer_set_data
 
487
 
 
488
<SUBSECTION>
 
489
cogl_pixel_buffer_new
 
490
cogl_pixel_buffer_new_for_size
 
491
cogl_is_pixel_buffer
 
492
 
 
493
<SUBSECTION>
 
494
cogl_texture_new_from_buffer
 
495
 
 
496
<SUBSECTION Private>
 
497
cogl_buffer_access_get_type
 
498
cogl_buffer_update_hint_get_type
 
499
cogl_buffer_usage_hint_get_type
448
500
</SECTION>