diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-03-21 08:34:04 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2012-03-21 22:15:34 +0800 |
commit | 699a0bd74a238865030e1f005c8b4921b02ea4b2 (patch) | |
tree | 90c7b88c0ddf05c485b60576a46122e2d16e478d /cogl/cogl.symbols | |
parent | 14edc7ad50e16bbd612ce8f60a0b28a0f538cc88 (diff) | |
download | cogl-699a0bd74a238865030e1f005c8b4921b02ea4b2.tar.gz |
Update cogl.symbols
...for the following added APIs:
cogl_bitmap_new_for_data
cogl_framebuffer_read_pixels
cogl_framebuffer_draw_multitextured_rectangles
cogl_framebuffer_draw_rectangle
cogl_framebuffer_draw_rectangles
cogl_framebuffer_draw_textured_rectangle
cogl_framebuffer_draw_textured_rectangles
Reviewed-by: Robert Bragg <robert@linux.intel.com>
Diffstat (limited to 'cogl/cogl.symbols')
-rw-r--r-- | cogl/cogl.symbols | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cogl/cogl.symbols b/cogl/cogl.symbols index 325b4316..c0017f3d 100644 --- a/cogl/cogl.symbols +++ b/cogl/cogl.symbols @@ -53,6 +53,7 @@ cogl_bitmap_get_height cogl_bitmap_get_rowstride cogl_bitmap_get_size_from_file cogl_bitmap_get_width +cogl_bitmap_new_for_data cogl_bitmap_new_from_file cogl_bitmap_new_from_buffer cogl_bitmap_new_with_size @@ -221,7 +222,12 @@ cogl_framebuffer_clear cogl_framebuffer_discard_buffers cogl_framebuffer_draw_attributes cogl_framebuffer_draw_indexed_attributes +cogl_framebuffer_draw_multitextured_rectangles cogl_framebuffer_draw_primitive +cogl_framebuffer_draw_rectangle +cogl_framebuffer_draw_rectangles +cogl_framebuffer_draw_textured_rectangle +cogl_framebuffer_draw_textured_rectangles cogl_framebuffer_error_quark cogl_framebuffer_finish cogl_framebuffer_frustum @@ -253,6 +259,7 @@ cogl_framebuffer_push_path_clip cogl_framebuffer_push_primitive_clip cogl_framebuffer_push_rectangle_clip cogl_framebuffer_push_scissor_clip +cogl_framebuffer_read_pixels cogl_framebuffer_read_pixels_into_bitmap cogl_framebuffer_resolve_samples cogl_framebuffer_resolve_samples_region |