r39364 - /desktop/experimental/cogl/debian/

ah at users.alioth.debian.org ah at users.alioth.debian.org
Wed Aug 28 10:34:14 UTC 2013


Author: ah
Date: Wed Aug 28 10:34:14 2013
New Revision: 39364

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=39364
Log:
* Rename packages for bumped sonames (12->15)
* Update symbols files

Added:
    desktop/experimental/cogl/debian/libcogl-gles2-15.install
      - copied unchanged from r39314, desktop/experimental/cogl/debian/libcogl-gles2-12.install
    desktop/experimental/cogl/debian/libcogl-gles2-15.symbols
      - copied, changed from r39314, desktop/experimental/cogl/debian/libcogl-gles2-12.symbols
    desktop/experimental/cogl/debian/libcogl-pango15.install
      - copied unchanged from r39314, desktop/experimental/cogl/debian/libcogl-pango12.install
    desktop/experimental/cogl/debian/libcogl-pango15.symbols
      - copied, changed from r39314, desktop/experimental/cogl/debian/libcogl-pango12.symbols
    desktop/experimental/cogl/debian/libcogl15.install
      - copied unchanged from r39314, desktop/experimental/cogl/debian/libcogl12.install
    desktop/experimental/cogl/debian/libcogl15.symbols
      - copied, changed from r39314, desktop/experimental/cogl/debian/libcogl12.symbols
Removed:
    desktop/experimental/cogl/debian/libcogl-gles2-12.install
    desktop/experimental/cogl/debian/libcogl-gles2-12.symbols
    desktop/experimental/cogl/debian/libcogl-pango12.install
    desktop/experimental/cogl/debian/libcogl-pango12.symbols
    desktop/experimental/cogl/debian/libcogl12.install
    desktop/experimental/cogl/debian/libcogl12.symbols
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/control.in

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=39364&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog	[utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog	[utf-8] Wed Aug 28 10:34:14 2013
@@ -2,6 +2,8 @@
 
   * New upstream development release.
   * Build-depend on libwayland-dev (>= 1.1.90) according to configure.ac
+  * Rename packages for bumped sonames (12->15)
+  * Update symbols files
 
  -- Andreas Henriksson <andreas at fatal.se>  Tue, 27 Aug 2013 16:11:53 +0200
 

Modified: desktop/experimental/cogl/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/control.in?rev=39364&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/control.in	[utf-8] (original)
+++ desktop/experimental/cogl/debian/control.in	[utf-8] Wed Aug 28 10:34:14 2013
@@ -24,7 +24,7 @@
 Vcs-Svn: svn://svn.debian.org/pkg-gnome/desktop/unstable/cogl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-gnome/desktop/unstable/cogl/
 
-Package: libcogl12
+Package: libcogl15
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -57,7 +57,7 @@
 Package: libcogl-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl12 (= ${binary:Version}),
+Depends: libcogl15 (= ${binary:Version}),
          gir1.2-cogl-1.0 (= ${binary:Version}),
          libgl1-mesa-dev (>= 7.1~rc3-1~),
          libgles2-mesa-dev (>= 7.1~rc3-1~) [!hurd-any] | libgles2-dev [!hurd-any],
@@ -81,11 +81,11 @@
  .
  This package contains the development files for libcogl.
 
-Package: libcogl12-dbg
+Package: libcogl15-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl12 (= ${binary:Version}),
+Depends: libcogl15 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
@@ -122,7 +122,7 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl.
 
-Package: libcogl-pango12
+Package: libcogl-pango15
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -138,7 +138,7 @@
 Package: libcogl-pango-dev
 Section: libdevel
 Architecture: any
-Depends: libcogl-pango12 (= ${binary:Version}),
+Depends: libcogl-pango15 (= ${binary:Version}),
          gir1.2-coglpango-1.0 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          libglib2.0-dev (>= 2.28.0),
@@ -163,11 +163,11 @@
  .
  This package contains the development files for libcogl-pango.
 
-Package: libcogl-pango12-dbg
+Package: libcogl-pango15-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: libcogl-pango12 (= ${binary:Version}),
+Depends: libcogl-pango15 (= ${binary:Version}),
          ${misc:Depends}
 Multi-Arch: same
 Description: Object oriented GL/GLES Abstraction/Utility Layer (debug files)
@@ -191,7 +191,7 @@
  It can be used by packages using the GIRepository format to generate
  dynamic bindings for libcogl-pango.
 
-Package: libcogl-gles2-12
+Package: libcogl-gles2-15
 Architecture: linux-any kfreebsd-any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
@@ -213,7 +213,7 @@
 Package: libcogl-gles2-dev
 Section: libdevel
 Architecture: linux-any kfreebsd-any
-Depends: libcogl-gles2-12 (= ${binary:Version}),
+Depends: libcogl-gles2-15 (= ${binary:Version}),
          libcogl-dev (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}

Copied: desktop/experimental/cogl/debian/libcogl-gles2-15.symbols (from r39314, desktop/experimental/cogl/debian/libcogl-gles2-12.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-gles2-15.symbols?rev=39364&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-gles2-12.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-gles2-15.symbols	[utf-8] Wed Aug 28 10:34:14 2013
@@ -1,143 +1,1006 @@
-libcogl-gles2.so.12 libcogl-gles2-12 #MINVER#
- glActiveTexture at Base 1.11.2
- glAttachShader at Base 1.11.2
- glBindAttribLocation at Base 1.11.2
- glBindBuffer at Base 1.11.2
- glBindFramebuffer at Base 1.11.2
- glBindRenderbuffer at Base 1.11.2
- glBindTexture at Base 1.11.2
- glBlendColor at Base 1.11.2
- glBlendEquation at Base 1.11.2
- glBlendEquationSeparate at Base 1.11.2
- glBlendFunc at Base 1.11.2
- glBlendFuncSeparate at Base 1.11.2
- glBufferData at Base 1.11.2
- glBufferSubData at Base 1.11.2
- glCheckFramebufferStatus at Base 1.11.2
- glClear at Base 1.11.2
- glClearColor at Base 1.11.2
- glClearDepthf at Base 1.11.2
- glClearStencil at Base 1.11.2
- glColorMask at Base 1.11.2
- glCompileShader at Base 1.11.2
- glCompressedTexImage2D at Base 1.11.2
- glCompressedTexSubImage2D at Base 1.11.2
- glCopyTexImage2D at Base 1.11.2
- glCopyTexSubImage2D at Base 1.11.2
- glCreateProgram at Base 1.11.2
- glCreateShader at Base 1.11.2
- glCullFace at Base 1.11.2
- glDeleteBuffers at Base 1.11.2
- glDeleteFramebuffers at Base 1.11.2
- glDeleteProgram at Base 1.11.2
- glDeleteRenderbuffers at Base 1.11.2
- glDeleteShader at Base 1.11.2
- glDeleteTextures at Base 1.11.2
- glDepthFunc at Base 1.11.2
- glDepthMask at Base 1.11.2
- glDepthRangef at Base 1.11.2
- glDetachShader at Base 1.11.2
- glDisable at Base 1.11.2
- glDisableVertexAttribArray at Base 1.11.2
- glDrawArrays at Base 1.11.2
- glDrawElements at Base 1.11.2
- glEnable at Base 1.11.2
- glEnableVertexAttribArray at Base 1.11.2
- glFinish at Base 1.11.2
- glFlush at Base 1.11.2
- glFramebufferRenderbuffer at Base 1.11.2
- glFramebufferTexture2D at Base 1.11.2
- glFrontFace at Base 1.11.2
- glGenBuffers at Base 1.11.2
- glGenFramebuffers at Base 1.11.2
- glGenRenderbuffers at Base 1.11.2
- glGenTextures at Base 1.11.2
- glGenerateMipmap at Base 1.11.2
- glGetActiveAttrib at Base 1.11.2
- glGetActiveUniform at Base 1.11.2
- glGetAttachedShaders at Base 1.11.2
- glGetAttribLocation at Base 1.11.2
- glGetBooleanv at Base 1.11.2
- glGetBufferParameteriv at Base 1.11.2
- glGetError at Base 1.11.2
- glGetFloatv at Base 1.11.2
- glGetFramebufferAttachmentParameteriv at Base 1.11.2
- glGetIntegerv at Base 1.11.2
- glGetProgramInfoLog at Base 1.11.2
- glGetProgramiv at Base 1.11.2
- glGetRenderbufferParameteriv at Base 1.11.2
- glGetShaderInfoLog at Base 1.11.2
- glGetShaderPrecisionFormat at Base 1.11.2
- glGetShaderSource at Base 1.11.2
- glGetShaderiv at Base 1.11.2
- glGetString at Base 1.11.2
- glGetTexParameterfv at Base 1.11.2
- glGetTexParameteriv at Base 1.11.2
- glGetUniformLocation at Base 1.11.2
- glGetUniformfv at Base 1.11.2
- glGetUniformiv at Base 1.11.2
- glGetVertexAttribPointerv at Base 1.11.2
- glGetVertexAttribfv at Base 1.11.2
- glGetVertexAttribiv at Base 1.11.2
- glHint at Base 1.11.2
- glIsBuffer at Base 1.11.2
- glIsEnabled at Base 1.11.2
- glIsFramebuffer at Base 1.11.2
- glIsProgram at Base 1.11.2
- glIsRenderbuffer at Base 1.11.2
- glIsShader at Base 1.11.2
- glIsTexture at Base 1.11.2
- glLineWidth at Base 1.11.2
- glLinkProgram at Base 1.11.2
- glPixelStorei at Base 1.11.2
- glPolygonOffset at Base 1.11.2
- glReadPixels at Base 1.11.2
- glReleaseShaderCompiler at Base 1.11.2
- glRenderbufferStorage at Base 1.11.2
- glSampleCoverage at Base 1.11.2
- glScissor at Base 1.11.2
- glShaderBinary at Base 1.11.2
- glShaderSource at Base 1.11.2
- glStencilFunc at Base 1.11.2
- glStencilFuncSeparate at Base 1.11.2
- glStencilMask at Base 1.11.2
- glStencilMaskSeparate at Base 1.11.2
- glStencilOp at Base 1.11.2
- glStencilOpSeparate at Base 1.11.2
- glTexImage2D at Base 1.11.2
- glTexParameterf at Base 1.11.2
- glTexParameterfv at Base 1.11.2
- glTexParameteri at Base 1.11.2
- glTexParameteriv at Base 1.11.2
- glTexSubImage2D at Base 1.11.2
- glUniform1f at Base 1.11.2
- glUniform1fv at Base 1.11.2
- glUniform1i at Base 1.11.2
- glUniform1iv at Base 1.11.2
- glUniform2f at Base 1.11.2
- glUniform2fv at Base 1.11.2
- glUniform2i at Base 1.11.2
- glUniform2iv at Base 1.11.2
- glUniform3f at Base 1.11.2
- glUniform3fv at Base 1.11.2
- glUniform3i at Base 1.11.2
- glUniform3iv at Base 1.11.2
- glUniform4f at Base 1.11.2
- glUniform4fv at Base 1.11.2
- glUniform4i at Base 1.11.2
- glUniform4iv at Base 1.11.2
- glUniformMatrix2fv at Base 1.11.2
- glUniformMatrix3fv at Base 1.11.2
- glUniformMatrix4fv at Base 1.11.2
- glUseProgram at Base 1.11.2
- glValidateProgram at Base 1.11.2
- glVertexAttrib1f at Base 1.11.2
- glVertexAttrib1fv at Base 1.11.2
- glVertexAttrib2f at Base 1.11.2
- glVertexAttrib2fv at Base 1.11.2
- glVertexAttrib3f at Base 1.11.2
- glVertexAttrib3fv at Base 1.11.2
- glVertexAttrib4f at Base 1.11.2
- glVertexAttrib4fv at Base 1.11.2
- glVertexAttribPointer at Base 1.11.2
- glViewport at Base 1.11.2
+libcogl-gles2.so.15 libcogl-gles2-15 #MINVER#
+ glActiveTexture at Base 1.15.8
+ glAttachShader at Base 1.15.8
+ glBindAttribLocation at Base 1.15.8
+ glBindBuffer at Base 1.15.8
+ glBindFramebuffer at Base 1.15.8
+ glBindRenderbuffer at Base 1.15.8
+ glBindTexture at Base 1.15.8
+ glBlendColor at Base 1.15.8
+ glBlendEquation at Base 1.15.8
+ glBlendEquationSeparate at Base 1.15.8
+ glBlendFunc at Base 1.15.8
+ glBlendFuncSeparate at Base 1.15.8
+ glBufferData at Base 1.15.8
+ glBufferSubData at Base 1.15.8
+ glCheckFramebufferStatus at Base 1.15.8
+ glClear at Base 1.15.8
+ glClearColor at Base 1.15.8
+ glClearDepthf at Base 1.15.8
+ glClearStencil at Base 1.15.8
+ glColorMask at Base 1.15.8
+ glCompileShader at Base 1.15.8
+ glCompressedTexImage2D at Base 1.15.8
+ glCompressedTexSubImage2D at Base 1.15.8
+ glCopyTexImage2D at Base 1.15.8
+ glCopyTexSubImage2D at Base 1.15.8
+ glCreateProgram at Base 1.15.8
+ glCreateShader at Base 1.15.8
+ glCullFace at Base 1.15.8
+ glDeleteBuffers at Base 1.15.8
+ glDeleteFramebuffers at Base 1.15.8
+ glDeleteProgram at Base 1.15.8
+ glDeleteRenderbuffers at Base 1.15.8
+ glDeleteShader at Base 1.15.8
+ glDeleteTextures at Base 1.15.8
+ glDepthFunc at Base 1.15.8
+ glDepthMask at Base 1.15.8
+ glDepthRangef at Base 1.15.8
+ glDetachShader at Base 1.15.8
+ glDisable at Base 1.15.8
+ glDisableVertexAttribArray at Base 1.15.8
+ glDrawArrays at Base 1.15.8
+ glDrawElements at Base 1.15.8
+ glEnable at Base 1.15.8
+ glEnableVertexAttribArray at Base 1.15.8
+ glFinish at Base 1.15.8
+ glFlush at Base 1.15.8
+ glFramebufferRenderbuffer at Base 1.15.8
+ glFramebufferTexture2D at Base 1.15.8
+ glFrontFace at Base 1.15.8
+ glGenBuffers at Base 1.15.8
+ glGenFramebuffers at Base 1.15.8
+ glGenRenderbuffers at Base 1.15.8
+ glGenTextures at Base 1.15.8
+ glGenerateMipmap at Base 1.15.8
+ glGetActiveAttrib at Base 1.15.8
+ glGetActiveUniform at Base 1.15.8
+ glGetAttachedShaders at Base 1.15.8
+ glGetAttribLocation at Base 1.15.8
+ glGetBooleanv at Base 1.15.8
+ glGetBufferParameteriv at Base 1.15.8
+ glGetError at Base 1.15.8
+ glGetFloatv at Base 1.15.8
+ glGetFramebufferAttachmentParameteriv at Base 1.15.8
+ glGetIntegerv at Base 1.15.8
+ glGetProgramInfoLog at Base 1.15.8
+ glGetProgramiv at Base 1.15.8
+ glGetRenderbufferParameteriv at Base 1.15.8
+ glGetShaderInfoLog at Base 1.15.8
+ glGetShaderPrecisionFormat at Base 1.15.8
+ glGetShaderSource at Base 1.15.8
+ glGetShaderiv at Base 1.15.8
+ glGetString at Base 1.15.8
+ glGetTexParameterfv at Base 1.15.8
+ glGetTexParameteriv at Base 1.15.8
+ glGetUniformLocation at Base 1.15.8
+ glGetUniformfv at Base 1.15.8
+ glGetUniformiv at Base 1.15.8
+ glGetVertexAttribPointerv at Base 1.15.8
+ glGetVertexAttribfv at Base 1.15.8
+ glGetVertexAttribiv at Base 1.15.8
+ glHint at Base 1.15.8
+ glIsBuffer at Base 1.15.8
+ glIsEnabled at Base 1.15.8
+ glIsFramebuffer at Base 1.15.8
+ glIsProgram at Base 1.15.8
+ glIsRenderbuffer at Base 1.15.8
+ glIsShader at Base 1.15.8
+ glIsTexture at Base 1.15.8
+ glLineWidth at Base 1.15.8
+ glLinkProgram at Base 1.15.8
+ glPixelStorei at Base 1.15.8
+ glPolygonOffset at Base 1.15.8
+ glReadPixels at Base 1.15.8
+ glReleaseShaderCompiler at Base 1.15.8
+ glRenderbufferStorage at Base 1.15.8
+ glSampleCoverage at Base 1.15.8
+ glScissor at Base 1.15.8
+ glShaderBinary at Base 1.15.8
+ glShaderSource at Base 1.15.8
+ glStencilFunc at Base 1.15.8
+ glStencilFuncSeparate at Base 1.15.8
+ glStencilMask at Base 1.15.8
+ glStencilMaskSeparate at Base 1.15.8
+ glStencilOp at Base 1.15.8
+ glStencilOpSeparate at Base 1.15.8
+ glTexImage2D at Base 1.15.8
+ glTexParameterf at Base 1.15.8
+ glTexParameterfv at Base 1.15.8
+ glTexParameteri at Base 1.15.8
+ glTexParameteriv at Base 1.15.8
+ glTexSubImage2D at Base 1.15.8
+ glUniform1f at Base 1.15.8
+ glUniform1fv at Base 1.15.8
+ glUniform1i at Base 1.15.8
+ glUniform1iv at Base 1.15.8
+ glUniform2f at Base 1.15.8
+ glUniform2fv at Base 1.15.8
+ glUniform2i at Base 1.15.8
+ glUniform2iv at Base 1.15.8
+ glUniform3f at Base 1.15.8
+ glUniform3fv at Base 1.15.8
+ glUniform3i at Base 1.15.8
+ glUniform3iv at Base 1.15.8
+ glUniform4f at Base 1.15.8
+ glUniform4fv at Base 1.15.8
+ glUniform4i at Base 1.15.8
+ glUniform4iv at Base 1.15.8
+ glUniformMatrix2fv at Base 1.15.8
+ glUniformMatrix3fv at Base 1.15.8
+ glUniformMatrix4fv at Base 1.15.8
+ glUseProgram at Base 1.15.8
+ glValidateProgram at Base 1.15.8
+ glVertexAttrib1f at Base 1.15.8
+ glVertexAttrib1fv at Base 1.15.8
+ glVertexAttrib2f at Base 1.15.8
+ glVertexAttrib2fv at Base 1.15.8
+ glVertexAttrib3f at Base 1.15.8
+ glVertexAttrib3fv at Base 1.15.8
+ glVertexAttrib4f at Base 1.15.8
+ glVertexAttrib4fv at Base 1.15.8
+ glVertexAttribPointer at Base 1.15.8
+ glViewport at Base 1.15.8
+libcogl-pango.so.15 libcogl-gles2-12 #MINVER#
+ cogl_pango_ensure_glyph_cache_for_layout at Base 1.15.8
+ cogl_pango_font_map_clear_glyph_cache at Base 1.15.8
+ cogl_pango_font_map_create_context at Base 1.15.8
+ cogl_pango_font_map_get_renderer at Base 1.15.8
+ cogl_pango_font_map_get_use_mipmapping at Base 1.15.8
+ cogl_pango_font_map_new at Base 1.15.8
+ cogl_pango_font_map_set_resolution at Base 1.15.8
+ cogl_pango_font_map_set_use_mipmapping at Base 1.15.8
+ cogl_pango_glyph_cache_clear at Base 1.15.8
+ cogl_pango_glyph_cache_free at Base 1.15.8
+ cogl_pango_glyph_cache_lookup at Base 1.15.8
+ cogl_pango_glyph_cache_new at Base 1.15.8
+ cogl_pango_render_layout at Base 1.15.8
+ cogl_pango_render_layout_line at Base 1.15.8
+ cogl_pango_render_layout_subpixel at Base 1.15.8
+ cogl_pango_renderer_get_type at Base 1.15.8
+ cogl_pango_show_layout at Base 1.15.8
+ cogl_pango_show_layout_line at Base 1.15.8
+libcogl.so.15 libcogl-gles2-12 #MINVER#
+ _cogl_atlas_add_reorganize_callback at Base 1.15.8
+ _cogl_atlas_new at Base 1.15.8
+ _cogl_atlas_reserve_space at Base 1.15.8
+ _cogl_atlas_texture_add_reorganize_callback at Base 1.15.8
+ _cogl_atlas_texture_remove_reorganize_callback at Base 1.15.8
+ _cogl_buffer_map_for_fill_or_fallback at Base 1.15.8
+ _cogl_buffer_unmap_for_fill_or_fallback at Base 1.15.8
+ _cogl_clip_stack_push_primitive at Base 1.15.8
+ _cogl_clip_stack_push_rectangle at Base 1.15.8
+ _cogl_context_get_default at Base 1.15.8
+ _cogl_debug_flags at Base 1.15.8
+ _cogl_debug_instances at Base 1.15.8
+ _cogl_framebuffer_get_clip_state at Base 1.15.8
+ _cogl_framebuffer_get_modelview_stack at Base 1.15.8
+ _cogl_framebuffer_get_projection_stack at Base 1.15.8
+ _cogl_framebuffer_get_stencil_bits at Base 1.15.8
+ _cogl_object_default_unref at Base 1.15.8
+ _cogl_pipeline_foreach_layer_internal at Base 1.15.8
+ _cogl_pipeline_layer_get_texture at Base 1.15.8
+ _cogl_pipeline_layer_get_texture_real at Base 1.15.8
+ _cogl_pipeline_layer_get_texture_type at Base 1.15.8
+ _cogl_pipeline_prune_to_n_layers at Base 1.15.8
+ _cogl_primitive_draw at Base 1.15.8
+ _cogl_texture_can_hardware_repeat at Base 1.15.8
+ cogl2_clip_push_from_path at Base 1.15.8
+ cogl2_path_arc at Base 1.15.8
+ cogl2_path_close at Base 1.15.8
+ cogl2_path_curve_to at Base 1.15.8
+ cogl2_path_ellipse at Base 1.15.8
+ cogl2_path_fill at Base 1.15.8
+ cogl2_path_get_fill_rule at Base 1.15.8
+ cogl2_path_line at Base 1.15.8
+ cogl2_path_line_to at Base 1.15.8
+ cogl2_path_move_to at Base 1.15.8
+ cogl2_path_new at Base 1.15.8
+ cogl2_path_polygon at Base 1.15.8
+ cogl2_path_polyline at Base 1.15.8
+ cogl2_path_rectangle at Base 1.15.8
+ cogl2_path_rel_curve_to at Base 1.15.8
+ cogl2_path_rel_line_to at Base 1.15.8
+ cogl2_path_rel_move_to at Base 1.15.8
+ cogl2_path_round_rectangle at Base 1.15.8
+ cogl2_path_set_fill_rule at Base 1.15.8
+ cogl2_path_stroke at Base 1.15.8
+ cogl_angle_cos at Base 1.15.8
+ cogl_angle_sin at Base 1.15.8
+ cogl_angle_tan at Base 1.15.8
+ cogl_atlas_texture_new_from_bitmap at Base 1.15.8
+ cogl_atlas_texture_new_from_data at Base 1.15.8
+ cogl_atlas_texture_new_from_file at Base 1.15.8
+ cogl_atlas_texture_new_with_size at Base 1.15.8
+ cogl_attribute_buffer_new at Base 1.15.8
+ cogl_attribute_buffer_new_with_size at Base 1.15.8
+ cogl_attribute_get_buffer at Base 1.15.8
+ cogl_attribute_get_normalized at Base 1.15.8
+ cogl_attribute_new at Base 1.15.8
+ cogl_attribute_new_const_1f at Base 1.15.8
+ cogl_attribute_new_const_2f at Base 1.15.8
+ cogl_attribute_new_const_2fv at Base 1.15.8
+ cogl_attribute_new_const_2x2fv at Base 1.15.8
+ cogl_attribute_new_const_3f at Base 1.15.8
+ cogl_attribute_new_const_3fv at Base 1.15.8
+ cogl_attribute_new_const_3x3fv at Base 1.15.8
+ cogl_attribute_new_const_4f at Base 1.15.8
+ cogl_attribute_new_const_4fv at Base 1.15.8
+ cogl_attribute_new_const_4x4fv at Base 1.15.8
+ cogl_attribute_set_buffer at Base 1.15.8
+ cogl_attribute_set_normalized at Base 1.15.8
+ cogl_attribute_type_get_type at Base 1.15.8
+ cogl_begin_gl at Base 1.15.8
+ cogl_bitmap_error_get_type at Base 1.15.8
+ cogl_bitmap_error_quark at Base 1.15.8
+ cogl_bitmap_get_buffer at Base 1.15.8
+ cogl_bitmap_get_format at Base 1.15.8
+ cogl_bitmap_get_height at Base 1.15.8
+ cogl_bitmap_get_rowstride at Base 1.15.8
+ cogl_bitmap_get_size_from_file at Base 1.15.8
+ cogl_bitmap_get_width at Base 1.15.8
+ cogl_bitmap_new_for_data at Base 1.15.8
+ cogl_bitmap_new_from_buffer at Base 1.15.8
+ cogl_bitmap_new_from_file at Base 1.15.8
+ cogl_bitmap_new_with_size at Base 1.15.8
+ cogl_blend_string_error_get_type at Base 1.15.8
+ cogl_blend_string_error_quark at Base 1.15.8
+ cogl_buffer_bit_get_type at Base 1.15.8
+ cogl_buffer_get_size at Base 1.15.8
+ cogl_buffer_get_update_hint at Base 1.15.8
+ cogl_buffer_map at Base 1.15.8
+ cogl_buffer_map_range at Base 1.15.8
+ cogl_buffer_set_data at Base 1.15.8
+ cogl_buffer_set_update_hint at Base 1.15.8
+ cogl_buffer_target_get_type at Base 1.15.8
+ cogl_buffer_unmap at Base 1.15.8
+ cogl_check_extension at Base 1.15.8
+ cogl_clear at Base 1.15.8
+ cogl_clip_ensure at Base 1.15.8
+ cogl_clip_pop at Base 1.15.8
+ cogl_clip_push at Base 1.15.8
+ cogl_clip_push_from_path at Base 1.15.8
+ cogl_clip_push_from_path_preserve at Base 1.15.8
+ cogl_clip_push_primitive at Base 1.15.8
+ cogl_clip_push_rectangle at Base 1.15.8
+ cogl_clip_push_window_rect at Base 1.15.8
+ cogl_clip_push_window_rectangle at Base 1.15.8
+ cogl_clip_stack_restore at Base 1.15.8
+ cogl_clip_stack_save at Base 1.15.8
+ cogl_clutter_check_extension_CLUTTER at Base 1.15.8
+ cogl_clutter_winsys_has_feature_CLUTTER at Base 1.15.8
+ cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.15.8
+ cogl_color_copy at Base 1.15.8
+ cogl_color_equal at Base 1.15.8
+ cogl_color_free at Base 1.15.8
+ cogl_color_get_alpha at Base 1.15.8
+ cogl_color_get_alpha_byte at Base 1.15.8
+ cogl_color_get_alpha_float at Base 1.15.8
+ cogl_color_get_blue at Base 1.15.8
+ cogl_color_get_blue_byte at Base 1.15.8
+ cogl_color_get_blue_float at Base 1.15.8
+ cogl_color_get_green at Base 1.15.8
+ cogl_color_get_green_byte at Base 1.15.8
+ cogl_color_get_green_float at Base 1.15.8
+ cogl_color_get_red at Base 1.15.8
+ cogl_color_get_red_byte at Base 1.15.8
+ cogl_color_get_red_float at Base 1.15.8
+ cogl_color_init_from_4f at Base 1.15.8
+ cogl_color_init_from_4fv at Base 1.15.8
+ cogl_color_init_from_4ub at Base 1.15.8
+ cogl_color_init_from_hsl at Base 1.15.8
+ cogl_color_mask_get_type at Base 1.15.8
+ cogl_color_new at Base 1.15.8
+ cogl_color_premultiply at Base 1.15.8
+ cogl_color_set_alpha at Base 1.15.8
+ cogl_color_set_alpha_byte at Base 1.15.8
+ cogl_color_set_alpha_float at Base 1.15.8
+ cogl_color_set_blue at Base 1.15.8
+ cogl_color_set_blue_byte at Base 1.15.8
+ cogl_color_set_blue_float at Base 1.15.8
+ cogl_color_set_from_4f at Base 1.15.8
+ cogl_color_set_from_4ub at Base 1.15.8
+ cogl_color_set_green at Base 1.15.8
+ cogl_color_set_green_byte at Base 1.15.8
+ cogl_color_set_green_float at Base 1.15.8
+ cogl_color_set_red at Base 1.15.8
+ cogl_color_set_red_byte at Base 1.15.8
+ cogl_color_set_red_float at Base 1.15.8
+ cogl_color_to_hsl at Base 1.15.8
+ cogl_color_unpremultiply at Base 1.15.8
+ cogl_context_get_display at Base 1.15.8
+ cogl_context_get_renderer at Base 1.15.8
+ cogl_context_new at Base 1.15.8
+ cogl_create_program at Base 1.15.8
+ cogl_create_shader at Base 1.15.8
+ cogl_debug_matrix_entry_print at Base 1.15.8
+ cogl_debug_matrix_print at Base 1.15.8
+ cogl_debug_object_foreach_type at Base 1.15.8
+ cogl_debug_object_print_instances at Base 1.15.8
+ cogl_depth_state_get_range at Base 1.15.8
+ cogl_depth_state_get_test_enabled at Base 1.15.8
+ cogl_depth_state_get_test_function at Base 1.15.8
+ cogl_depth_state_get_write_enabled at Base 1.15.8
+ cogl_depth_state_init at Base 1.15.8
+ cogl_depth_state_set_range at Base 1.15.8
+ cogl_depth_state_set_test_enabled at Base 1.15.8
+ cogl_depth_state_set_test_function at Base 1.15.8
+ cogl_depth_state_set_write_enabled at Base 1.15.8
+ cogl_depth_test_function_get_type at Base 1.15.8
+ cogl_disable_fog at Base 1.15.8
+ cogl_display_error_quark at Base 1.15.8
+ cogl_display_get_renderer at Base 1.15.8
+ cogl_display_new at Base 1.15.8
+ cogl_display_setup at Base 1.15.8
+ cogl_double_to_fixed at Base 1.15.8
+ cogl_double_to_int at Base 1.15.8
+ cogl_double_to_uint at Base 1.15.8
+ cogl_egl_context_get_egl_display at Base 1.15.8
+ cogl_end_gl at Base 1.15.8
+ cogl_error_copy at Base 1.15.8
+ cogl_error_free at Base 1.15.8
+ cogl_error_matches at Base 1.15.8
+ cogl_euler_copy at Base 1.15.8
+ cogl_euler_equal at Base 1.15.8
+ cogl_euler_free at Base 1.15.8
+ cogl_euler_init at Base 1.15.8
+ cogl_euler_init_from_matrix at Base 1.15.8
+ cogl_feature_flags_get_type at Base 1.15.8
+ cogl_features_available at Base 1.15.8
+ cogl_fence_closure_get_user_data at Base 1.15.8
+ cogl_fixed_atan2 at Base 1.15.8
+ cogl_fixed_atan at Base 1.15.8
+ cogl_fixed_cos at Base 1.15.8
+ cogl_fixed_div at Base 1.15.8
+ cogl_fixed_get_type at Base 1.15.8
+ cogl_fixed_log2 at Base 1.15.8
+ cogl_fixed_mul at Base 1.15.8
+ cogl_fixed_mul_div at Base 1.15.8
+ cogl_fixed_pow2 at Base 1.15.8
+ cogl_fixed_pow at Base 1.15.8
+ cogl_fixed_sin at Base 1.15.8
+ cogl_fixed_sqrt at Base 1.15.8
+ cogl_fixed_tan at Base 1.15.8
+ cogl_flush at Base 1.15.8
+ cogl_fog_mode_get_type at Base 1.15.8
+ cogl_foreach_feature at Base 1.15.8
+ cogl_frame_info_get_frame_counter at Base 1.15.8
+ cogl_frame_info_get_output at Base 1.15.8
+ cogl_frame_info_get_presentation_time at Base 1.15.8
+ cogl_frame_info_get_refresh_rate at Base 1.15.8
+ cogl_framebuffer_add_fence_callback at Base 1.15.8
+ cogl_framebuffer_allocate at Base 1.15.8
+ cogl_framebuffer_cancel_fence_callback at Base 1.15.8
+ cogl_framebuffer_clear4f at Base 1.15.8
+ cogl_framebuffer_clear at Base 1.15.8
+ cogl_framebuffer_discard_buffers at Base 1.15.8
+ cogl_framebuffer_draw_attributes at Base 1.15.8
+ cogl_framebuffer_draw_indexed_attributes at Base 1.15.8
+ cogl_framebuffer_draw_multitextured_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_primitive at Base 1.15.8
+ cogl_framebuffer_draw_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_rectangles at Base 1.15.8
+ cogl_framebuffer_draw_textured_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_textured_rectangles at Base 1.15.8
+ cogl_framebuffer_error_quark at Base 1.15.8
+ cogl_framebuffer_fill_path at Base 1.15.8
+ cogl_framebuffer_finish at Base 1.15.8
+ cogl_framebuffer_frustum at Base 1.15.8
+ cogl_framebuffer_get_alpha_bits at Base 1.15.8
+ cogl_framebuffer_get_blue_bits at Base 1.15.8
+ cogl_framebuffer_get_color_format at Base 1.15.8
+ cogl_framebuffer_get_color_mask at Base 1.15.8
+ cogl_framebuffer_get_context at Base 1.15.8
+ cogl_framebuffer_get_depth_bits at Base 1.15.8
+ cogl_framebuffer_get_depth_texture at Base 1.15.8
+ cogl_framebuffer_get_depth_texture_enabled at Base 1.15.8
+ cogl_framebuffer_get_dither_enabled at Base 1.15.8
+ cogl_framebuffer_get_green_bits at Base 1.15.8
+ cogl_framebuffer_get_height at Base 1.15.8
+ cogl_framebuffer_get_modelview_matrix at Base 1.15.8
+ cogl_framebuffer_get_projection_matrix at Base 1.15.8
+ cogl_framebuffer_get_red_bits at Base 1.15.8
+ cogl_framebuffer_get_samples_per_pixel at Base 1.15.8
+ cogl_framebuffer_get_viewport4fv at Base 1.15.8
+ cogl_framebuffer_get_viewport_height at Base 1.15.8
+ cogl_framebuffer_get_viewport_width at Base 1.15.8
+ cogl_framebuffer_get_viewport_x at Base 1.15.8
+ cogl_framebuffer_get_viewport_y at Base 1.15.8
+ cogl_framebuffer_get_width at Base 1.15.8
+ cogl_framebuffer_identity_matrix at Base 1.15.8
+ cogl_framebuffer_orthographic at Base 1.15.8
+ cogl_framebuffer_perspective at Base 1.15.8
+ cogl_framebuffer_pop_clip at Base 1.15.8
+ cogl_framebuffer_pop_matrix at Base 1.15.8
+ cogl_framebuffer_push_matrix at Base 1.15.8
+ cogl_framebuffer_push_path_clip at Base 1.15.8
+ cogl_framebuffer_push_primitive_clip at Base 1.15.8
+ cogl_framebuffer_push_rectangle_clip at Base 1.15.8
+ cogl_framebuffer_push_scissor_clip at Base 1.15.8
+ cogl_framebuffer_read_pixels at Base 1.15.8
+ cogl_framebuffer_read_pixels_into_bitmap at Base 1.15.8
+ cogl_framebuffer_resolve_samples at Base 1.15.8
+ cogl_framebuffer_resolve_samples_region at Base 1.15.8
+ cogl_framebuffer_rotate at Base 1.15.8
+ cogl_framebuffer_rotate_euler at Base 1.15.8
+ cogl_framebuffer_rotate_quaternion at Base 1.15.8
+ cogl_framebuffer_scale at Base 1.15.8
+ cogl_framebuffer_set_color_mask at Base 1.15.8
+ cogl_framebuffer_set_depth_texture_enabled at Base 1.15.8
+ cogl_framebuffer_set_dither_enabled at Base 1.15.8
+ cogl_framebuffer_set_modelview_matrix at Base 1.15.8
+ cogl_framebuffer_set_projection_matrix at Base 1.15.8
+ cogl_framebuffer_set_samples_per_pixel at Base 1.15.8
+ cogl_framebuffer_set_viewport at Base 1.15.8
+ cogl_framebuffer_stroke_path at Base 1.15.8
+ cogl_framebuffer_transform at Base 1.15.8
+ cogl_framebuffer_translate at Base 1.15.8
+ cogl_framebuffer_vdraw_attributes at Base 1.15.8
+ cogl_framebuffer_vdraw_indexed_attributes at Base 1.15.8
+ cogl_frustum at Base 1.15.8
+ cogl_get_backface_culling_enabled at Base 1.15.8
+ cogl_get_bitmasks at Base 1.15.8
+ cogl_get_clock_time at Base 1.15.8
+ cogl_get_depth_test_enabled at Base 1.15.8
+ cogl_get_draw_framebuffer at Base 1.15.8
+ cogl_get_features at Base 1.15.8
+ cogl_get_modelview_matrix at Base 1.15.8
+ cogl_get_option_group at Base 1.15.8
+ cogl_get_path at Base 1.15.8
+ cogl_get_proc_address at Base 1.15.8
+ cogl_get_projection_matrix at Base 1.15.8
+ cogl_get_rectangle_indices at Base 1.15.8
+ cogl_get_source at Base 1.15.8
+ cogl_get_static_identity_quaternion at Base 1.15.8
+ cogl_get_static_zero_quaternion at Base 1.15.8
+ cogl_get_viewport at Base 1.15.8
+ cogl_gles2_context_get_vtable at Base 1.15.8
+ cogl_gles2_context_new at Base 1.15.8
+ cogl_gles2_get_current_vtable at Base 1.15.8
+ cogl_gles2_texture_2d_new_from_handle at Base 1.15.8
+ cogl_gles2_texture_get_handle at Base 1.15.8
+ cogl_glib_renderer_source_new at Base 1.15.8
+ cogl_glib_source_new at Base 1.15.8
+ cogl_handle_get_type at Base 1.15.8
+ cogl_handle_ref at Base 1.15.8
+ cogl_handle_unref at Base 1.15.8
+ cogl_has_feature at Base 1.15.8
+ cogl_has_features at Base 1.15.8
+ cogl_index_buffer_allocate at Base 1.15.8
+ cogl_index_buffer_new at Base 1.15.8
+ cogl_indices_get_buffer at Base 1.15.8
+ cogl_indices_get_offset at Base 1.15.8
+ cogl_indices_get_type at Base 1.15.8
+ cogl_indices_new at Base 1.15.8
+ cogl_indices_new_for_buffer at Base 1.15.8
+ cogl_indices_set_offset at Base 1.15.8
+ cogl_indices_type_get_type at Base 1.15.8
+ cogl_is_attribute at Base 1.15.8
+ cogl_is_attribute_buffer at Base 1.15.8
+ cogl_is_bitmap at Base 1.15.8
+ cogl_is_buffer at Base 1.15.8
+ cogl_is_context at Base 1.15.8
+ cogl_is_display at Base 1.15.8
+ cogl_is_frame_info at Base 1.15.8
+ cogl_is_framebuffer at Base 1.15.8
+ cogl_is_gles2_context at Base 1.15.8
+ cogl_is_index_buffer at Base 1.15.8
+ cogl_is_indices at Base 1.15.8
+ cogl_is_journal at Base 1.15.8
+ cogl_is_material at Base 1.15.8
+ cogl_is_matrix_stack at Base 1.15.8
+ cogl_is_offscreen at Base 1.15.8
+ cogl_is_onscreen at Base 1.15.8
+ cogl_is_onscreen_template at Base 1.15.8
+ cogl_is_output at Base 1.15.8
+ cogl_is_path at Base 1.15.8
+ cogl_is_pipeline at Base 1.15.8
+ cogl_is_pixel_buffer at Base 1.15.8
+ cogl_is_primitive at Base 1.15.8
+ cogl_is_primitive_texture at Base 1.15.8
+ cogl_is_program at Base 1.15.8
+ cogl_is_renderer at Base 1.15.8
+ cogl_is_shader at Base 1.15.8
+ cogl_is_snippet at Base 1.15.8
+ cogl_is_sub_texture at Base 1.15.8
+ cogl_is_swap_chain at Base 1.15.8
+ cogl_is_texture at Base 1.15.8
+ cogl_is_texture_2d at Base 1.15.8
+ cogl_is_texture_2d_sliced at Base 1.15.8
+ cogl_is_texture_3d at Base 1.15.8
+ cogl_is_texture_pixmap_x11 at Base 1.15.8
+ cogl_is_texture_rectangle at Base 1.15.8
+ cogl_is_vertex_buffer at Base 1.15.8
+ cogl_is_vertex_buffer_indices at Base 1.15.8
+ cogl_material_alpha_func_get_type at Base 1.15.8
+ cogl_material_copy at Base 1.15.8
+ cogl_material_filter_get_type at Base 1.15.8
+ cogl_material_foreach_layer at Base 1.15.8
+ cogl_material_get_ambient at Base 1.15.8
+ cogl_material_get_color at Base 1.15.8
+ cogl_material_get_depth_state at Base 1.15.8
+ cogl_material_get_diffuse at Base 1.15.8
+ cogl_material_get_emission at Base 1.15.8
+ cogl_material_get_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_p at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_s at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_t at Base 1.15.8
+ cogl_material_get_layers at Base 1.15.8
+ cogl_material_get_n_layers at Base 1.15.8
+ cogl_material_get_point_size at Base 1.15.8
+ cogl_material_get_shininess at Base 1.15.8
+ cogl_material_get_specular at Base 1.15.8
+ cogl_material_get_user_program at Base 1.15.8
+ cogl_material_layer_get_mag_filter at Base 1.15.8
+ cogl_material_layer_get_min_filter at Base 1.15.8
+ cogl_material_layer_get_texture at Base 1.15.8
+ cogl_material_layer_get_type at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_p at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_s at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_t at Base 1.15.8
+ cogl_material_layer_type_get_type at Base 1.15.8
+ cogl_material_new at Base 1.15.8
+ cogl_material_ref at Base 1.15.8
+ cogl_material_remove_layer at Base 1.15.8
+ cogl_material_set_alpha_test_function at Base 1.15.8
+ cogl_material_set_ambient at Base 1.15.8
+ cogl_material_set_ambient_and_diffuse at Base 1.15.8
+ cogl_material_set_blend at Base 1.15.8
+ cogl_material_set_blend_constant at Base 1.15.8
+ cogl_material_set_color4f at Base 1.15.8
+ cogl_material_set_color4ub at Base 1.15.8
+ cogl_material_set_color at Base 1.15.8
+ cogl_material_set_depth_state at Base 1.15.8
+ cogl_material_set_diffuse at Base 1.15.8
+ cogl_material_set_emission at Base 1.15.8
+ cogl_material_set_layer at Base 1.15.8
+ cogl_material_set_layer_combine at Base 1.15.8
+ cogl_material_set_layer_combine_constant at Base 1.15.8
+ cogl_material_set_layer_filters at Base 1.15.8
+ cogl_material_set_layer_matrix at Base 1.15.8
+ cogl_material_set_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_material_set_layer_wrap_mode at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_p at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_s at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_t at Base 1.15.8
+ cogl_material_set_point_size at Base 1.15.8
+ cogl_material_set_shininess at Base 1.15.8
+ cogl_material_set_specular at Base 1.15.8
+ cogl_material_set_user_program at Base 1.15.8
+ cogl_material_unref at Base 1.15.8
+ cogl_material_wrap_mode_get_type at Base 1.15.8
+ cogl_matrix_copy at Base 1.15.8
+ cogl_matrix_entry_calculate_translation at Base 1.15.8
+ cogl_matrix_entry_equal at Base 1.15.8
+ cogl_matrix_entry_get at Base 1.15.8
+ cogl_matrix_entry_is_identity at Base 1.15.8
+ cogl_matrix_entry_ref at Base 1.15.8
+ cogl_matrix_entry_unref at Base 1.15.8
+ cogl_matrix_equal at Base 1.15.8
+ cogl_matrix_free at Base 1.15.8
+ cogl_matrix_frustum at Base 1.15.8
+ cogl_matrix_get_array at Base 1.15.8
+ cogl_matrix_get_inverse at Base 1.15.8
+ cogl_matrix_init_from_array at Base 1.15.8
+ cogl_matrix_init_from_euler at Base 1.15.8
+ cogl_matrix_init_from_quaternion at Base 1.15.8
+ cogl_matrix_init_identity at Base 1.15.8
+ cogl_matrix_init_translation at Base 1.15.8
+ cogl_matrix_is_identity at Base 1.15.8
+ cogl_matrix_look_at at Base 1.15.8
+ cogl_matrix_multiply at Base 1.15.8
+ cogl_matrix_ortho at Base 1.15.8
+ cogl_matrix_orthographic at Base 1.15.8
+ cogl_matrix_perspective at Base 1.15.8
+ cogl_matrix_project_points at Base 1.15.8
+ cogl_matrix_rotate at Base 1.15.8
+ cogl_matrix_rotate_euler at Base 1.15.8
+ cogl_matrix_rotate_quaternion at Base 1.15.8
+ cogl_matrix_scale at Base 1.15.8
+ cogl_matrix_stack_frustum at Base 1.15.8
+ cogl_matrix_stack_get at Base 1.15.8
+ cogl_matrix_stack_get_entry at Base 1.15.8
+ cogl_matrix_stack_get_inverse at Base 1.15.8
+ cogl_matrix_stack_load_identity at Base 1.15.8
+ cogl_matrix_stack_multiply at Base 1.15.8
+ cogl_matrix_stack_new at Base 1.15.8
+ cogl_matrix_stack_orthographic at Base 1.15.8
+ cogl_matrix_stack_perspective at Base 1.15.8
+ cogl_matrix_stack_pop at Base 1.15.8
+ cogl_matrix_stack_push at Base 1.15.8
+ cogl_matrix_stack_rotate at Base 1.15.8
+ cogl_matrix_stack_rotate_euler at Base 1.15.8
+ cogl_matrix_stack_rotate_quaternion at Base 1.15.8
+ cogl_matrix_stack_scale at Base 1.15.8
+ cogl_matrix_stack_set at Base 1.15.8
+ cogl_matrix_stack_translate at Base 1.15.8
+ cogl_matrix_transform_point at Base 1.15.8
+ cogl_matrix_transform_points at Base 1.15.8
+ cogl_matrix_translate at Base 1.15.8
+ cogl_matrix_transpose at Base 1.15.8
+ cogl_matrix_view_2d_in_frustum at Base 1.15.8
+ cogl_matrix_view_2d_in_perspective at Base 1.15.8
+ cogl_meta_texture_foreach_in_region at Base 1.15.8
+ cogl_object_get_user_data at Base 1.15.8
+ cogl_object_ref at Base 1.15.8
+ cogl_object_set_user_data at Base 1.15.8
+ cogl_object_unref at Base 1.15.8
+ cogl_offscreen_new_to_texture at Base 1.15.8
+ cogl_offscreen_new_with_texture at Base 1.15.8
+ cogl_offscreen_ref at Base 1.15.8
+ cogl_offscreen_unref at Base 1.15.8
+ cogl_onscreen_add_dirty_callback at Base 1.15.8
+ cogl_onscreen_add_frame_callback at Base 1.15.8
+ cogl_onscreen_add_resize_callback at Base 1.15.8
+ cogl_onscreen_add_swap_buffers_callback at Base 1.15.8
+ cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.15.8
+ cogl_onscreen_get_buffer_age at Base 1.15.8
+ cogl_onscreen_get_frame_counter at Base 1.15.8
+ cogl_onscreen_get_resizable at Base 1.15.8
+ cogl_onscreen_hide at Base 1.15.8
+ cogl_onscreen_new at Base 1.15.8
+ cogl_onscreen_remove_dirty_callback at Base 1.15.8
+ cogl_onscreen_remove_frame_callback at Base 1.15.8
+ cogl_onscreen_remove_resize_callback at Base 1.15.8
+ cogl_onscreen_remove_swap_buffers_callback at Base 1.15.8
+ cogl_onscreen_set_resizable at Base 1.15.8
+ cogl_onscreen_set_swap_throttled at Base 1.15.8
+ cogl_onscreen_show at Base 1.15.8
+ cogl_onscreen_swap_buffers at Base 1.15.8
+ cogl_onscreen_swap_buffers_with_damage at Base 1.15.8
+ cogl_onscreen_swap_region at Base 1.15.8
+ cogl_onscreen_template_error_quark at Base 1.15.8
+ cogl_onscreen_template_new at Base 1.15.8
+ cogl_onscreen_template_set_samples_per_pixel at Base 1.15.8
+ cogl_onscreen_template_set_swap_throttled at Base 1.15.8
+ cogl_ortho at Base 1.15.8
+ cogl_output_get_height at Base 1.15.8
+ cogl_output_get_mm_height at Base 1.15.8
+ cogl_output_get_mm_width at Base 1.15.8
+ cogl_output_get_refresh_rate at Base 1.15.8
+ cogl_output_get_subpixel_order at Base 1.15.8
+ cogl_output_get_width at Base 1.15.8
+ cogl_output_get_x at Base 1.15.8
+ cogl_output_get_y at Base 1.15.8
+ cogl_path_arc at Base 1.15.8
+ cogl_path_close at Base 1.15.8
+ cogl_path_copy at Base 1.15.8
+ cogl_path_curve_to at Base 1.15.8
+ cogl_path_ellipse at Base 1.15.8
+ cogl_path_fill at Base 1.15.8
+ cogl_path_fill_preserve at Base 1.15.8
+ cogl_path_fill_rule_get_type at Base 1.15.8
+ cogl_path_get_fill_rule at Base 1.15.8
+ cogl_path_line at Base 1.15.8
+ cogl_path_line_to at Base 1.15.8
+ cogl_path_move_to at Base 1.15.8
+ cogl_path_new at Base 1.15.8
+ cogl_path_polygon at Base 1.15.8
+ cogl_path_polyline at Base 1.15.8
+ cogl_path_rectangle at Base 1.15.8
+ cogl_path_rel_curve_to at Base 1.15.8
+ cogl_path_rel_line_to at Base 1.15.8
+ cogl_path_rel_move_to at Base 1.15.8
+ cogl_path_round_rectangle at Base 1.15.8
+ cogl_path_set_fill_rule at Base 1.15.8
+ cogl_path_stroke at Base 1.15.8
+ cogl_path_stroke_preserve at Base 1.15.8
+ cogl_perspective at Base 1.15.8
+ cogl_pipeline_add_layer_snippet at Base 1.15.8
+ cogl_pipeline_add_snippet at Base 1.15.8
+ cogl_pipeline_copy at Base 1.15.8
+ cogl_pipeline_foreach_layer at Base 1.15.8
+ cogl_pipeline_get_alpha_test_function at Base 1.15.8
+ cogl_pipeline_get_alpha_test_reference at Base 1.15.8
+ cogl_pipeline_get_ambient at Base 1.15.8
+ cogl_pipeline_get_color at Base 1.15.8
+ cogl_pipeline_get_color_mask at Base 1.15.8
+ cogl_pipeline_get_cull_face_mode at Base 1.15.8
+ cogl_pipeline_get_depth_state at Base 1.15.8
+ cogl_pipeline_get_diffuse at Base 1.15.8
+ cogl_pipeline_get_emission at Base 1.15.8
+ cogl_pipeline_get_front_face_winding at Base 1.15.8
+ cogl_pipeline_get_layer_mag_filter at Base 1.15.8
+ cogl_pipeline_get_layer_min_filter at Base 1.15.8
+ cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_pipeline_get_layer_texture at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_p at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_s at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_t at Base 1.15.8
+ cogl_pipeline_get_n_layers at Base 1.15.8
+ cogl_pipeline_get_per_vertex_point_size at Base 1.15.8
+ cogl_pipeline_get_point_size at Base 1.15.8
+ cogl_pipeline_get_shininess at Base 1.15.8
+ cogl_pipeline_get_specular at Base 1.15.8
+ cogl_pipeline_get_uniform_location at Base 1.15.8
+ cogl_pipeline_get_user_program at Base 1.15.8
+ cogl_pipeline_new at Base 1.15.8
+ cogl_pipeline_remove_layer at Base 1.15.8
+ cogl_pipeline_set_alpha_test_function at Base 1.15.8
+ cogl_pipeline_set_ambient at Base 1.15.8
+ cogl_pipeline_set_ambient_and_diffuse at Base 1.15.8
+ cogl_pipeline_set_blend at Base 1.15.8
+ cogl_pipeline_set_blend_constant at Base 1.15.8
+ cogl_pipeline_set_color4f at Base 1.15.8
+ cogl_pipeline_set_color4ub at Base 1.15.8
+ cogl_pipeline_set_color at Base 1.15.8
+ cogl_pipeline_set_color_mask at Base 1.15.8
+ cogl_pipeline_set_cull_face_mode at Base 1.15.8
+ cogl_pipeline_set_depth_state at Base 1.15.8
+ cogl_pipeline_set_diffuse at Base 1.15.8
+ cogl_pipeline_set_emission at Base 1.15.8
+ cogl_pipeline_set_front_face_winding at Base 1.15.8
+ cogl_pipeline_set_layer_combine at Base 1.15.8
+ cogl_pipeline_set_layer_combine_constant at Base 1.15.8
+ cogl_pipeline_set_layer_filters at Base 1.15.8
+ cogl_pipeline_set_layer_matrix at Base 1.15.8
+ cogl_pipeline_set_layer_null_texture at Base 1.15.8
+ cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_pipeline_set_layer_texture at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_p at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_s at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_t at Base 1.15.8
+ cogl_pipeline_set_per_vertex_point_size at Base 1.15.8
+ cogl_pipeline_set_point_size at Base 1.15.8
+ cogl_pipeline_set_shininess at Base 1.15.8
+ cogl_pipeline_set_specular at Base 1.15.8
+ cogl_pipeline_set_uniform_1f at Base 1.15.8
+ cogl_pipeline_set_uniform_1i at Base 1.15.8
+ cogl_pipeline_set_uniform_float at Base 1.15.8
+ cogl_pipeline_set_uniform_int at Base 1.15.8
+ cogl_pipeline_set_uniform_matrix at Base 1.15.8
+ cogl_pipeline_set_user_program at Base 1.15.8
+ cogl_pixel_buffer_new at Base 1.15.8
+ cogl_pixel_format_get_type at Base 1.15.8
+ cogl_poll_renderer_dispatch at Base 1.15.8
+ cogl_poll_renderer_get_info at Base 1.15.8
+ cogl_polygon at Base 1.15.8
+ cogl_pop_draw_buffer at Base 1.15.8
+ cogl_pop_framebuffer at Base 1.15.8
+ cogl_pop_gles2_context at Base 1.15.8
+ cogl_pop_matrix at Base 1.15.8
+ cogl_pop_source at Base 1.15.8
+ cogl_primitive_copy at Base 1.15.8
+ cogl_primitive_draw at Base 1.15.8
+ cogl_primitive_foreach_attribute at Base 1.15.8
+ cogl_primitive_get_first_vertex at Base 1.15.8
+ cogl_primitive_get_indices at Base 1.15.8
+ cogl_primitive_get_mode at Base 1.15.8
+ cogl_primitive_get_n_vertices at Base 1.15.8
+ cogl_primitive_new at Base 1.15.8
+ cogl_primitive_new_p2 at Base 1.15.8
+ cogl_primitive_new_p2c4 at Base 1.15.8
+ cogl_primitive_new_p2t2 at Base 1.15.8
+ cogl_primitive_new_p2t2c4 at Base 1.15.8
+ cogl_primitive_new_p3 at Base 1.15.8
+ cogl_primitive_new_p3c4 at Base 1.15.8
+ cogl_primitive_new_p3t2 at Base 1.15.8
+ cogl_primitive_new_p3t2c4 at Base 1.15.8
+ cogl_primitive_new_with_attributes at Base 1.15.8
+ cogl_primitive_set_attributes at Base 1.15.8
+ cogl_primitive_set_first_vertex at Base 1.15.8
+ cogl_primitive_set_indices at Base 1.15.8
+ cogl_primitive_set_mode at Base 1.15.8
+ cogl_primitive_set_n_vertices at Base 1.15.8
+ cogl_primitive_texture_set_auto_mipmap at Base 1.15.8
+ cogl_program_attach_shader at Base 1.15.8
+ cogl_program_get_uniform_location at Base 1.15.8
+ cogl_program_link at Base 1.15.8
+ cogl_program_ref at Base 1.15.8
+ cogl_program_set_uniform_1f at Base 1.15.8
+ cogl_program_set_uniform_1i at Base 1.15.8
+ cogl_program_set_uniform_float at Base 1.15.8
+ cogl_program_set_uniform_int at Base 1.15.8
+ cogl_program_set_uniform_matrix at Base 1.15.8
+ cogl_program_uniform_1f at Base 1.15.8
+ cogl_program_uniform_1i at Base 1.15.8
+ cogl_program_uniform_float at Base 1.15.8
+ cogl_program_uniform_int at Base 1.15.8
+ cogl_program_uniform_matrix at Base 1.15.8
+ cogl_program_unref at Base 1.15.8
+ cogl_program_use at Base 1.15.8
+ cogl_push_draw_buffer at Base 1.15.8
+ cogl_push_framebuffer at Base 1.15.8
+ cogl_push_gles2_context at Base 1.15.8
+ cogl_push_matrix at Base 1.15.8
+ cogl_push_source at Base 1.15.8
+ cogl_quaternion_copy at Base 1.15.8
+ cogl_quaternion_dot_product at Base 1.15.8
+ cogl_quaternion_equal at Base 1.15.8
+ cogl_quaternion_free at Base 1.15.8
+ cogl_quaternion_get_rotation_angle at Base 1.15.8
+ cogl_quaternion_get_rotation_axis at Base 1.15.8
+ cogl_quaternion_init at Base 1.15.8
+ cogl_quaternion_init_from_angle_vector at Base 1.15.8
+ cogl_quaternion_init_from_array at Base 1.15.8
+ cogl_quaternion_init_from_euler at Base 1.15.8
+ cogl_quaternion_init_from_matrix at Base 1.15.8
+ cogl_quaternion_init_from_quaternion at Base 1.15.8
+ cogl_quaternion_init_from_x_rotation at Base 1.15.8
+ cogl_quaternion_init_from_y_rotation at Base 1.15.8
+ cogl_quaternion_init_from_z_rotation at Base 1.15.8
+ cogl_quaternion_init_identity at Base 1.15.8
+ cogl_quaternion_invert at Base 1.15.8
+ cogl_quaternion_multiply at Base 1.15.8
+ cogl_quaternion_nlerp at Base 1.15.8
+ cogl_quaternion_normalize at Base 1.15.8
+ cogl_quaternion_pow at Base 1.15.8
+ cogl_quaternion_slerp at Base 1.15.8
+ cogl_quaternion_squad at Base 1.15.8
+ cogl_read_pixels at Base 1.15.8
+ cogl_read_pixels_flags_get_type at Base 1.15.8
+ cogl_rectangle at Base 1.15.8
+ cogl_rectangle_with_multitexture_coords at Base 1.15.8
+ cogl_rectangle_with_texture_coords at Base 1.15.8
+ cogl_rectangles at Base 1.15.8
+ cogl_rectangles_with_texture_coords at Base 1.15.8
+ cogl_renderer_add_constraint at Base 1.15.8
+ cogl_renderer_check_onscreen_template at Base 1.15.8
+ cogl_renderer_connect at Base 1.15.8
+ cogl_renderer_error_get_type at Base 1.15.8
+ cogl_renderer_error_quark at Base 1.15.8
+ cogl_renderer_foreach_output at Base 1.15.8
+ cogl_renderer_get_driver at Base 1.15.8
+ cogl_renderer_get_n_fragment_texture_units at Base 1.15.8
+ cogl_renderer_get_winsys_id at Base 1.15.8
+ cogl_renderer_new at Base 1.15.8
+ cogl_renderer_remove_constraint at Base 1.15.8
+ cogl_renderer_set_driver at Base 1.15.8
+ cogl_renderer_set_winsys_id at Base 1.15.8
+ cogl_rotate at Base 1.15.8
+ cogl_scale at Base 1.15.8
+ cogl_set_backface_culling_enabled at Base 1.15.8
+ cogl_set_depth_test_enabled at Base 1.15.8
+ cogl_set_draw_buffer at Base 1.15.8
+ cogl_set_fog at Base 1.15.8
+ cogl_set_framebuffer at Base 1.15.8
+ cogl_set_modelview_matrix at Base 1.15.8
+ cogl_set_path at Base 1.15.8
+ cogl_set_projection_matrix at Base 1.15.8
+ cogl_set_source at Base 1.15.8
+ cogl_set_source_color4f at Base 1.15.8
+ cogl_set_source_color4ub at Base 1.15.8
+ cogl_set_source_color at Base 1.15.8
+ cogl_set_source_texture at Base 1.15.8
+ cogl_set_viewport at Base 1.15.8
+ cogl_shader_compile at Base 1.15.8
+ cogl_shader_get_info_log at Base 1.15.8
+ cogl_shader_get_type at Base 1.15.8
+ cogl_shader_is_compiled at Base 1.15.8
+ cogl_shader_ref at Base 1.15.8
+ cogl_shader_source at Base 1.15.8
+ cogl_shader_type_get_type at Base 1.15.8
+ cogl_shader_unref at Base 1.15.8
+ cogl_snippet_get_declarations at Base 1.15.8
+ cogl_snippet_get_hook at Base 1.15.8
+ cogl_snippet_get_post at Base 1.15.8
+ cogl_snippet_get_pre at Base 1.15.8
+ cogl_snippet_get_replace at Base 1.15.8
+ cogl_snippet_new at Base 1.15.8
+ cogl_snippet_set_declarations at Base 1.15.8
+ cogl_snippet_set_post at Base 1.15.8
+ cogl_snippet_set_pre at Base 1.15.8
+ cogl_snippet_set_replace at Base 1.15.8
+ cogl_sqrti at Base 1.15.8
+ cogl_sub_texture_get_parent at Base 1.15.8
+ cogl_sub_texture_new at Base 1.15.8
+ cogl_swap_chain_error_quark at Base 1.15.8
+ cogl_swap_chain_new at Base 1.15.8
+ cogl_swap_chain_set_has_alpha at Base 1.15.8
+ cogl_swap_chain_set_length at Base 1.15.8
+ cogl_system_error_get_type at Base 1.15.8
+ cogl_test_verbose at Base 1.15.8
+ cogl_texture_2d_new_from_bitmap at Base 1.15.8
+ cogl_texture_2d_new_from_data at Base 1.15.8
+ cogl_texture_2d_new_from_file at Base 1.15.8
+ cogl_texture_2d_new_from_foreign at Base 1.15.8
+ cogl_texture_2d_new_with_size at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_bitmap at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_data at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_file at Base 1.15.8
+ cogl_texture_2d_sliced_new_with_size at Base 1.15.8
+ cogl_texture_3d_error_quark at Base 1.15.8
+ cogl_texture_3d_new_from_bitmap at Base 1.15.8
+ cogl_texture_3d_new_from_data at Base 1.15.8
+ cogl_texture_3d_new_with_size at Base 1.15.8
+ cogl_texture_allocate at Base 1.15.8
+ cogl_texture_error_get_type at Base 1.15.8
+ cogl_texture_error_quark at Base 1.15.8
+ cogl_texture_flags_get_type at Base 1.15.8
+ cogl_texture_get_data at Base 1.15.8
+ cogl_texture_get_format at Base 1.15.8
+ cogl_texture_get_gl_texture at Base 1.15.8
+ cogl_texture_get_height at Base 1.15.8
+ cogl_texture_get_max_waste at Base 1.15.8
+ cogl_texture_get_rowstride at Base 1.15.8
+ cogl_texture_get_width at Base 1.15.8
+ cogl_texture_is_sliced at Base 1.15.8
+ cogl_texture_new_from_bitmap at Base 1.15.8
+ cogl_texture_new_from_data at Base 1.15.8
+ cogl_texture_new_from_file at Base 1.15.8
+ cogl_texture_new_from_foreign at Base 1.15.8
+ cogl_texture_new_from_sub_texture at Base 1.15.8
+ cogl_texture_new_with_size at Base 1.15.8
+ cogl_texture_pixmap_x11_error_quark at Base 1.15.8
+ cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.15.8
+ cogl_texture_pixmap_x11_new at Base 1.15.8
+ cogl_texture_pixmap_x11_set_damage_object at Base 1.15.8
+ cogl_texture_pixmap_x11_update_area at Base 1.15.8
+ cogl_texture_rectangle_new_from_bitmap at Base 1.15.8
+ cogl_texture_rectangle_new_from_foreign at Base 1.15.8
+ cogl_texture_rectangle_new_with_size at Base 1.15.8
+ cogl_texture_ref at Base 1.15.8
+ cogl_texture_set_data at Base 1.15.8
+ cogl_texture_set_region at Base 1.15.8
+ cogl_texture_set_region_from_bitmap at Base 1.15.8
+ cogl_texture_type_get_type at Base 1.15.8
+ cogl_texture_unref at Base 1.15.8
+ cogl_transform at Base 1.15.8
+ cogl_translate at Base 1.15.8
+ cogl_vdraw_indexed_attributes at Base 1.15.8
+ cogl_vector3_add at Base 1.15.8
+ cogl_vector3_copy at Base 1.15.8
+ cogl_vector3_cross_product at Base 1.15.8
+ cogl_vector3_distance at Base 1.15.8
+ cogl_vector3_divide_scalar at Base 1.15.8
+ cogl_vector3_dot_product at Base 1.15.8
+ cogl_vector3_equal at Base 1.15.8
+ cogl_vector3_equal_with_epsilon at Base 1.15.8
+ cogl_vector3_free at Base 1.15.8
+ cogl_vector3_init at Base 1.15.8
+ cogl_vector3_init_zero at Base 1.15.8
+ cogl_vector3_invert at Base 1.15.8
+ cogl_vector3_magnitude at Base 1.15.8
+ cogl_vector3_multiply_scalar at Base 1.15.8
+ cogl_vector3_normalize at Base 1.15.8
+ cogl_vector3_subtract at Base 1.15.8
+ cogl_vertex_buffer_add at Base 1.15.8
+ cogl_vertex_buffer_delete at Base 1.15.8
+ cogl_vertex_buffer_disable at Base 1.15.8
+ cogl_vertex_buffer_draw at Base 1.15.8
+ cogl_vertex_buffer_draw_elements at Base 1.15.8
+ cogl_vertex_buffer_enable at Base 1.15.8
+ cogl_vertex_buffer_get_n_vertices at Base 1.15.8
+ cogl_vertex_buffer_indices_get_for_quads at Base 1.15.8
+ cogl_vertex_buffer_indices_get_type at Base 1.15.8
+ cogl_vertex_buffer_indices_new at Base 1.15.8
+ cogl_vertex_buffer_new at Base 1.15.8
+ cogl_vertex_buffer_ref at Base 1.15.8
+ cogl_vertex_buffer_submit at Base 1.15.8
+ cogl_vertex_buffer_unref at Base 1.15.8
+ cogl_vertices_mode_get_type at Base 1.15.8
+ cogl_viewport at Base 1.15.8
+ cogl_winding_get_type at Base 1.15.8
+ cogl_winsys_feature_get_type at Base 1.15.8
+ cogl_x11_onscreen_get_visual_xid at Base 1.15.8
+ cogl_x11_onscreen_get_window_xid at Base 1.15.8
+ cogl_x11_onscreen_set_foreign_window_xid at Base 1.15.8
+ cogl_xlib_get_display at Base 1.15.8
+ cogl_xlib_handle_event at Base 1.15.8
+ cogl_xlib_renderer_add_filter at Base 1.15.8
+ cogl_xlib_renderer_get_display at Base 1.15.8
+ cogl_xlib_renderer_get_foreign_display at Base 1.15.8
+ cogl_xlib_renderer_handle_event at Base 1.15.8
+ cogl_xlib_renderer_remove_filter at Base 1.15.8
+ cogl_xlib_renderer_set_event_retrieval_enabled at Base 1.15.8
+ cogl_xlib_renderer_set_foreign_display at Base 1.15.8
+ cogl_xlib_set_display at Base 1.15.8
+ test_ctx at Base 1.15.8
+ test_fb at Base 1.15.8
+ test_utils_check_pixel at Base 1.15.8
+ test_utils_check_pixel_and_alpha at Base 1.15.8
+ test_utils_check_pixel_rgb at Base 1.15.8
+ test_utils_check_region at Base 1.15.8
+ test_utils_compare_pixel at Base 1.15.8
+ test_utils_compare_pixel_and_alpha at Base 1.15.8
+ test_utils_create_color_texture at Base 1.15.8
+ test_utils_fini at Base 1.15.8
+ test_utils_init at Base 1.15.8
+ test_utils_texture_new_from_bitmap at Base 1.15.8
+ test_utils_texture_new_from_data at Base 1.15.8
+ test_utils_texture_new_with_size at Base 1.15.8
+ unit_test_check_bitmask_api at Base 1.15.8
+ unit_test_check_gl_blend_enable at Base 1.15.8
+ unit_test_check_mesa_driver_package_parser at Base 1.15.8
+ unit_test_check_point_size_shader at Base 1.15.8

Copied: desktop/experimental/cogl/debian/libcogl-pango15.symbols (from r39314, desktop/experimental/cogl/debian/libcogl-pango12.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl-pango15.symbols?rev=39364&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl-pango12.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl-pango15.symbols	[utf-8] Wed Aug 28 10:34:14 2013
@@ -1,19 +1,1006 @@
-libcogl-pango.so.12 libcogl-pango12 #MINVER#
- cogl_pango_ensure_glyph_cache_for_layout at Base 1.7.4
- cogl_pango_font_map_clear_glyph_cache at Base 1.7.4
- cogl_pango_font_map_create_context at Base 1.7.4
- cogl_pango_font_map_get_renderer at Base 1.7.4
- cogl_pango_font_map_get_use_mipmapping at Base 1.7.4
- cogl_pango_font_map_new at Base 1.7.4
- cogl_pango_font_map_set_resolution at Base 1.7.4
- cogl_pango_font_map_set_use_mipmapping at Base 1.7.4
- cogl_pango_glyph_cache_clear at Base 1.7.4
- cogl_pango_glyph_cache_free at Base 1.7.4
- cogl_pango_glyph_cache_lookup at Base 1.7.4
- cogl_pango_glyph_cache_new at Base 1.7.4
- cogl_pango_render_layout at Base 1.7.4
- cogl_pango_render_layout_line at Base 1.7.4
- cogl_pango_render_layout_subpixel at Base 1.7.4
- cogl_pango_renderer_get_type at Base 1.7.4
- cogl_pango_show_layout at Base 1.13.4
- cogl_pango_show_layout_line at Base 1.13.4
+libcogl-gles2.so.15 libcogl-pango15 #MINVER#
+ glActiveTexture at Base 1.15.8
+ glAttachShader at Base 1.15.8
+ glBindAttribLocation at Base 1.15.8
+ glBindBuffer at Base 1.15.8
+ glBindFramebuffer at Base 1.15.8
+ glBindRenderbuffer at Base 1.15.8
+ glBindTexture at Base 1.15.8
+ glBlendColor at Base 1.15.8
+ glBlendEquation at Base 1.15.8
+ glBlendEquationSeparate at Base 1.15.8
+ glBlendFunc at Base 1.15.8
+ glBlendFuncSeparate at Base 1.15.8
+ glBufferData at Base 1.15.8
+ glBufferSubData at Base 1.15.8
+ glCheckFramebufferStatus at Base 1.15.8
+ glClear at Base 1.15.8
+ glClearColor at Base 1.15.8
+ glClearDepthf at Base 1.15.8
+ glClearStencil at Base 1.15.8
+ glColorMask at Base 1.15.8
+ glCompileShader at Base 1.15.8
+ glCompressedTexImage2D at Base 1.15.8
+ glCompressedTexSubImage2D at Base 1.15.8
+ glCopyTexImage2D at Base 1.15.8
+ glCopyTexSubImage2D at Base 1.15.8
+ glCreateProgram at Base 1.15.8
+ glCreateShader at Base 1.15.8
+ glCullFace at Base 1.15.8
+ glDeleteBuffers at Base 1.15.8
+ glDeleteFramebuffers at Base 1.15.8
+ glDeleteProgram at Base 1.15.8
+ glDeleteRenderbuffers at Base 1.15.8
+ glDeleteShader at Base 1.15.8
+ glDeleteTextures at Base 1.15.8
+ glDepthFunc at Base 1.15.8
+ glDepthMask at Base 1.15.8
+ glDepthRangef at Base 1.15.8
+ glDetachShader at Base 1.15.8
+ glDisable at Base 1.15.8
+ glDisableVertexAttribArray at Base 1.15.8
+ glDrawArrays at Base 1.15.8
+ glDrawElements at Base 1.15.8
+ glEnable at Base 1.15.8
+ glEnableVertexAttribArray at Base 1.15.8
+ glFinish at Base 1.15.8
+ glFlush at Base 1.15.8
+ glFramebufferRenderbuffer at Base 1.15.8
+ glFramebufferTexture2D at Base 1.15.8
+ glFrontFace at Base 1.15.8
+ glGenBuffers at Base 1.15.8
+ glGenFramebuffers at Base 1.15.8
+ glGenRenderbuffers at Base 1.15.8
+ glGenTextures at Base 1.15.8
+ glGenerateMipmap at Base 1.15.8
+ glGetActiveAttrib at Base 1.15.8
+ glGetActiveUniform at Base 1.15.8
+ glGetAttachedShaders at Base 1.15.8
+ glGetAttribLocation at Base 1.15.8
+ glGetBooleanv at Base 1.15.8
+ glGetBufferParameteriv at Base 1.15.8
+ glGetError at Base 1.15.8
+ glGetFloatv at Base 1.15.8
+ glGetFramebufferAttachmentParameteriv at Base 1.15.8
+ glGetIntegerv at Base 1.15.8
+ glGetProgramInfoLog at Base 1.15.8
+ glGetProgramiv at Base 1.15.8
+ glGetRenderbufferParameteriv at Base 1.15.8
+ glGetShaderInfoLog at Base 1.15.8
+ glGetShaderPrecisionFormat at Base 1.15.8
+ glGetShaderSource at Base 1.15.8
+ glGetShaderiv at Base 1.15.8
+ glGetString at Base 1.15.8
+ glGetTexParameterfv at Base 1.15.8
+ glGetTexParameteriv at Base 1.15.8
+ glGetUniformLocation at Base 1.15.8
+ glGetUniformfv at Base 1.15.8
+ glGetUniformiv at Base 1.15.8
+ glGetVertexAttribPointerv at Base 1.15.8
+ glGetVertexAttribfv at Base 1.15.8
+ glGetVertexAttribiv at Base 1.15.8
+ glHint at Base 1.15.8
+ glIsBuffer at Base 1.15.8
+ glIsEnabled at Base 1.15.8
+ glIsFramebuffer at Base 1.15.8
+ glIsProgram at Base 1.15.8
+ glIsRenderbuffer at Base 1.15.8
+ glIsShader at Base 1.15.8
+ glIsTexture at Base 1.15.8
+ glLineWidth at Base 1.15.8
+ glLinkProgram at Base 1.15.8
+ glPixelStorei at Base 1.15.8
+ glPolygonOffset at Base 1.15.8
+ glReadPixels at Base 1.15.8
+ glReleaseShaderCompiler at Base 1.15.8
+ glRenderbufferStorage at Base 1.15.8
+ glSampleCoverage at Base 1.15.8
+ glScissor at Base 1.15.8
+ glShaderBinary at Base 1.15.8
+ glShaderSource at Base 1.15.8
+ glStencilFunc at Base 1.15.8
+ glStencilFuncSeparate at Base 1.15.8
+ glStencilMask at Base 1.15.8
+ glStencilMaskSeparate at Base 1.15.8
+ glStencilOp at Base 1.15.8
+ glStencilOpSeparate at Base 1.15.8
+ glTexImage2D at Base 1.15.8
+ glTexParameterf at Base 1.15.8
+ glTexParameterfv at Base 1.15.8
+ glTexParameteri at Base 1.15.8
+ glTexParameteriv at Base 1.15.8
+ glTexSubImage2D at Base 1.15.8
+ glUniform1f at Base 1.15.8
+ glUniform1fv at Base 1.15.8
+ glUniform1i at Base 1.15.8
+ glUniform1iv at Base 1.15.8
+ glUniform2f at Base 1.15.8
+ glUniform2fv at Base 1.15.8
+ glUniform2i at Base 1.15.8
+ glUniform2iv at Base 1.15.8
+ glUniform3f at Base 1.15.8
+ glUniform3fv at Base 1.15.8
+ glUniform3i at Base 1.15.8
+ glUniform3iv at Base 1.15.8
+ glUniform4f at Base 1.15.8
+ glUniform4fv at Base 1.15.8
+ glUniform4i at Base 1.15.8
+ glUniform4iv at Base 1.15.8
+ glUniformMatrix2fv at Base 1.15.8
+ glUniformMatrix3fv at Base 1.15.8
+ glUniformMatrix4fv at Base 1.15.8
+ glUseProgram at Base 1.15.8
+ glValidateProgram at Base 1.15.8
+ glVertexAttrib1f at Base 1.15.8
+ glVertexAttrib1fv at Base 1.15.8
+ glVertexAttrib2f at Base 1.15.8
+ glVertexAttrib2fv at Base 1.15.8
+ glVertexAttrib3f at Base 1.15.8
+ glVertexAttrib3fv at Base 1.15.8
+ glVertexAttrib4f at Base 1.15.8
+ glVertexAttrib4fv at Base 1.15.8
+ glVertexAttribPointer at Base 1.15.8
+ glViewport at Base 1.15.8
+libcogl-pango.so.15 libcogl-pango12 #MINVER#
+ cogl_pango_ensure_glyph_cache_for_layout at Base 1.15.8
+ cogl_pango_font_map_clear_glyph_cache at Base 1.15.8
+ cogl_pango_font_map_create_context at Base 1.15.8
+ cogl_pango_font_map_get_renderer at Base 1.15.8
+ cogl_pango_font_map_get_use_mipmapping at Base 1.15.8
+ cogl_pango_font_map_new at Base 1.15.8
+ cogl_pango_font_map_set_resolution at Base 1.15.8
+ cogl_pango_font_map_set_use_mipmapping at Base 1.15.8
+ cogl_pango_glyph_cache_clear at Base 1.15.8
+ cogl_pango_glyph_cache_free at Base 1.15.8
+ cogl_pango_glyph_cache_lookup at Base 1.15.8
+ cogl_pango_glyph_cache_new at Base 1.15.8
+ cogl_pango_render_layout at Base 1.15.8
+ cogl_pango_render_layout_line at Base 1.15.8
+ cogl_pango_render_layout_subpixel at Base 1.15.8
+ cogl_pango_renderer_get_type at Base 1.15.8
+ cogl_pango_show_layout at Base 1.15.8
+ cogl_pango_show_layout_line at Base 1.15.8
+libcogl.so.15 libcogl-pango12 #MINVER#
+ _cogl_atlas_add_reorganize_callback at Base 1.15.8
+ _cogl_atlas_new at Base 1.15.8
+ _cogl_atlas_reserve_space at Base 1.15.8
+ _cogl_atlas_texture_add_reorganize_callback at Base 1.15.8
+ _cogl_atlas_texture_remove_reorganize_callback at Base 1.15.8
+ _cogl_buffer_map_for_fill_or_fallback at Base 1.15.8
+ _cogl_buffer_unmap_for_fill_or_fallback at Base 1.15.8
+ _cogl_clip_stack_push_primitive at Base 1.15.8
+ _cogl_clip_stack_push_rectangle at Base 1.15.8
+ _cogl_context_get_default at Base 1.15.8
+ _cogl_debug_flags at Base 1.15.8
+ _cogl_debug_instances at Base 1.15.8
+ _cogl_framebuffer_get_clip_state at Base 1.15.8
+ _cogl_framebuffer_get_modelview_stack at Base 1.15.8
+ _cogl_framebuffer_get_projection_stack at Base 1.15.8
+ _cogl_framebuffer_get_stencil_bits at Base 1.15.8
+ _cogl_object_default_unref at Base 1.15.8
+ _cogl_pipeline_foreach_layer_internal at Base 1.15.8
+ _cogl_pipeline_layer_get_texture at Base 1.15.8
+ _cogl_pipeline_layer_get_texture_real at Base 1.15.8
+ _cogl_pipeline_layer_get_texture_type at Base 1.15.8
+ _cogl_pipeline_prune_to_n_layers at Base 1.15.8
+ _cogl_primitive_draw at Base 1.15.8
+ _cogl_texture_can_hardware_repeat at Base 1.15.8
+ cogl2_clip_push_from_path at Base 1.15.8
+ cogl2_path_arc at Base 1.15.8
+ cogl2_path_close at Base 1.15.8
+ cogl2_path_curve_to at Base 1.15.8
+ cogl2_path_ellipse at Base 1.15.8
+ cogl2_path_fill at Base 1.15.8
+ cogl2_path_get_fill_rule at Base 1.15.8
+ cogl2_path_line at Base 1.15.8
+ cogl2_path_line_to at Base 1.15.8
+ cogl2_path_move_to at Base 1.15.8
+ cogl2_path_new at Base 1.15.8
+ cogl2_path_polygon at Base 1.15.8
+ cogl2_path_polyline at Base 1.15.8
+ cogl2_path_rectangle at Base 1.15.8
+ cogl2_path_rel_curve_to at Base 1.15.8
+ cogl2_path_rel_line_to at Base 1.15.8
+ cogl2_path_rel_move_to at Base 1.15.8
+ cogl2_path_round_rectangle at Base 1.15.8
+ cogl2_path_set_fill_rule at Base 1.15.8
+ cogl2_path_stroke at Base 1.15.8
+ cogl_angle_cos at Base 1.15.8
+ cogl_angle_sin at Base 1.15.8
+ cogl_angle_tan at Base 1.15.8
+ cogl_atlas_texture_new_from_bitmap at Base 1.15.8
+ cogl_atlas_texture_new_from_data at Base 1.15.8
+ cogl_atlas_texture_new_from_file at Base 1.15.8
+ cogl_atlas_texture_new_with_size at Base 1.15.8
+ cogl_attribute_buffer_new at Base 1.15.8
+ cogl_attribute_buffer_new_with_size at Base 1.15.8
+ cogl_attribute_get_buffer at Base 1.15.8
+ cogl_attribute_get_normalized at Base 1.15.8
+ cogl_attribute_new at Base 1.15.8
+ cogl_attribute_new_const_1f at Base 1.15.8
+ cogl_attribute_new_const_2f at Base 1.15.8
+ cogl_attribute_new_const_2fv at Base 1.15.8
+ cogl_attribute_new_const_2x2fv at Base 1.15.8
+ cogl_attribute_new_const_3f at Base 1.15.8
+ cogl_attribute_new_const_3fv at Base 1.15.8
+ cogl_attribute_new_const_3x3fv at Base 1.15.8
+ cogl_attribute_new_const_4f at Base 1.15.8
+ cogl_attribute_new_const_4fv at Base 1.15.8
+ cogl_attribute_new_const_4x4fv at Base 1.15.8
+ cogl_attribute_set_buffer at Base 1.15.8
+ cogl_attribute_set_normalized at Base 1.15.8
+ cogl_attribute_type_get_type at Base 1.15.8
+ cogl_begin_gl at Base 1.15.8
+ cogl_bitmap_error_get_type at Base 1.15.8
+ cogl_bitmap_error_quark at Base 1.15.8
+ cogl_bitmap_get_buffer at Base 1.15.8
+ cogl_bitmap_get_format at Base 1.15.8
+ cogl_bitmap_get_height at Base 1.15.8
+ cogl_bitmap_get_rowstride at Base 1.15.8
+ cogl_bitmap_get_size_from_file at Base 1.15.8
+ cogl_bitmap_get_width at Base 1.15.8
+ cogl_bitmap_new_for_data at Base 1.15.8
+ cogl_bitmap_new_from_buffer at Base 1.15.8
+ cogl_bitmap_new_from_file at Base 1.15.8
+ cogl_bitmap_new_with_size at Base 1.15.8
+ cogl_blend_string_error_get_type at Base 1.15.8
+ cogl_blend_string_error_quark at Base 1.15.8
+ cogl_buffer_bit_get_type at Base 1.15.8
+ cogl_buffer_get_size at Base 1.15.8
+ cogl_buffer_get_update_hint at Base 1.15.8
+ cogl_buffer_map at Base 1.15.8
+ cogl_buffer_map_range at Base 1.15.8
+ cogl_buffer_set_data at Base 1.15.8
+ cogl_buffer_set_update_hint at Base 1.15.8
+ cogl_buffer_target_get_type at Base 1.15.8
+ cogl_buffer_unmap at Base 1.15.8
+ cogl_check_extension at Base 1.15.8
+ cogl_clear at Base 1.15.8
+ cogl_clip_ensure at Base 1.15.8
+ cogl_clip_pop at Base 1.15.8
+ cogl_clip_push at Base 1.15.8
+ cogl_clip_push_from_path at Base 1.15.8
+ cogl_clip_push_from_path_preserve at Base 1.15.8
+ cogl_clip_push_primitive at Base 1.15.8
+ cogl_clip_push_rectangle at Base 1.15.8
+ cogl_clip_push_window_rect at Base 1.15.8
+ cogl_clip_push_window_rectangle at Base 1.15.8
+ cogl_clip_stack_restore at Base 1.15.8
+ cogl_clip_stack_save at Base 1.15.8
+ cogl_clutter_check_extension_CLUTTER at Base 1.15.8
+ cogl_clutter_winsys_has_feature_CLUTTER at Base 1.15.8
+ cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.15.8
+ cogl_color_copy at Base 1.15.8
+ cogl_color_equal at Base 1.15.8
+ cogl_color_free at Base 1.15.8
+ cogl_color_get_alpha at Base 1.15.8
+ cogl_color_get_alpha_byte at Base 1.15.8
+ cogl_color_get_alpha_float at Base 1.15.8
+ cogl_color_get_blue at Base 1.15.8
+ cogl_color_get_blue_byte at Base 1.15.8
+ cogl_color_get_blue_float at Base 1.15.8
+ cogl_color_get_green at Base 1.15.8
+ cogl_color_get_green_byte at Base 1.15.8
+ cogl_color_get_green_float at Base 1.15.8
+ cogl_color_get_red at Base 1.15.8
+ cogl_color_get_red_byte at Base 1.15.8
+ cogl_color_get_red_float at Base 1.15.8
+ cogl_color_init_from_4f at Base 1.15.8
+ cogl_color_init_from_4fv at Base 1.15.8
+ cogl_color_init_from_4ub at Base 1.15.8
+ cogl_color_init_from_hsl at Base 1.15.8
+ cogl_color_mask_get_type at Base 1.15.8
+ cogl_color_new at Base 1.15.8
+ cogl_color_premultiply at Base 1.15.8
+ cogl_color_set_alpha at Base 1.15.8
+ cogl_color_set_alpha_byte at Base 1.15.8
+ cogl_color_set_alpha_float at Base 1.15.8
+ cogl_color_set_blue at Base 1.15.8
+ cogl_color_set_blue_byte at Base 1.15.8
+ cogl_color_set_blue_float at Base 1.15.8
+ cogl_color_set_from_4f at Base 1.15.8
+ cogl_color_set_from_4ub at Base 1.15.8
+ cogl_color_set_green at Base 1.15.8
+ cogl_color_set_green_byte at Base 1.15.8
+ cogl_color_set_green_float at Base 1.15.8
+ cogl_color_set_red at Base 1.15.8
+ cogl_color_set_red_byte at Base 1.15.8
+ cogl_color_set_red_float at Base 1.15.8
+ cogl_color_to_hsl at Base 1.15.8
+ cogl_color_unpremultiply at Base 1.15.8
+ cogl_context_get_display at Base 1.15.8
+ cogl_context_get_renderer at Base 1.15.8
+ cogl_context_new at Base 1.15.8
+ cogl_create_program at Base 1.15.8
+ cogl_create_shader at Base 1.15.8
+ cogl_debug_matrix_entry_print at Base 1.15.8
+ cogl_debug_matrix_print at Base 1.15.8
+ cogl_debug_object_foreach_type at Base 1.15.8
+ cogl_debug_object_print_instances at Base 1.15.8
+ cogl_depth_state_get_range at Base 1.15.8
+ cogl_depth_state_get_test_enabled at Base 1.15.8
+ cogl_depth_state_get_test_function at Base 1.15.8
+ cogl_depth_state_get_write_enabled at Base 1.15.8
+ cogl_depth_state_init at Base 1.15.8
+ cogl_depth_state_set_range at Base 1.15.8
+ cogl_depth_state_set_test_enabled at Base 1.15.8
+ cogl_depth_state_set_test_function at Base 1.15.8
+ cogl_depth_state_set_write_enabled at Base 1.15.8
+ cogl_depth_test_function_get_type at Base 1.15.8
+ cogl_disable_fog at Base 1.15.8
+ cogl_display_error_quark at Base 1.15.8
+ cogl_display_get_renderer at Base 1.15.8
+ cogl_display_new at Base 1.15.8
+ cogl_display_setup at Base 1.15.8
+ cogl_double_to_fixed at Base 1.15.8
+ cogl_double_to_int at Base 1.15.8
+ cogl_double_to_uint at Base 1.15.8
+ cogl_egl_context_get_egl_display at Base 1.15.8
+ cogl_end_gl at Base 1.15.8
+ cogl_error_copy at Base 1.15.8
+ cogl_error_free at Base 1.15.8
+ cogl_error_matches at Base 1.15.8
+ cogl_euler_copy at Base 1.15.8
+ cogl_euler_equal at Base 1.15.8
+ cogl_euler_free at Base 1.15.8
+ cogl_euler_init at Base 1.15.8
+ cogl_euler_init_from_matrix at Base 1.15.8
+ cogl_feature_flags_get_type at Base 1.15.8
+ cogl_features_available at Base 1.15.8
+ cogl_fence_closure_get_user_data at Base 1.15.8
+ cogl_fixed_atan2 at Base 1.15.8
+ cogl_fixed_atan at Base 1.15.8
+ cogl_fixed_cos at Base 1.15.8
+ cogl_fixed_div at Base 1.15.8
+ cogl_fixed_get_type at Base 1.15.8
+ cogl_fixed_log2 at Base 1.15.8
+ cogl_fixed_mul at Base 1.15.8
+ cogl_fixed_mul_div at Base 1.15.8
+ cogl_fixed_pow2 at Base 1.15.8
+ cogl_fixed_pow at Base 1.15.8
+ cogl_fixed_sin at Base 1.15.8
+ cogl_fixed_sqrt at Base 1.15.8
+ cogl_fixed_tan at Base 1.15.8
+ cogl_flush at Base 1.15.8
+ cogl_fog_mode_get_type at Base 1.15.8
+ cogl_foreach_feature at Base 1.15.8
+ cogl_frame_info_get_frame_counter at Base 1.15.8
+ cogl_frame_info_get_output at Base 1.15.8
+ cogl_frame_info_get_presentation_time at Base 1.15.8
+ cogl_frame_info_get_refresh_rate at Base 1.15.8
+ cogl_framebuffer_add_fence_callback at Base 1.15.8
+ cogl_framebuffer_allocate at Base 1.15.8
+ cogl_framebuffer_cancel_fence_callback at Base 1.15.8
+ cogl_framebuffer_clear4f at Base 1.15.8
+ cogl_framebuffer_clear at Base 1.15.8
+ cogl_framebuffer_discard_buffers at Base 1.15.8
+ cogl_framebuffer_draw_attributes at Base 1.15.8
+ cogl_framebuffer_draw_indexed_attributes at Base 1.15.8
+ cogl_framebuffer_draw_multitextured_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_primitive at Base 1.15.8
+ cogl_framebuffer_draw_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_rectangles at Base 1.15.8
+ cogl_framebuffer_draw_textured_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_textured_rectangles at Base 1.15.8
+ cogl_framebuffer_error_quark at Base 1.15.8
+ cogl_framebuffer_fill_path at Base 1.15.8
+ cogl_framebuffer_finish at Base 1.15.8
+ cogl_framebuffer_frustum at Base 1.15.8
+ cogl_framebuffer_get_alpha_bits at Base 1.15.8
+ cogl_framebuffer_get_blue_bits at Base 1.15.8
+ cogl_framebuffer_get_color_format at Base 1.15.8
+ cogl_framebuffer_get_color_mask at Base 1.15.8
+ cogl_framebuffer_get_context at Base 1.15.8
+ cogl_framebuffer_get_depth_bits at Base 1.15.8
+ cogl_framebuffer_get_depth_texture at Base 1.15.8
+ cogl_framebuffer_get_depth_texture_enabled at Base 1.15.8
+ cogl_framebuffer_get_dither_enabled at Base 1.15.8
+ cogl_framebuffer_get_green_bits at Base 1.15.8
+ cogl_framebuffer_get_height at Base 1.15.8
+ cogl_framebuffer_get_modelview_matrix at Base 1.15.8
+ cogl_framebuffer_get_projection_matrix at Base 1.15.8
+ cogl_framebuffer_get_red_bits at Base 1.15.8
+ cogl_framebuffer_get_samples_per_pixel at Base 1.15.8
+ cogl_framebuffer_get_viewport4fv at Base 1.15.8
+ cogl_framebuffer_get_viewport_height at Base 1.15.8
+ cogl_framebuffer_get_viewport_width at Base 1.15.8
+ cogl_framebuffer_get_viewport_x at Base 1.15.8
+ cogl_framebuffer_get_viewport_y at Base 1.15.8
+ cogl_framebuffer_get_width at Base 1.15.8
+ cogl_framebuffer_identity_matrix at Base 1.15.8
+ cogl_framebuffer_orthographic at Base 1.15.8
+ cogl_framebuffer_perspective at Base 1.15.8
+ cogl_framebuffer_pop_clip at Base 1.15.8
+ cogl_framebuffer_pop_matrix at Base 1.15.8
+ cogl_framebuffer_push_matrix at Base 1.15.8
+ cogl_framebuffer_push_path_clip at Base 1.15.8
+ cogl_framebuffer_push_primitive_clip at Base 1.15.8
+ cogl_framebuffer_push_rectangle_clip at Base 1.15.8
+ cogl_framebuffer_push_scissor_clip at Base 1.15.8
+ cogl_framebuffer_read_pixels at Base 1.15.8
+ cogl_framebuffer_read_pixels_into_bitmap at Base 1.15.8
+ cogl_framebuffer_resolve_samples at Base 1.15.8
+ cogl_framebuffer_resolve_samples_region at Base 1.15.8
+ cogl_framebuffer_rotate at Base 1.15.8
+ cogl_framebuffer_rotate_euler at Base 1.15.8
+ cogl_framebuffer_rotate_quaternion at Base 1.15.8
+ cogl_framebuffer_scale at Base 1.15.8
+ cogl_framebuffer_set_color_mask at Base 1.15.8
+ cogl_framebuffer_set_depth_texture_enabled at Base 1.15.8
+ cogl_framebuffer_set_dither_enabled at Base 1.15.8
+ cogl_framebuffer_set_modelview_matrix at Base 1.15.8
+ cogl_framebuffer_set_projection_matrix at Base 1.15.8
+ cogl_framebuffer_set_samples_per_pixel at Base 1.15.8
+ cogl_framebuffer_set_viewport at Base 1.15.8
+ cogl_framebuffer_stroke_path at Base 1.15.8
+ cogl_framebuffer_transform at Base 1.15.8
+ cogl_framebuffer_translate at Base 1.15.8
+ cogl_framebuffer_vdraw_attributes at Base 1.15.8
+ cogl_framebuffer_vdraw_indexed_attributes at Base 1.15.8
+ cogl_frustum at Base 1.15.8
+ cogl_get_backface_culling_enabled at Base 1.15.8
+ cogl_get_bitmasks at Base 1.15.8
+ cogl_get_clock_time at Base 1.15.8
+ cogl_get_depth_test_enabled at Base 1.15.8
+ cogl_get_draw_framebuffer at Base 1.15.8
+ cogl_get_features at Base 1.15.8
+ cogl_get_modelview_matrix at Base 1.15.8
+ cogl_get_option_group at Base 1.15.8
+ cogl_get_path at Base 1.15.8
+ cogl_get_proc_address at Base 1.15.8
+ cogl_get_projection_matrix at Base 1.15.8
+ cogl_get_rectangle_indices at Base 1.15.8
+ cogl_get_source at Base 1.15.8
+ cogl_get_static_identity_quaternion at Base 1.15.8
+ cogl_get_static_zero_quaternion at Base 1.15.8
+ cogl_get_viewport at Base 1.15.8
+ cogl_gles2_context_get_vtable at Base 1.15.8
+ cogl_gles2_context_new at Base 1.15.8
+ cogl_gles2_get_current_vtable at Base 1.15.8
+ cogl_gles2_texture_2d_new_from_handle at Base 1.15.8
+ cogl_gles2_texture_get_handle at Base 1.15.8
+ cogl_glib_renderer_source_new at Base 1.15.8
+ cogl_glib_source_new at Base 1.15.8
+ cogl_handle_get_type at Base 1.15.8
+ cogl_handle_ref at Base 1.15.8
+ cogl_handle_unref at Base 1.15.8
+ cogl_has_feature at Base 1.15.8
+ cogl_has_features at Base 1.15.8
+ cogl_index_buffer_allocate at Base 1.15.8
+ cogl_index_buffer_new at Base 1.15.8
+ cogl_indices_get_buffer at Base 1.15.8
+ cogl_indices_get_offset at Base 1.15.8
+ cogl_indices_get_type at Base 1.15.8
+ cogl_indices_new at Base 1.15.8
+ cogl_indices_new_for_buffer at Base 1.15.8
+ cogl_indices_set_offset at Base 1.15.8
+ cogl_indices_type_get_type at Base 1.15.8
+ cogl_is_attribute at Base 1.15.8
+ cogl_is_attribute_buffer at Base 1.15.8
+ cogl_is_bitmap at Base 1.15.8
+ cogl_is_buffer at Base 1.15.8
+ cogl_is_context at Base 1.15.8
+ cogl_is_display at Base 1.15.8
+ cogl_is_frame_info at Base 1.15.8
+ cogl_is_framebuffer at Base 1.15.8
+ cogl_is_gles2_context at Base 1.15.8
+ cogl_is_index_buffer at Base 1.15.8
+ cogl_is_indices at Base 1.15.8
+ cogl_is_journal at Base 1.15.8
+ cogl_is_material at Base 1.15.8
+ cogl_is_matrix_stack at Base 1.15.8
+ cogl_is_offscreen at Base 1.15.8
+ cogl_is_onscreen at Base 1.15.8
+ cogl_is_onscreen_template at Base 1.15.8
+ cogl_is_output at Base 1.15.8
+ cogl_is_path at Base 1.15.8
+ cogl_is_pipeline at Base 1.15.8
+ cogl_is_pixel_buffer at Base 1.15.8
+ cogl_is_primitive at Base 1.15.8
+ cogl_is_primitive_texture at Base 1.15.8
+ cogl_is_program at Base 1.15.8
+ cogl_is_renderer at Base 1.15.8
+ cogl_is_shader at Base 1.15.8
+ cogl_is_snippet at Base 1.15.8
+ cogl_is_sub_texture at Base 1.15.8
+ cogl_is_swap_chain at Base 1.15.8
+ cogl_is_texture at Base 1.15.8
+ cogl_is_texture_2d at Base 1.15.8
+ cogl_is_texture_2d_sliced at Base 1.15.8
+ cogl_is_texture_3d at Base 1.15.8
+ cogl_is_texture_pixmap_x11 at Base 1.15.8
+ cogl_is_texture_rectangle at Base 1.15.8
+ cogl_is_vertex_buffer at Base 1.15.8
+ cogl_is_vertex_buffer_indices at Base 1.15.8
+ cogl_material_alpha_func_get_type at Base 1.15.8
+ cogl_material_copy at Base 1.15.8
+ cogl_material_filter_get_type at Base 1.15.8
+ cogl_material_foreach_layer at Base 1.15.8
+ cogl_material_get_ambient at Base 1.15.8
+ cogl_material_get_color at Base 1.15.8
+ cogl_material_get_depth_state at Base 1.15.8
+ cogl_material_get_diffuse at Base 1.15.8
+ cogl_material_get_emission at Base 1.15.8
+ cogl_material_get_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_p at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_s at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_t at Base 1.15.8
+ cogl_material_get_layers at Base 1.15.8
+ cogl_material_get_n_layers at Base 1.15.8
+ cogl_material_get_point_size at Base 1.15.8
+ cogl_material_get_shininess at Base 1.15.8
+ cogl_material_get_specular at Base 1.15.8
+ cogl_material_get_user_program at Base 1.15.8
+ cogl_material_layer_get_mag_filter at Base 1.15.8
+ cogl_material_layer_get_min_filter at Base 1.15.8
+ cogl_material_layer_get_texture at Base 1.15.8
+ cogl_material_layer_get_type at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_p at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_s at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_t at Base 1.15.8
+ cogl_material_layer_type_get_type at Base 1.15.8
+ cogl_material_new at Base 1.15.8
+ cogl_material_ref at Base 1.15.8
+ cogl_material_remove_layer at Base 1.15.8
+ cogl_material_set_alpha_test_function at Base 1.15.8
+ cogl_material_set_ambient at Base 1.15.8
+ cogl_material_set_ambient_and_diffuse at Base 1.15.8
+ cogl_material_set_blend at Base 1.15.8
+ cogl_material_set_blend_constant at Base 1.15.8
+ cogl_material_set_color4f at Base 1.15.8
+ cogl_material_set_color4ub at Base 1.15.8
+ cogl_material_set_color at Base 1.15.8
+ cogl_material_set_depth_state at Base 1.15.8
+ cogl_material_set_diffuse at Base 1.15.8
+ cogl_material_set_emission at Base 1.15.8
+ cogl_material_set_layer at Base 1.15.8
+ cogl_material_set_layer_combine at Base 1.15.8
+ cogl_material_set_layer_combine_constant at Base 1.15.8
+ cogl_material_set_layer_filters at Base 1.15.8
+ cogl_material_set_layer_matrix at Base 1.15.8
+ cogl_material_set_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_material_set_layer_wrap_mode at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_p at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_s at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_t at Base 1.15.8
+ cogl_material_set_point_size at Base 1.15.8
+ cogl_material_set_shininess at Base 1.15.8
+ cogl_material_set_specular at Base 1.15.8
+ cogl_material_set_user_program at Base 1.15.8
+ cogl_material_unref at Base 1.15.8
+ cogl_material_wrap_mode_get_type at Base 1.15.8
+ cogl_matrix_copy at Base 1.15.8
+ cogl_matrix_entry_calculate_translation at Base 1.15.8
+ cogl_matrix_entry_equal at Base 1.15.8
+ cogl_matrix_entry_get at Base 1.15.8
+ cogl_matrix_entry_is_identity at Base 1.15.8
+ cogl_matrix_entry_ref at Base 1.15.8
+ cogl_matrix_entry_unref at Base 1.15.8
+ cogl_matrix_equal at Base 1.15.8
+ cogl_matrix_free at Base 1.15.8
+ cogl_matrix_frustum at Base 1.15.8
+ cogl_matrix_get_array at Base 1.15.8
+ cogl_matrix_get_inverse at Base 1.15.8
+ cogl_matrix_init_from_array at Base 1.15.8
+ cogl_matrix_init_from_euler at Base 1.15.8
+ cogl_matrix_init_from_quaternion at Base 1.15.8
+ cogl_matrix_init_identity at Base 1.15.8
+ cogl_matrix_init_translation at Base 1.15.8
+ cogl_matrix_is_identity at Base 1.15.8
+ cogl_matrix_look_at at Base 1.15.8
+ cogl_matrix_multiply at Base 1.15.8
+ cogl_matrix_ortho at Base 1.15.8
+ cogl_matrix_orthographic at Base 1.15.8
+ cogl_matrix_perspective at Base 1.15.8
+ cogl_matrix_project_points at Base 1.15.8
+ cogl_matrix_rotate at Base 1.15.8
+ cogl_matrix_rotate_euler at Base 1.15.8
+ cogl_matrix_rotate_quaternion at Base 1.15.8
+ cogl_matrix_scale at Base 1.15.8
+ cogl_matrix_stack_frustum at Base 1.15.8
+ cogl_matrix_stack_get at Base 1.15.8
+ cogl_matrix_stack_get_entry at Base 1.15.8
+ cogl_matrix_stack_get_inverse at Base 1.15.8
+ cogl_matrix_stack_load_identity at Base 1.15.8
+ cogl_matrix_stack_multiply at Base 1.15.8
+ cogl_matrix_stack_new at Base 1.15.8
+ cogl_matrix_stack_orthographic at Base 1.15.8
+ cogl_matrix_stack_perspective at Base 1.15.8
+ cogl_matrix_stack_pop at Base 1.15.8
+ cogl_matrix_stack_push at Base 1.15.8
+ cogl_matrix_stack_rotate at Base 1.15.8
+ cogl_matrix_stack_rotate_euler at Base 1.15.8
+ cogl_matrix_stack_rotate_quaternion at Base 1.15.8
+ cogl_matrix_stack_scale at Base 1.15.8
+ cogl_matrix_stack_set at Base 1.15.8
+ cogl_matrix_stack_translate at Base 1.15.8
+ cogl_matrix_transform_point at Base 1.15.8
+ cogl_matrix_transform_points at Base 1.15.8
+ cogl_matrix_translate at Base 1.15.8
+ cogl_matrix_transpose at Base 1.15.8
+ cogl_matrix_view_2d_in_frustum at Base 1.15.8
+ cogl_matrix_view_2d_in_perspective at Base 1.15.8
+ cogl_meta_texture_foreach_in_region at Base 1.15.8
+ cogl_object_get_user_data at Base 1.15.8
+ cogl_object_ref at Base 1.15.8
+ cogl_object_set_user_data at Base 1.15.8
+ cogl_object_unref at Base 1.15.8
+ cogl_offscreen_new_to_texture at Base 1.15.8
+ cogl_offscreen_new_with_texture at Base 1.15.8
+ cogl_offscreen_ref at Base 1.15.8
+ cogl_offscreen_unref at Base 1.15.8
+ cogl_onscreen_add_dirty_callback at Base 1.15.8
+ cogl_onscreen_add_frame_callback at Base 1.15.8
+ cogl_onscreen_add_resize_callback at Base 1.15.8
+ cogl_onscreen_add_swap_buffers_callback at Base 1.15.8
+ cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.15.8
+ cogl_onscreen_get_buffer_age at Base 1.15.8
+ cogl_onscreen_get_frame_counter at Base 1.15.8
+ cogl_onscreen_get_resizable at Base 1.15.8
+ cogl_onscreen_hide at Base 1.15.8
+ cogl_onscreen_new at Base 1.15.8
+ cogl_onscreen_remove_dirty_callback at Base 1.15.8
+ cogl_onscreen_remove_frame_callback at Base 1.15.8
+ cogl_onscreen_remove_resize_callback at Base 1.15.8
+ cogl_onscreen_remove_swap_buffers_callback at Base 1.15.8
+ cogl_onscreen_set_resizable at Base 1.15.8
+ cogl_onscreen_set_swap_throttled at Base 1.15.8
+ cogl_onscreen_show at Base 1.15.8
+ cogl_onscreen_swap_buffers at Base 1.15.8
+ cogl_onscreen_swap_buffers_with_damage at Base 1.15.8
+ cogl_onscreen_swap_region at Base 1.15.8
+ cogl_onscreen_template_error_quark at Base 1.15.8
+ cogl_onscreen_template_new at Base 1.15.8
+ cogl_onscreen_template_set_samples_per_pixel at Base 1.15.8
+ cogl_onscreen_template_set_swap_throttled at Base 1.15.8
+ cogl_ortho at Base 1.15.8
+ cogl_output_get_height at Base 1.15.8
+ cogl_output_get_mm_height at Base 1.15.8
+ cogl_output_get_mm_width at Base 1.15.8
+ cogl_output_get_refresh_rate at Base 1.15.8
+ cogl_output_get_subpixel_order at Base 1.15.8
+ cogl_output_get_width at Base 1.15.8
+ cogl_output_get_x at Base 1.15.8
+ cogl_output_get_y at Base 1.15.8
+ cogl_path_arc at Base 1.15.8
+ cogl_path_close at Base 1.15.8
+ cogl_path_copy at Base 1.15.8
+ cogl_path_curve_to at Base 1.15.8
+ cogl_path_ellipse at Base 1.15.8
+ cogl_path_fill at Base 1.15.8
+ cogl_path_fill_preserve at Base 1.15.8
+ cogl_path_fill_rule_get_type at Base 1.15.8
+ cogl_path_get_fill_rule at Base 1.15.8
+ cogl_path_line at Base 1.15.8
+ cogl_path_line_to at Base 1.15.8
+ cogl_path_move_to at Base 1.15.8
+ cogl_path_new at Base 1.15.8
+ cogl_path_polygon at Base 1.15.8
+ cogl_path_polyline at Base 1.15.8
+ cogl_path_rectangle at Base 1.15.8
+ cogl_path_rel_curve_to at Base 1.15.8
+ cogl_path_rel_line_to at Base 1.15.8
+ cogl_path_rel_move_to at Base 1.15.8
+ cogl_path_round_rectangle at Base 1.15.8
+ cogl_path_set_fill_rule at Base 1.15.8
+ cogl_path_stroke at Base 1.15.8
+ cogl_path_stroke_preserve at Base 1.15.8
+ cogl_perspective at Base 1.15.8
+ cogl_pipeline_add_layer_snippet at Base 1.15.8
+ cogl_pipeline_add_snippet at Base 1.15.8
+ cogl_pipeline_copy at Base 1.15.8
+ cogl_pipeline_foreach_layer at Base 1.15.8
+ cogl_pipeline_get_alpha_test_function at Base 1.15.8
+ cogl_pipeline_get_alpha_test_reference at Base 1.15.8
+ cogl_pipeline_get_ambient at Base 1.15.8
+ cogl_pipeline_get_color at Base 1.15.8
+ cogl_pipeline_get_color_mask at Base 1.15.8
+ cogl_pipeline_get_cull_face_mode at Base 1.15.8
+ cogl_pipeline_get_depth_state at Base 1.15.8
+ cogl_pipeline_get_diffuse at Base 1.15.8
+ cogl_pipeline_get_emission at Base 1.15.8
+ cogl_pipeline_get_front_face_winding at Base 1.15.8
+ cogl_pipeline_get_layer_mag_filter at Base 1.15.8
+ cogl_pipeline_get_layer_min_filter at Base 1.15.8
+ cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_pipeline_get_layer_texture at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_p at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_s at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_t at Base 1.15.8
+ cogl_pipeline_get_n_layers at Base 1.15.8
+ cogl_pipeline_get_per_vertex_point_size at Base 1.15.8
+ cogl_pipeline_get_point_size at Base 1.15.8
+ cogl_pipeline_get_shininess at Base 1.15.8
+ cogl_pipeline_get_specular at Base 1.15.8
+ cogl_pipeline_get_uniform_location at Base 1.15.8
+ cogl_pipeline_get_user_program at Base 1.15.8
+ cogl_pipeline_new at Base 1.15.8
+ cogl_pipeline_remove_layer at Base 1.15.8
+ cogl_pipeline_set_alpha_test_function at Base 1.15.8
+ cogl_pipeline_set_ambient at Base 1.15.8
+ cogl_pipeline_set_ambient_and_diffuse at Base 1.15.8
+ cogl_pipeline_set_blend at Base 1.15.8
+ cogl_pipeline_set_blend_constant at Base 1.15.8
+ cogl_pipeline_set_color4f at Base 1.15.8
+ cogl_pipeline_set_color4ub at Base 1.15.8
+ cogl_pipeline_set_color at Base 1.15.8
+ cogl_pipeline_set_color_mask at Base 1.15.8
+ cogl_pipeline_set_cull_face_mode at Base 1.15.8
+ cogl_pipeline_set_depth_state at Base 1.15.8
+ cogl_pipeline_set_diffuse at Base 1.15.8
+ cogl_pipeline_set_emission at Base 1.15.8
+ cogl_pipeline_set_front_face_winding at Base 1.15.8
+ cogl_pipeline_set_layer_combine at Base 1.15.8
+ cogl_pipeline_set_layer_combine_constant at Base 1.15.8
+ cogl_pipeline_set_layer_filters at Base 1.15.8
+ cogl_pipeline_set_layer_matrix at Base 1.15.8
+ cogl_pipeline_set_layer_null_texture at Base 1.15.8
+ cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_pipeline_set_layer_texture at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_p at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_s at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_t at Base 1.15.8
+ cogl_pipeline_set_per_vertex_point_size at Base 1.15.8
+ cogl_pipeline_set_point_size at Base 1.15.8
+ cogl_pipeline_set_shininess at Base 1.15.8
+ cogl_pipeline_set_specular at Base 1.15.8
+ cogl_pipeline_set_uniform_1f at Base 1.15.8
+ cogl_pipeline_set_uniform_1i at Base 1.15.8
+ cogl_pipeline_set_uniform_float at Base 1.15.8
+ cogl_pipeline_set_uniform_int at Base 1.15.8
+ cogl_pipeline_set_uniform_matrix at Base 1.15.8
+ cogl_pipeline_set_user_program at Base 1.15.8
+ cogl_pixel_buffer_new at Base 1.15.8
+ cogl_pixel_format_get_type at Base 1.15.8
+ cogl_poll_renderer_dispatch at Base 1.15.8
+ cogl_poll_renderer_get_info at Base 1.15.8
+ cogl_polygon at Base 1.15.8
+ cogl_pop_draw_buffer at Base 1.15.8
+ cogl_pop_framebuffer at Base 1.15.8
+ cogl_pop_gles2_context at Base 1.15.8
+ cogl_pop_matrix at Base 1.15.8
+ cogl_pop_source at Base 1.15.8
+ cogl_primitive_copy at Base 1.15.8
+ cogl_primitive_draw at Base 1.15.8
+ cogl_primitive_foreach_attribute at Base 1.15.8
+ cogl_primitive_get_first_vertex at Base 1.15.8
+ cogl_primitive_get_indices at Base 1.15.8
+ cogl_primitive_get_mode at Base 1.15.8
+ cogl_primitive_get_n_vertices at Base 1.15.8
+ cogl_primitive_new at Base 1.15.8
+ cogl_primitive_new_p2 at Base 1.15.8
+ cogl_primitive_new_p2c4 at Base 1.15.8
+ cogl_primitive_new_p2t2 at Base 1.15.8
+ cogl_primitive_new_p2t2c4 at Base 1.15.8
+ cogl_primitive_new_p3 at Base 1.15.8
+ cogl_primitive_new_p3c4 at Base 1.15.8
+ cogl_primitive_new_p3t2 at Base 1.15.8
+ cogl_primitive_new_p3t2c4 at Base 1.15.8
+ cogl_primitive_new_with_attributes at Base 1.15.8
+ cogl_primitive_set_attributes at Base 1.15.8
+ cogl_primitive_set_first_vertex at Base 1.15.8
+ cogl_primitive_set_indices at Base 1.15.8
+ cogl_primitive_set_mode at Base 1.15.8
+ cogl_primitive_set_n_vertices at Base 1.15.8
+ cogl_primitive_texture_set_auto_mipmap at Base 1.15.8
+ cogl_program_attach_shader at Base 1.15.8
+ cogl_program_get_uniform_location at Base 1.15.8
+ cogl_program_link at Base 1.15.8
+ cogl_program_ref at Base 1.15.8
+ cogl_program_set_uniform_1f at Base 1.15.8
+ cogl_program_set_uniform_1i at Base 1.15.8
+ cogl_program_set_uniform_float at Base 1.15.8
+ cogl_program_set_uniform_int at Base 1.15.8
+ cogl_program_set_uniform_matrix at Base 1.15.8
+ cogl_program_uniform_1f at Base 1.15.8
+ cogl_program_uniform_1i at Base 1.15.8
+ cogl_program_uniform_float at Base 1.15.8
+ cogl_program_uniform_int at Base 1.15.8
+ cogl_program_uniform_matrix at Base 1.15.8
+ cogl_program_unref at Base 1.15.8
+ cogl_program_use at Base 1.15.8
+ cogl_push_draw_buffer at Base 1.15.8
+ cogl_push_framebuffer at Base 1.15.8
+ cogl_push_gles2_context at Base 1.15.8
+ cogl_push_matrix at Base 1.15.8
+ cogl_push_source at Base 1.15.8
+ cogl_quaternion_copy at Base 1.15.8
+ cogl_quaternion_dot_product at Base 1.15.8
+ cogl_quaternion_equal at Base 1.15.8
+ cogl_quaternion_free at Base 1.15.8
+ cogl_quaternion_get_rotation_angle at Base 1.15.8
+ cogl_quaternion_get_rotation_axis at Base 1.15.8
+ cogl_quaternion_init at Base 1.15.8
+ cogl_quaternion_init_from_angle_vector at Base 1.15.8
+ cogl_quaternion_init_from_array at Base 1.15.8
+ cogl_quaternion_init_from_euler at Base 1.15.8
+ cogl_quaternion_init_from_matrix at Base 1.15.8
+ cogl_quaternion_init_from_quaternion at Base 1.15.8
+ cogl_quaternion_init_from_x_rotation at Base 1.15.8
+ cogl_quaternion_init_from_y_rotation at Base 1.15.8
+ cogl_quaternion_init_from_z_rotation at Base 1.15.8
+ cogl_quaternion_init_identity at Base 1.15.8
+ cogl_quaternion_invert at Base 1.15.8
+ cogl_quaternion_multiply at Base 1.15.8
+ cogl_quaternion_nlerp at Base 1.15.8
+ cogl_quaternion_normalize at Base 1.15.8
+ cogl_quaternion_pow at Base 1.15.8
+ cogl_quaternion_slerp at Base 1.15.8
+ cogl_quaternion_squad at Base 1.15.8
+ cogl_read_pixels at Base 1.15.8
+ cogl_read_pixels_flags_get_type at Base 1.15.8
+ cogl_rectangle at Base 1.15.8
+ cogl_rectangle_with_multitexture_coords at Base 1.15.8
+ cogl_rectangle_with_texture_coords at Base 1.15.8
+ cogl_rectangles at Base 1.15.8
+ cogl_rectangles_with_texture_coords at Base 1.15.8
+ cogl_renderer_add_constraint at Base 1.15.8
+ cogl_renderer_check_onscreen_template at Base 1.15.8
+ cogl_renderer_connect at Base 1.15.8
+ cogl_renderer_error_get_type at Base 1.15.8
+ cogl_renderer_error_quark at Base 1.15.8
+ cogl_renderer_foreach_output at Base 1.15.8
+ cogl_renderer_get_driver at Base 1.15.8
+ cogl_renderer_get_n_fragment_texture_units at Base 1.15.8
+ cogl_renderer_get_winsys_id at Base 1.15.8
+ cogl_renderer_new at Base 1.15.8
+ cogl_renderer_remove_constraint at Base 1.15.8
+ cogl_renderer_set_driver at Base 1.15.8
+ cogl_renderer_set_winsys_id at Base 1.15.8
+ cogl_rotate at Base 1.15.8
+ cogl_scale at Base 1.15.8
+ cogl_set_backface_culling_enabled at Base 1.15.8
+ cogl_set_depth_test_enabled at Base 1.15.8
+ cogl_set_draw_buffer at Base 1.15.8
+ cogl_set_fog at Base 1.15.8
+ cogl_set_framebuffer at Base 1.15.8
+ cogl_set_modelview_matrix at Base 1.15.8
+ cogl_set_path at Base 1.15.8
+ cogl_set_projection_matrix at Base 1.15.8
+ cogl_set_source at Base 1.15.8
+ cogl_set_source_color4f at Base 1.15.8
+ cogl_set_source_color4ub at Base 1.15.8
+ cogl_set_source_color at Base 1.15.8
+ cogl_set_source_texture at Base 1.15.8
+ cogl_set_viewport at Base 1.15.8
+ cogl_shader_compile at Base 1.15.8
+ cogl_shader_get_info_log at Base 1.15.8
+ cogl_shader_get_type at Base 1.15.8
+ cogl_shader_is_compiled at Base 1.15.8
+ cogl_shader_ref at Base 1.15.8
+ cogl_shader_source at Base 1.15.8
+ cogl_shader_type_get_type at Base 1.15.8
+ cogl_shader_unref at Base 1.15.8
+ cogl_snippet_get_declarations at Base 1.15.8
+ cogl_snippet_get_hook at Base 1.15.8
+ cogl_snippet_get_post at Base 1.15.8
+ cogl_snippet_get_pre at Base 1.15.8
+ cogl_snippet_get_replace at Base 1.15.8
+ cogl_snippet_new at Base 1.15.8
+ cogl_snippet_set_declarations at Base 1.15.8
+ cogl_snippet_set_post at Base 1.15.8
+ cogl_snippet_set_pre at Base 1.15.8
+ cogl_snippet_set_replace at Base 1.15.8
+ cogl_sqrti at Base 1.15.8
+ cogl_sub_texture_get_parent at Base 1.15.8
+ cogl_sub_texture_new at Base 1.15.8
+ cogl_swap_chain_error_quark at Base 1.15.8
+ cogl_swap_chain_new at Base 1.15.8
+ cogl_swap_chain_set_has_alpha at Base 1.15.8
+ cogl_swap_chain_set_length at Base 1.15.8
+ cogl_system_error_get_type at Base 1.15.8
+ cogl_test_verbose at Base 1.15.8
+ cogl_texture_2d_new_from_bitmap at Base 1.15.8
+ cogl_texture_2d_new_from_data at Base 1.15.8
+ cogl_texture_2d_new_from_file at Base 1.15.8
+ cogl_texture_2d_new_from_foreign at Base 1.15.8
+ cogl_texture_2d_new_with_size at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_bitmap at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_data at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_file at Base 1.15.8
+ cogl_texture_2d_sliced_new_with_size at Base 1.15.8
+ cogl_texture_3d_error_quark at Base 1.15.8
+ cogl_texture_3d_new_from_bitmap at Base 1.15.8
+ cogl_texture_3d_new_from_data at Base 1.15.8
+ cogl_texture_3d_new_with_size at Base 1.15.8
+ cogl_texture_allocate at Base 1.15.8
+ cogl_texture_error_get_type at Base 1.15.8
+ cogl_texture_error_quark at Base 1.15.8
+ cogl_texture_flags_get_type at Base 1.15.8
+ cogl_texture_get_data at Base 1.15.8
+ cogl_texture_get_format at Base 1.15.8
+ cogl_texture_get_gl_texture at Base 1.15.8
+ cogl_texture_get_height at Base 1.15.8
+ cogl_texture_get_max_waste at Base 1.15.8
+ cogl_texture_get_rowstride at Base 1.15.8
+ cogl_texture_get_width at Base 1.15.8
+ cogl_texture_is_sliced at Base 1.15.8
+ cogl_texture_new_from_bitmap at Base 1.15.8
+ cogl_texture_new_from_data at Base 1.15.8
+ cogl_texture_new_from_file at Base 1.15.8
+ cogl_texture_new_from_foreign at Base 1.15.8
+ cogl_texture_new_from_sub_texture at Base 1.15.8
+ cogl_texture_new_with_size at Base 1.15.8
+ cogl_texture_pixmap_x11_error_quark at Base 1.15.8
+ cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.15.8
+ cogl_texture_pixmap_x11_new at Base 1.15.8
+ cogl_texture_pixmap_x11_set_damage_object at Base 1.15.8
+ cogl_texture_pixmap_x11_update_area at Base 1.15.8
+ cogl_texture_rectangle_new_from_bitmap at Base 1.15.8
+ cogl_texture_rectangle_new_from_foreign at Base 1.15.8
+ cogl_texture_rectangle_new_with_size at Base 1.15.8
+ cogl_texture_ref at Base 1.15.8
+ cogl_texture_set_data at Base 1.15.8
+ cogl_texture_set_region at Base 1.15.8
+ cogl_texture_set_region_from_bitmap at Base 1.15.8
+ cogl_texture_type_get_type at Base 1.15.8
+ cogl_texture_unref at Base 1.15.8
+ cogl_transform at Base 1.15.8
+ cogl_translate at Base 1.15.8
+ cogl_vdraw_indexed_attributes at Base 1.15.8
+ cogl_vector3_add at Base 1.15.8
+ cogl_vector3_copy at Base 1.15.8
+ cogl_vector3_cross_product at Base 1.15.8
+ cogl_vector3_distance at Base 1.15.8
+ cogl_vector3_divide_scalar at Base 1.15.8
+ cogl_vector3_dot_product at Base 1.15.8
+ cogl_vector3_equal at Base 1.15.8
+ cogl_vector3_equal_with_epsilon at Base 1.15.8
+ cogl_vector3_free at Base 1.15.8
+ cogl_vector3_init at Base 1.15.8
+ cogl_vector3_init_zero at Base 1.15.8
+ cogl_vector3_invert at Base 1.15.8
+ cogl_vector3_magnitude at Base 1.15.8
+ cogl_vector3_multiply_scalar at Base 1.15.8
+ cogl_vector3_normalize at Base 1.15.8
+ cogl_vector3_subtract at Base 1.15.8
+ cogl_vertex_buffer_add at Base 1.15.8
+ cogl_vertex_buffer_delete at Base 1.15.8
+ cogl_vertex_buffer_disable at Base 1.15.8
+ cogl_vertex_buffer_draw at Base 1.15.8
+ cogl_vertex_buffer_draw_elements at Base 1.15.8
+ cogl_vertex_buffer_enable at Base 1.15.8
+ cogl_vertex_buffer_get_n_vertices at Base 1.15.8
+ cogl_vertex_buffer_indices_get_for_quads at Base 1.15.8
+ cogl_vertex_buffer_indices_get_type at Base 1.15.8
+ cogl_vertex_buffer_indices_new at Base 1.15.8
+ cogl_vertex_buffer_new at Base 1.15.8
+ cogl_vertex_buffer_ref at Base 1.15.8
+ cogl_vertex_buffer_submit at Base 1.15.8
+ cogl_vertex_buffer_unref at Base 1.15.8
+ cogl_vertices_mode_get_type at Base 1.15.8
+ cogl_viewport at Base 1.15.8
+ cogl_winding_get_type at Base 1.15.8
+ cogl_winsys_feature_get_type at Base 1.15.8
+ cogl_x11_onscreen_get_visual_xid at Base 1.15.8
+ cogl_x11_onscreen_get_window_xid at Base 1.15.8
+ cogl_x11_onscreen_set_foreign_window_xid at Base 1.15.8
+ cogl_xlib_get_display at Base 1.15.8
+ cogl_xlib_handle_event at Base 1.15.8
+ cogl_xlib_renderer_add_filter at Base 1.15.8
+ cogl_xlib_renderer_get_display at Base 1.15.8
+ cogl_xlib_renderer_get_foreign_display at Base 1.15.8
+ cogl_xlib_renderer_handle_event at Base 1.15.8
+ cogl_xlib_renderer_remove_filter at Base 1.15.8
+ cogl_xlib_renderer_set_event_retrieval_enabled at Base 1.15.8
+ cogl_xlib_renderer_set_foreign_display at Base 1.15.8
+ cogl_xlib_set_display at Base 1.15.8
+ test_ctx at Base 1.15.8
+ test_fb at Base 1.15.8
+ test_utils_check_pixel at Base 1.15.8
+ test_utils_check_pixel_and_alpha at Base 1.15.8
+ test_utils_check_pixel_rgb at Base 1.15.8
+ test_utils_check_region at Base 1.15.8
+ test_utils_compare_pixel at Base 1.15.8
+ test_utils_compare_pixel_and_alpha at Base 1.15.8
+ test_utils_create_color_texture at Base 1.15.8
+ test_utils_fini at Base 1.15.8
+ test_utils_init at Base 1.15.8
+ test_utils_texture_new_from_bitmap at Base 1.15.8
+ test_utils_texture_new_from_data at Base 1.15.8
+ test_utils_texture_new_with_size at Base 1.15.8
+ unit_test_check_bitmask_api at Base 1.15.8
+ unit_test_check_gl_blend_enable at Base 1.15.8
+ unit_test_check_mesa_driver_package_parser at Base 1.15.8
+ unit_test_check_point_size_shader at Base 1.15.8

Copied: desktop/experimental/cogl/debian/libcogl15.symbols (from r39314, desktop/experimental/cogl/debian/libcogl12.symbols)
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl15.symbols?rev=39364&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl12.symbols	[utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl15.symbols	[utf-8] Wed Aug 28 10:34:14 2013
@@ -1,787 +1,1006 @@
-libcogl.so.12 libcogl12 #MINVER#
- _cogl_atlas_add_reorganize_callback at Base 1.7.4
- _cogl_atlas_new at Base 1.7.4
- _cogl_atlas_reserve_space at Base 1.7.4
- _cogl_atlas_texture_add_reorganize_callback at Base 1.7.4
- _cogl_atlas_texture_new_with_size at Base 1.7.4
- _cogl_atlas_texture_remove_reorganize_callback at Base 1.7.4
- _cogl_context_get_default at Base 1.7.4
- _cogl_debug_flags at Base 1.7.4
- cogl2_clip_push_from_path at Base 1.7.4
- cogl2_path_arc at Base 1.7.4
- cogl2_path_close at Base 1.7.4
- cogl2_path_curve_to at Base 1.7.4
- cogl2_path_ellipse at Base 1.7.4
- cogl2_path_fill at Base 1.7.4
- cogl2_path_get_fill_rule at Base 1.7.4
- cogl2_path_line at Base 1.7.4
- cogl2_path_line_to at Base 1.7.4
- cogl2_path_move_to at Base 1.7.4
- cogl2_path_new at Base 1.7.4
- cogl2_path_polygon at Base 1.7.4
- cogl2_path_polyline at Base 1.7.4
- cogl2_path_rectangle at Base 1.7.4
- cogl2_path_rel_curve_to at Base 1.7.4
- cogl2_path_rel_line_to at Base 1.7.4
- cogl2_path_rel_move_to at Base 1.7.4
- cogl2_path_round_rectangle at Base 1.7.4
- cogl2_path_set_fill_rule at Base 1.7.4
- cogl2_path_stroke at Base 1.7.4
- cogl_angle_cos at Base 1.7.4
- cogl_angle_sin at Base 1.7.4
- cogl_angle_tan at Base 1.7.4
- cogl_attribute_buffer_new at Base 1.7.4
- cogl_attribute_buffer_new_with_size at Base 1.13.4
- cogl_attribute_get_buffer at Base 1.7.4
- cogl_attribute_get_normalized at Base 1.7.4
- cogl_attribute_new at Base 1.7.4
- cogl_attribute_new_const_1f at Base 1.13.4
- cogl_attribute_new_const_2f at Base 1.13.4
- cogl_attribute_new_const_2fv at Base 1.13.4
- cogl_attribute_new_const_2x2fv at Base 1.13.4
- cogl_attribute_new_const_3f at Base 1.13.4
- cogl_attribute_new_const_3fv at Base 1.13.4
- cogl_attribute_new_const_3x3fv at Base 1.13.4
- cogl_attribute_new_const_4f at Base 1.13.4
- cogl_attribute_new_const_4fv at Base 1.13.4
- cogl_attribute_new_const_4x4fv at Base 1.13.4
- cogl_attribute_set_buffer at Base 1.7.4
- cogl_attribute_set_normalized at Base 1.7.4
- cogl_attribute_type_get_type at Base 1.7.4
- cogl_begin_gl at Base 1.7.4
- cogl_bitmap_error_get_type at Base 1.7.4
- cogl_bitmap_error_quark at Base 1.7.4
- cogl_bitmap_get_buffer at Base 1.9.8
- cogl_bitmap_get_format at Base 1.9.8
- cogl_bitmap_get_height at Base 1.9.8
- cogl_bitmap_get_rowstride at Base 1.9.8
- cogl_bitmap_get_size_from_file at Base 1.7.4
- cogl_bitmap_get_width at Base 1.9.8
- cogl_bitmap_new_for_data at Base 1.10.0
- cogl_bitmap_new_from_buffer at Base 1.9.3
- cogl_bitmap_new_from_file at Base 1.7.4
- cogl_bitmap_new_with_size at Base 1.9.8
- cogl_blend_string_error_get_type at Base 1.7.4
- cogl_blend_string_error_quark at Base 1.7.4
- cogl_buffer_bit_get_type at Base 1.7.4
- cogl_buffer_get_size at Base 1.9.3
- cogl_buffer_get_update_hint at Base 1.9.3
- cogl_buffer_map at Base 1.9.3
- cogl_buffer_map_range at Base 1.13.4
- cogl_buffer_set_data at Base 1.9.3
- cogl_buffer_set_update_hint at Base 1.9.3
- cogl_buffer_target_get_type at Base 1.7.4
- cogl_buffer_unmap at Base 1.9.3
- cogl_check_extension at Base 1.7.4
- cogl_clear at Base 1.7.4
- cogl_clip_ensure at Base 1.7.4
- cogl_clip_pop at Base 1.7.4
- cogl_clip_push at Base 1.7.4
- cogl_clip_push_from_path at Base 1.7.4
- cogl_clip_push_from_path_preserve at Base 1.7.4
- cogl_clip_push_primitive at Base 1.9.4
- cogl_clip_push_rectangle at Base 1.7.4
- cogl_clip_push_window_rect at Base 1.7.4
- cogl_clip_push_window_rectangle at Base 1.7.4
- cogl_clip_stack_restore at Base 1.7.4
- cogl_clip_stack_save at Base 1.7.4
- cogl_clutter_check_extension_CLUTTER at Base 1.7.4
- cogl_clutter_winsys_has_feature_CLUTTER at Base 1.7.4
- cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.7.4
- cogl_color_copy at Base 1.7.4
- cogl_color_equal at Base 1.7.4
- cogl_color_free at Base 1.7.4
- cogl_color_get_alpha at Base 1.7.4
- cogl_color_get_alpha_byte at Base 1.7.4
- cogl_color_get_alpha_float at Base 1.7.4
- cogl_color_get_blue at Base 1.7.4
- cogl_color_get_blue_byte at Base 1.7.4
- cogl_color_get_blue_float at Base 1.7.4
- cogl_color_get_green at Base 1.7.4
- cogl_color_get_green_byte at Base 1.7.4
- cogl_color_get_green_float at Base 1.7.4
- cogl_color_get_red at Base 1.7.4
- cogl_color_get_red_byte at Base 1.7.4
- cogl_color_get_red_float at Base 1.7.4
- cogl_color_init_from_4f at Base 1.7.4
- cogl_color_init_from_4fv at Base 1.7.4
- cogl_color_init_from_4ub at Base 1.7.4
- cogl_color_mask_get_type at Base 1.7.4
- cogl_color_new at Base 1.7.4
- cogl_color_premultiply at Base 1.7.4
- cogl_color_set_alpha at Base 1.7.4
- cogl_color_set_alpha_byte at Base 1.7.4
- cogl_color_set_alpha_float at Base 1.7.4
- cogl_color_set_blue at Base 1.7.4
- cogl_color_set_blue_byte at Base 1.7.4
- cogl_color_set_blue_float at Base 1.7.4
- cogl_color_set_from_4f at Base 1.7.4
- cogl_color_set_from_4ub at Base 1.7.4
- cogl_color_set_green at Base 1.7.4
- cogl_color_set_green_byte at Base 1.7.4
- cogl_color_set_green_float at Base 1.7.4
- cogl_color_set_red at Base 1.7.4
- cogl_color_set_red_byte at Base 1.7.4
- cogl_color_set_red_float at Base 1.7.4
- cogl_color_unpremultiply at Base 1.7.4
- cogl_context_get_display at Base 1.9.3
- cogl_context_new at Base 1.9.3
- cogl_create_program at Base 1.7.4
- cogl_create_shader at Base 1.7.4
- cogl_debug_matrix_entry_print at Base 1.13.4
- cogl_debug_matrix_print at Base 1.13.4
- cogl_debug_object_foreach_type at Base 1.13.4
- cogl_debug_object_print_instances at Base 1.13.4
- cogl_depth_state_get_range at Base 1.7.4
- cogl_depth_state_get_test_enabled at Base 1.7.4
- cogl_depth_state_get_test_function at Base 1.7.4
- cogl_depth_state_get_write_enabled at Base 1.7.4
- cogl_depth_state_init at Base 1.7.4
- cogl_depth_state_set_range at Base 1.7.4
- cogl_depth_state_set_test_enabled at Base 1.7.4
- cogl_depth_state_set_test_function at Base 1.7.4
- cogl_depth_state_set_write_enabled at Base 1.7.4
- cogl_depth_test_function_get_type at Base 1.7.4
- cogl_disable_fog at Base 1.7.4
- cogl_display_error_quark at Base 1.7.4
- cogl_display_get_renderer at Base 1.9.6
- cogl_display_new at Base 1.9.6
- cogl_display_setup at Base 1.9.6
- cogl_double_to_fixed at Base 1.7.4
- cogl_double_to_int at Base 1.7.4
- cogl_double_to_uint at Base 1.7.4
- (arch=!hurd-any)cogl_egl_context_get_egl_display at Base 1.13.4
- cogl_end_gl at Base 1.7.4
- cogl_error_copy at Base 1.13.4
- cogl_error_free at Base 1.13.4
- cogl_error_matches at Base 1.13.4
- cogl_euler_copy at Base 1.7.4
- cogl_euler_equal at Base 1.7.4
- cogl_euler_free at Base 1.7.4
- cogl_euler_init at Base 1.7.4
- cogl_euler_init_from_matrix at Base 1.7.4
- cogl_feature_flags_get_type at Base 1.7.4
- cogl_features_available at Base 1.7.4
- cogl_fixed_atan2 at Base 1.7.4
- cogl_fixed_atan at Base 1.7.4
- cogl_fixed_cos at Base 1.7.4
- cogl_fixed_div at Base 1.7.4
- cogl_fixed_get_type at Base 1.7.4
- cogl_fixed_log2 at Base 1.7.4
- cogl_fixed_mul at Base 1.7.4
- cogl_fixed_mul_div at Base 1.7.4
- cogl_fixed_pow2 at Base 1.7.4
- cogl_fixed_pow at Base 1.7.4
- cogl_fixed_sin at Base 1.7.4
- cogl_fixed_sqrt at Base 1.7.4
- cogl_fixed_tan at Base 1.7.4
- cogl_flush at Base 1.7.4
- cogl_fog_mode_get_type at Base 1.7.4
- cogl_foreach_feature at Base 1.9.4
- cogl_frame_info_get_frame_counter at Base 1.13.4
- cogl_frame_info_get_output at Base 1.13.4
- cogl_frame_info_get_presentation_time at Base 1.13.4
- cogl_frame_info_get_refresh_rate at Base 1.13.4
- cogl_framebuffer_allocate at Base 1.9.4
- cogl_framebuffer_clear4f at Base 1.9.4
- cogl_framebuffer_clear at Base 1.9.4
- cogl_framebuffer_discard_buffers at Base 1.9.4
- cogl_framebuffer_draw_attributes at Base 1.9.6
- cogl_framebuffer_draw_indexed_attributes at Base 1.9.6
- cogl_framebuffer_draw_multitextured_rectangle at Base 1.10.0
- cogl_framebuffer_draw_primitive at Base 1.9.6
- cogl_framebuffer_draw_rectangle at Base 1.10.0
- cogl_framebuffer_draw_rectangles at Base 1.10.0
- cogl_framebuffer_draw_textured_rectangle at Base 1.10.0
- cogl_framebuffer_draw_textured_rectangles at Base 1.10.0
- cogl_framebuffer_error_quark at Base 1.9.4
- cogl_framebuffer_fill_path at Base 1.11.0
- cogl_framebuffer_finish at Base 1.9.2
- cogl_framebuffer_frustum at Base 1.9.4
- cogl_framebuffer_get_alpha_bits at Base 1.9.4
- cogl_framebuffer_get_blue_bits at Base 1.9.4
- cogl_framebuffer_get_color_format at Base 1.9.4
- cogl_framebuffer_get_color_mask at Base 1.9.4
- cogl_framebuffer_get_context at Base 1.9.4
- cogl_framebuffer_get_depth_bits at Base 1.13.4
- cogl_framebuffer_get_depth_texture at Base 1.13.4
- cogl_framebuffer_get_depth_texture_enabled at Base 1.13.4
- cogl_framebuffer_get_dither_enabled at Base 1.7.4
- cogl_framebuffer_get_green_bits at Base 1.9.4
- cogl_framebuffer_get_height at Base 1.9.4
- cogl_framebuffer_get_modelview_matrix at Base 1.9.4
- cogl_framebuffer_get_projection_matrix at Base 1.9.3
- cogl_framebuffer_get_red_bits at Base 1.9.4
- cogl_framebuffer_get_samples_per_pixel at Base 1.9.4
- cogl_framebuffer_get_viewport4fv at Base 1.9.4
- cogl_framebuffer_get_viewport_height at Base 1.9.4
- cogl_framebuffer_get_viewport_width at Base 1.9.4
- cogl_framebuffer_get_viewport_x at Base 1.9.4
- cogl_framebuffer_get_viewport_y at Base 1.9.4
- cogl_framebuffer_get_width at Base 1.9.4
- cogl_framebuffer_identity_matrix at Base 1.9.4
- cogl_framebuffer_orthographic at Base 1.9.4
- cogl_framebuffer_perspective at Base 1.9.4
- cogl_framebuffer_pop_clip at Base 1.9.4
- cogl_framebuffer_pop_matrix at Base 1.9.4
- cogl_framebuffer_push_matrix at Base 1.9.4
- cogl_framebuffer_push_path_clip at Base 1.9.4
- cogl_framebuffer_push_primitive_clip at Base 1.9.4
- cogl_framebuffer_push_rectangle_clip at Base 1.9.4
- cogl_framebuffer_push_scissor_clip at Base 1.9.4
- cogl_framebuffer_read_pixels at Base 1.10.0
- cogl_framebuffer_read_pixels_into_bitmap at Base 1.9.8
- cogl_framebuffer_resolve_samples at Base 1.9.4
- cogl_framebuffer_resolve_samples_region at Base 1.9.4
- cogl_framebuffer_rotate at Base 1.9.4
- cogl_framebuffer_rotate_euler at Base 1.12.0
- cogl_framebuffer_rotate_quaternion at Base 1.12.0
- cogl_framebuffer_scale at Base 1.9.4
- cogl_framebuffer_set_color_mask at Base 1.9.4
- cogl_framebuffer_set_depth_texture_enabled at Base 1.13.4
- cogl_framebuffer_set_dither_enabled at Base 1.7.4
- cogl_framebuffer_set_modelview_matrix at Base 1.9.4
- cogl_framebuffer_set_projection_matrix at Base 1.9.3
- cogl_framebuffer_set_samples_per_pixel at Base 1.9.4
- cogl_framebuffer_set_viewport at Base 1.9.4
- cogl_framebuffer_stroke_path at Base 1.12.0
- cogl_framebuffer_transform at Base 1.9.4
- cogl_framebuffer_translate at Base 1.9.4
- cogl_framebuffer_vdraw_attributes at Base 1.9.6
- cogl_framebuffer_vdraw_indexed_attributes at Base 1.10.0
- cogl_frustum at Base 1.7.4
- cogl_get_backface_culling_enabled at Base 1.7.4
- cogl_get_bitmasks at Base 1.7.4
- cogl_get_clock_time at Base 1.13.4
- cogl_get_depth_test_enabled at Base 1.7.4
- cogl_get_draw_framebuffer at Base 1.9.4
- cogl_get_features at Base 1.7.4
- cogl_get_modelview_matrix at Base 1.7.4
- cogl_get_option_group at Base 1.7.4
- cogl_get_path at Base 1.7.4
- cogl_get_proc_address at Base 1.7.4
- cogl_get_projection_matrix at Base 1.7.4
- cogl_get_rectangle_indices at Base 1.7.4
- cogl_get_source at Base 1.7.4
- cogl_get_static_identity_quaternion at Base 1.7.4
- cogl_get_static_zero_quaternion at Base 1.7.4
- cogl_get_viewport at Base 1.7.4
- cogl_gles2_context_get_vtable at Base 1.12.0
- cogl_gles2_context_new at Base 1.12.0
- cogl_gles2_get_current_vtable at Base 1.12.0
- cogl_gles2_texture_2d_new_from_handle at Base 1.12.0
- cogl_gles2_texture_get_handle at Base 1.12.0
- cogl_glib_source_new at Base 1.9.3
- cogl_handle_get_type at Base 1.7.4
- cogl_handle_ref at Base 1.7.4
- cogl_handle_unref at Base 1.7.4
- cogl_has_feature at Base 1.9.4
- cogl_has_features at Base 1.9.4
- cogl_index_buffer_allocate at Base 1.7.4
- cogl_index_buffer_new at Base 1.7.4
- cogl_indices_get_buffer at Base 1.7.4
- cogl_indices_get_offset at Base 1.7.4
- cogl_indices_get_type at Base 1.7.4
- cogl_indices_new at Base 1.7.4
- cogl_indices_new_for_buffer at Base 1.7.4
- cogl_indices_set_offset at Base 1.7.4
- cogl_indices_type_get_type at Base 1.7.4
- cogl_is_attribute at Base 1.7.4
- cogl_is_attribute_buffer at Base 1.7.4
- cogl_is_bitmap at Base 1.7.4
- cogl_is_buffer at Base 1.9.3
- cogl_is_context at Base 1.7.4
- cogl_is_display at Base 1.7.4
- cogl_is_frame_info at Base 1.13.4
- cogl_is_framebuffer at Base 1.10.0
- cogl_is_gles2_context at Base 1.12.0
- cogl_is_index_buffer at Base 1.7.4
- cogl_is_indices at Base 1.7.4
- cogl_is_journal at Base 1.7.4
- cogl_is_material at Base 1.7.4
- cogl_is_matrix_stack at Base 1.13.4
- cogl_is_offscreen at Base 1.7.4
- cogl_is_onscreen at Base 1.10.0
- cogl_is_onscreen_template at Base 1.7.4
- cogl_is_output at Base 1.13.4
- cogl_is_path at Base 1.7.4
- cogl_is_pipeline at Base 1.9.4
- cogl_is_pixel_buffer at Base 1.13.4
- cogl_is_primitive at Base 1.7.4
- cogl_is_primitive_texture at Base 1.12.0
- cogl_is_program at Base 1.7.4
- cogl_is_renderer at Base 1.9.4
- cogl_is_shader at Base 1.7.4
- cogl_is_snippet at Base 1.9.4
- cogl_is_sub_texture at Base 1.13.4
- cogl_is_swap_chain at Base 1.7.4
- cogl_is_texture at Base 1.7.4
- cogl_is_texture_2d at Base 1.13.4
- cogl_is_texture_2d_sliced at Base 1.9.2
- cogl_is_texture_3d at Base 1.9.6
- cogl_is_texture_pixmap_x11 at Base 1.9.6
- cogl_is_texture_rectangle at Base 1.13.4
- cogl_is_vertex_buffer at Base 1.7.4
- cogl_is_vertex_buffer_indices at Base 1.7.4
- cogl_material_alpha_func_get_type at Base 1.7.4
- cogl_material_copy at Base 1.7.4
- cogl_material_filter_get_type at Base 1.7.4
- cogl_material_foreach_layer at Base 1.7.4
- cogl_material_get_ambient at Base 1.7.4
- cogl_material_get_color at Base 1.7.4
- cogl_material_get_depth_state at Base 1.7.4
- cogl_material_get_diffuse at Base 1.7.4
- cogl_material_get_emission at Base 1.7.4
- cogl_material_get_layer_point_sprite_coords_enabled at Base 1.7.4
- cogl_material_get_layer_wrap_mode_p at Base 1.7.4
- cogl_material_get_layer_wrap_mode_s at Base 1.7.4
- cogl_material_get_layer_wrap_mode_t at Base 1.7.4
- cogl_material_get_layers at Base 1.7.4
- cogl_material_get_n_layers at Base 1.7.4
- cogl_material_get_point_size at Base 1.7.4
- cogl_material_get_shininess at Base 1.7.4
- cogl_material_get_specular at Base 1.7.4
- cogl_material_get_user_program at Base 1.7.4
- cogl_material_layer_get_mag_filter at Base 1.7.4
- cogl_material_layer_get_min_filter at Base 1.7.4
- cogl_material_layer_get_texture at Base 1.7.4
- cogl_material_layer_get_type at Base 1.7.4
- cogl_material_layer_get_wrap_mode_p at Base 1.7.4
- cogl_material_layer_get_wrap_mode_s at Base 1.7.4
- cogl_material_layer_get_wrap_mode_t at Base 1.7.4
- cogl_material_layer_type_get_type at Base 1.7.4
- cogl_material_new at Base 1.7.4
- cogl_material_ref at Base 1.7.4
- cogl_material_remove_layer at Base 1.7.4
- cogl_material_set_alpha_test_function at Base 1.7.4
- cogl_material_set_ambient at Base 1.7.4
- cogl_material_set_ambient_and_diffuse at Base 1.7.4
- cogl_material_set_blend at Base 1.7.4
- cogl_material_set_blend_constant at Base 1.7.4
- cogl_material_set_color4f at Base 1.7.4
- cogl_material_set_color4ub at Base 1.7.4
- cogl_material_set_color at Base 1.7.4
- cogl_material_set_depth_state at Base 1.7.4
- cogl_material_set_diffuse at Base 1.7.4
- cogl_material_set_emission at Base 1.7.4
- cogl_material_set_layer at Base 1.7.4
- cogl_material_set_layer_combine at Base 1.7.4
- cogl_material_set_layer_combine_constant at Base 1.7.4
- cogl_material_set_layer_filters at Base 1.7.4
- cogl_material_set_layer_matrix at Base 1.7.4
- cogl_material_set_layer_point_sprite_coords_enabled at Base 1.7.4
- cogl_material_set_layer_wrap_mode at Base 1.7.4
- cogl_material_set_layer_wrap_mode_p at Base 1.7.4
- cogl_material_set_layer_wrap_mode_s at Base 1.7.4
- cogl_material_set_layer_wrap_mode_t at Base 1.7.4
- cogl_material_set_point_size at Base 1.7.4
- cogl_material_set_shininess at Base 1.7.4
- cogl_material_set_specular at Base 1.7.4
- cogl_material_set_user_program at Base 1.7.4
- cogl_material_unref at Base 1.7.4
- cogl_material_wrap_mode_get_type at Base 1.7.4
- cogl_matrix_copy at Base 1.7.4
- cogl_matrix_entry_calculate_translation at Base 1.13.4
- cogl_matrix_entry_equal at Base 1.13.4
- cogl_matrix_entry_get at Base 1.13.4
- cogl_matrix_entry_is_identity at Base 1.13.4
- cogl_matrix_entry_ref at Base 1.13.4
- cogl_matrix_entry_unref at Base 1.13.4
- cogl_matrix_equal at Base 1.7.4
- cogl_matrix_free at Base 1.7.4
- cogl_matrix_frustum at Base 1.7.4
- cogl_matrix_get_array at Base 1.7.4
- cogl_matrix_get_inverse at Base 1.7.4
- cogl_matrix_init_from_array at Base 1.7.4
- cogl_matrix_init_from_euler at Base 1.12.0
- cogl_matrix_init_from_quaternion at Base 1.7.4
- cogl_matrix_init_identity at Base 1.7.4
- cogl_matrix_init_translation at Base 1.12.0
- cogl_matrix_is_identity at Base 1.7.4
- cogl_matrix_look_at at Base 1.9.4
- cogl_matrix_multiply at Base 1.7.4
- cogl_matrix_ortho at Base 1.7.4
- cogl_matrix_orthographic at Base 1.9.4
- cogl_matrix_perspective at Base 1.7.4
- cogl_matrix_project_points at Base 1.9.4
- cogl_matrix_rotate at Base 1.7.4
- cogl_matrix_rotate_euler at Base 1.12.0
- cogl_matrix_rotate_quaternion at Base 1.12.0
- cogl_matrix_scale at Base 1.7.4
- cogl_matrix_stack_frustum at Base 1.13.4
- cogl_matrix_stack_get at Base 1.13.4
- cogl_matrix_stack_get_entry at Base 1.13.4
- cogl_matrix_stack_get_inverse at Base 1.13.4
- cogl_matrix_stack_load_identity at Base 1.13.4
- cogl_matrix_stack_multiply at Base 1.13.4
- cogl_matrix_stack_new at Base 1.13.4
- cogl_matrix_stack_orthographic at Base 1.13.4
- cogl_matrix_stack_perspective at Base 1.13.4
- cogl_matrix_stack_pop at Base 1.13.4
- cogl_matrix_stack_push at Base 1.13.4
- cogl_matrix_stack_rotate at Base 1.13.4
- cogl_matrix_stack_rotate_euler at Base 1.13.4
- cogl_matrix_stack_rotate_quaternion at Base 1.13.4
- cogl_matrix_stack_scale at Base 1.13.4
- cogl_matrix_stack_set at Base 1.13.4
- cogl_matrix_stack_translate at Base 1.13.4
- cogl_matrix_transform_point at Base 1.7.4
- cogl_matrix_transform_points at Base 1.9.4
- cogl_matrix_translate at Base 1.7.4
- cogl_matrix_transpose at Base 1.9.2
- cogl_matrix_view_2d_in_frustum at Base 1.9.4
- cogl_matrix_view_2d_in_perspective at Base 1.9.4
- cogl_meta_texture_foreach_in_region at Base 1.9.2
- cogl_object_get_user_data at Base 1.7.4
- cogl_object_ref at Base 1.7.4
- cogl_object_set_user_data at Base 1.7.4
- cogl_object_unref at Base 1.7.4
- cogl_offscreen_new_to_texture at Base 1.7.4
- cogl_offscreen_ref at Base 1.7.4
- cogl_offscreen_unref at Base 1.7.4
- cogl_onscreen_add_frame_callback at Base 1.13.4
- cogl_onscreen_add_resize_handler at Base 1.12.0
- cogl_onscreen_add_swap_buffers_callback at Base 1.9.6
- cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.7.4
- cogl_onscreen_get_buffer_age at Base 1.13.4
- cogl_onscreen_get_frame_counter at Base 1.13.4
- cogl_onscreen_get_resizable at Base 1.12.0
- cogl_onscreen_hide at Base 1.9.4
- cogl_onscreen_new at Base 1.9.4
- cogl_onscreen_remove_frame_callback at Base 1.13.4
- cogl_onscreen_remove_resize_handler at Base 1.12.0
- cogl_onscreen_remove_swap_buffers_callback at Base 1.9.6
- cogl_onscreen_set_resizable at Base 1.12.0
- cogl_onscreen_set_swap_throttled at Base 1.9.4
- cogl_onscreen_show at Base 1.9.4
- cogl_onscreen_swap_buffers at Base 1.9.6
- cogl_onscreen_swap_region at Base 1.9.6
- cogl_onscreen_template_error_quark at Base 1.7.4
- cogl_onscreen_template_new at Base 1.13.4
- cogl_onscreen_template_set_samples_per_pixel at Base 1.9.2
- cogl_onscreen_template_set_swap_throttled at Base 1.9.4
- cogl_ortho at Base 1.7.4
- cogl_output_get_height at Base 1.13.4
- cogl_output_get_mm_height at Base 1.13.4
- cogl_output_get_mm_width at Base 1.13.4
- cogl_output_get_refresh_rate at Base 1.13.4
- cogl_output_get_subpixel_order at Base 1.13.4
- cogl_output_get_width at Base 1.13.4
- cogl_output_get_x at Base 1.13.4
- cogl_output_get_y at Base 1.13.4
- cogl_path_arc at Base 1.7.4
- cogl_path_close at Base 1.7.4
- cogl_path_copy at Base 1.7.4
- cogl_path_curve_to at Base 1.7.4
- cogl_path_ellipse at Base 1.7.4
- cogl_path_fill at Base 1.7.4
- cogl_path_fill_preserve at Base 1.7.4
- cogl_path_fill_rule_get_type at Base 1.7.4
- cogl_path_get_fill_rule at Base 1.7.4
- cogl_path_line at Base 1.7.4
- cogl_path_line_to at Base 1.7.4
- cogl_path_move_to at Base 1.7.4
- cogl_path_new at Base 1.7.4
- cogl_path_polygon at Base 1.7.4
- cogl_path_polyline at Base 1.7.4
- cogl_path_rectangle at Base 1.7.4
- cogl_path_rel_curve_to at Base 1.7.4
- cogl_path_rel_line_to at Base 1.7.4
- cogl_path_rel_move_to at Base 1.7.4
- cogl_path_round_rectangle at Base 1.7.4
- cogl_path_set_fill_rule at Base 1.7.4
- cogl_path_stroke at Base 1.7.4
- cogl_path_stroke_preserve at Base 1.7.4
- cogl_perspective at Base 1.7.4
- cogl_pipeline_add_layer_snippet at Base 1.9.4
- cogl_pipeline_add_snippet at Base 1.9.4
- cogl_pipeline_copy at Base 1.9.4
- cogl_pipeline_foreach_layer at Base 1.9.4
- cogl_pipeline_get_alpha_test_function at Base 1.9.4
- cogl_pipeline_get_alpha_test_reference at Base 1.9.4
- cogl_pipeline_get_ambient at Base 1.9.4
- cogl_pipeline_get_color at Base 1.9.4
- cogl_pipeline_get_color_mask at Base 1.9.4
- cogl_pipeline_get_cull_face_mode at Base 1.9.2
- cogl_pipeline_get_depth_state at Base 1.9.4
- cogl_pipeline_get_diffuse at Base 1.9.4
- cogl_pipeline_get_emission at Base 1.9.4
- cogl_pipeline_get_front_face_winding at Base 1.9.2
- cogl_pipeline_get_layer_mag_filter at Base 1.9.6
- cogl_pipeline_get_layer_min_filter at Base 1.9.6
- cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.9.4
- cogl_pipeline_get_layer_texture at Base 1.9.6
- cogl_pipeline_get_layer_wrap_mode_p at Base 1.9.4
- cogl_pipeline_get_layer_wrap_mode_s at Base 1.9.4
- cogl_pipeline_get_layer_wrap_mode_t at Base 1.9.4
- cogl_pipeline_get_n_layers at Base 1.9.4
- cogl_pipeline_get_point_size at Base 1.9.4
- cogl_pipeline_get_shininess at Base 1.9.4
- cogl_pipeline_get_specular at Base 1.9.4
- cogl_pipeline_get_uniform_location at Base 1.9.4
- cogl_pipeline_get_user_program at Base 1.9.4
- cogl_pipeline_new at Base 1.9.4
- cogl_pipeline_remove_layer at Base 1.9.4
- cogl_pipeline_set_alpha_test_function at Base 1.9.4
- cogl_pipeline_set_ambient at Base 1.9.4
- cogl_pipeline_set_ambient_and_diffuse at Base 1.9.4
- cogl_pipeline_set_blend at Base 1.9.4
- cogl_pipeline_set_blend_constant at Base 1.9.4
- cogl_pipeline_set_color4f at Base 1.9.4
- cogl_pipeline_set_color4ub at Base 1.9.4
- cogl_pipeline_set_color at Base 1.9.4
- cogl_pipeline_set_color_mask at Base 1.9.4
- cogl_pipeline_set_cull_face_mode at Base 1.9.2
- cogl_pipeline_set_depth_state at Base 1.9.4
- cogl_pipeline_set_diffuse at Base 1.9.4
- cogl_pipeline_set_emission at Base 1.9.4
- cogl_pipeline_set_front_face_winding at Base 1.9.2
- cogl_pipeline_set_layer_combine at Base 1.9.4
- cogl_pipeline_set_layer_combine_constant at Base 1.9.4
- cogl_pipeline_set_layer_filters at Base 1.9.4
- cogl_pipeline_set_layer_matrix at Base 1.9.4
- cogl_pipeline_set_layer_null_texture at Base 1.9.6
- cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.9.4
- cogl_pipeline_set_layer_texture at Base 1.9.4
- cogl_pipeline_set_layer_wrap_mode at Base 1.9.4
- cogl_pipeline_set_layer_wrap_mode_p at Base 1.9.4
- cogl_pipeline_set_layer_wrap_mode_s at Base 1.9.4
- cogl_pipeline_set_layer_wrap_mode_t at Base 1.9.4
- cogl_pipeline_set_point_size at Base 1.9.4
- cogl_pipeline_set_shininess at Base 1.9.4
- cogl_pipeline_set_specular at Base 1.9.4
- cogl_pipeline_set_uniform_1f at Base 1.9.4
- cogl_pipeline_set_uniform_1i at Base 1.9.4
- cogl_pipeline_set_uniform_float at Base 1.9.4
- cogl_pipeline_set_uniform_int at Base 1.9.4
- cogl_pipeline_set_uniform_matrix at Base 1.9.4
- cogl_pipeline_set_user_program at Base 1.9.4
- cogl_pixel_buffer_new at Base 1.13.4
- cogl_pixel_format_get_type at Base 1.7.4
- cogl_poll_dispatch at Base 1.9.3
- cogl_poll_get_info at Base 1.9.3
- cogl_polygon at Base 1.7.4
- cogl_pop_draw_buffer at Base 1.7.4
- cogl_pop_framebuffer at Base 1.7.4
- cogl_pop_gles2_context at Base 1.12.0
- cogl_pop_matrix at Base 1.7.4
- cogl_pop_source at Base 1.7.4
- cogl_primitive_copy at Base 1.9.6
- cogl_primitive_foreach_attribute at Base 1.9.6
- cogl_primitive_get_first_vertex at Base 1.7.4
- cogl_primitive_get_indices at Base 1.9.6
- cogl_primitive_get_mode at Base 1.7.4
- cogl_primitive_get_n_vertices at Base 1.13.4
- cogl_primitive_new at Base 1.7.4
- cogl_primitive_new_p2 at Base 1.7.4
- cogl_primitive_new_p2c4 at Base 1.7.4
- cogl_primitive_new_p2t2 at Base 1.7.4
- cogl_primitive_new_p2t2c4 at Base 1.7.4
- cogl_primitive_new_p3 at Base 1.7.4
- cogl_primitive_new_p3c4 at Base 1.7.4
- cogl_primitive_new_p3t2 at Base 1.7.4
- cogl_primitive_new_p3t2c4 at Base 1.7.4
- cogl_primitive_new_with_attributes at Base 1.7.4
- cogl_primitive_set_attributes at Base 1.7.4
- cogl_primitive_set_first_vertex at Base 1.7.4
- cogl_primitive_set_indices at Base 1.13.4
- cogl_primitive_set_mode at Base 1.7.4
- cogl_primitive_set_n_vertices at Base 1.13.4
- cogl_primitive_texture_set_auto_mipmap at Base 1.12.0
- cogl_program_attach_shader at Base 1.7.4
- cogl_program_get_uniform_location at Base 1.7.4
- cogl_program_link at Base 1.7.4
- cogl_program_ref at Base 1.7.4
- cogl_program_set_uniform_1f at Base 1.7.4
- cogl_program_set_uniform_1i at Base 1.7.4
- cogl_program_set_uniform_float at Base 1.7.4
- cogl_program_set_uniform_int at Base 1.7.4
- cogl_program_set_uniform_matrix at Base 1.7.4
- cogl_program_uniform_1f at Base 1.7.4
- cogl_program_uniform_1i at Base 1.7.4
- cogl_program_uniform_float at Base 1.7.4
- cogl_program_uniform_int at Base 1.7.4
- cogl_program_uniform_matrix at Base 1.7.4
- cogl_program_unref at Base 1.7.4
- cogl_program_use at Base 1.7.4
- cogl_push_draw_buffer at Base 1.7.4
- cogl_push_framebuffer at Base 1.7.4
- cogl_push_gles2_context at Base 1.12.0
- cogl_push_matrix at Base 1.7.4
- cogl_push_source at Base 1.7.4
- cogl_quaternion_copy at Base 1.7.4
- cogl_quaternion_dot_product at Base 1.7.4
- cogl_quaternion_equal at Base 1.7.4
- cogl_quaternion_free at Base 1.7.4
- cogl_quaternion_get_rotation_angle at Base 1.7.4
- cogl_quaternion_get_rotation_axis at Base 1.7.4
- cogl_quaternion_init at Base 1.7.4
- cogl_quaternion_init_from_angle_vector at Base 1.7.4
- cogl_quaternion_init_from_array at Base 1.7.4
- cogl_quaternion_init_from_euler at Base 1.7.4
- cogl_quaternion_init_from_matrix at Base 1.7.4
- cogl_quaternion_init_from_quaternion at Base 1.7.4
- cogl_quaternion_init_from_x_rotation at Base 1.7.4
- cogl_quaternion_init_from_y_rotation at Base 1.7.4
- cogl_quaternion_init_from_z_rotation at Base 1.7.4
- cogl_quaternion_init_identity at Base 1.7.4
- cogl_quaternion_invert at Base 1.7.4
- cogl_quaternion_multiply at Base 1.7.4
- cogl_quaternion_nlerp at Base 1.7.4
- cogl_quaternion_normalize at Base 1.7.4
- cogl_quaternion_pow at Base 1.7.4
- cogl_quaternion_slerp at Base 1.7.4
- cogl_quaternion_squad at Base 1.7.4
- cogl_read_pixels at Base 1.7.4
- cogl_read_pixels_flags_get_type at Base 1.7.4
- cogl_rectangle at Base 1.7.4
- cogl_rectangle_with_multitexture_coords at Base 1.7.4
- cogl_rectangle_with_texture_coords at Base 1.7.4
- cogl_rectangles at Base 1.7.4
- cogl_rectangles_with_texture_coords at Base 1.7.4
- cogl_renderer_add_constraint at Base 1.9.6
- cogl_renderer_check_onscreen_template at Base 1.9.4
- cogl_renderer_connect at Base 1.9.4
- cogl_renderer_error_get_type at Base 1.7.4
- cogl_renderer_error_quark at Base 1.9.4
- cogl_renderer_foreach_output at Base 1.13.4
- cogl_renderer_get_driver at Base 1.9.8
- cogl_renderer_get_n_fragment_texture_units at Base 1.9.4
- cogl_renderer_get_winsys_id at Base 1.9.4
- cogl_renderer_new at Base 1.9.4
- cogl_renderer_remove_constraint at Base 1.9.4
- cogl_renderer_set_driver at Base 1.9.8
- cogl_renderer_set_winsys_id at Base 1.9.4
- cogl_rotate at Base 1.7.4
- cogl_scale at Base 1.7.4
- cogl_set_backface_culling_enabled at Base 1.7.4
- cogl_set_depth_test_enabled at Base 1.7.4
- cogl_set_draw_buffer at Base 1.7.4
- cogl_set_fog at Base 1.7.4
- cogl_set_framebuffer at Base 1.7.4
- cogl_set_modelview_matrix at Base 1.7.4
- cogl_set_path at Base 1.7.4
- cogl_set_projection_matrix at Base 1.7.4
- cogl_set_source at Base 1.7.4
- cogl_set_source_color4f at Base 1.7.4
- cogl_set_source_color4ub at Base 1.7.4
- cogl_set_source_color at Base 1.7.4
- cogl_set_source_texture at Base 1.7.4
- cogl_set_viewport at Base 1.7.4
- cogl_shader_compile at Base 1.7.4
- cogl_shader_get_info_log at Base 1.7.4
- cogl_shader_get_type at Base 1.7.4
- cogl_shader_is_compiled at Base 1.7.4
- cogl_shader_ref at Base 1.7.4
- cogl_shader_source at Base 1.7.4
- cogl_shader_type_get_type at Base 1.7.4
- cogl_shader_unref at Base 1.7.4
- cogl_snippet_get_declarations at Base 1.9.4
- cogl_snippet_get_hook at Base 1.9.4
- cogl_snippet_get_post at Base 1.9.4
- cogl_snippet_get_pre at Base 1.9.4
- cogl_snippet_get_replace at Base 1.9.4
- cogl_snippet_new at Base 1.9.4
- cogl_snippet_set_declarations at Base 1.9.4
- cogl_snippet_set_post at Base 1.9.4
- cogl_snippet_set_pre at Base 1.9.4
- cogl_snippet_set_replace at Base 1.9.4
- cogl_sqrti at Base 1.7.4
- cogl_sub_texture_get_parent at Base 1.9.3
- cogl_sub_texture_new at Base 1.13.4
- cogl_swap_chain_error_quark at Base 1.7.4
- cogl_swap_chain_new at Base 1.13.4
- cogl_swap_chain_set_has_alpha at Base 1.13.4
- cogl_swap_chain_set_length at Base 1.13.4
- cogl_system_error_get_type at Base 1.13.4
- cogl_texture_2d_new_from_bitmap at Base 1.12.0
- cogl_texture_2d_new_from_data at Base 1.13.4
- cogl_texture_2d_new_from_foreign at Base 1.13.4
- cogl_texture_2d_new_with_size at Base 1.13.4
- cogl_texture_2d_sliced_new_with_size at Base 1.9.3
- cogl_texture_3d_error_quark at Base 1.7.4
- cogl_texture_3d_new_from_bitmap at Base 1.12.0
- cogl_texture_3d_new_from_data at Base 1.9.6
- cogl_texture_3d_new_with_size at Base 1.9.6
- cogl_texture_allocate at Base 1.13.4
- cogl_texture_error_get_type at Base 1.7.4
- cogl_texture_error_quark at Base 1.7.4
- cogl_texture_flags_get_type at Base 1.7.4
- cogl_texture_get_data at Base 1.7.4
- cogl_texture_get_format at Base 1.7.4
- cogl_texture_get_gl_texture at Base 1.7.4
- cogl_texture_get_height at Base 1.7.4
- cogl_texture_get_max_waste at Base 1.7.4
- cogl_texture_get_rowstride at Base 1.7.4
- cogl_texture_get_width at Base 1.7.4
- cogl_texture_is_sliced at Base 1.7.4
- cogl_texture_new_from_bitmap at Base 1.7.4
- cogl_texture_new_from_data at Base 1.7.4
- cogl_texture_new_from_file at Base 1.7.4
- cogl_texture_new_from_foreign at Base 1.7.4
- cogl_texture_new_from_sub_texture at Base 1.7.4
- cogl_texture_new_with_size at Base 1.7.4
- cogl_texture_pixmap_x11_error_quark at Base 1.9.6
- cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.9.6
- cogl_texture_pixmap_x11_new at Base 1.9.6
- cogl_texture_pixmap_x11_set_damage_object at Base 1.9.6
- cogl_texture_pixmap_x11_update_area at Base 1.9.6
- cogl_texture_rectangle_new_from_bitmap at Base 1.12.0
- cogl_texture_rectangle_new_from_foreign at Base 1.13.4
- cogl_texture_rectangle_new_with_size at Base 1.13.4
- cogl_texture_ref at Base 1.7.4
- cogl_texture_set_data at Base 1.13.4
- cogl_texture_set_region at Base 1.7.4
- cogl_texture_set_region_from_bitmap at Base 1.13.4
- cogl_texture_type_get_type at Base 1.9.6
- cogl_texture_unref at Base 1.7.4
- cogl_transform at Base 1.7.4
- cogl_translate at Base 1.7.4
- cogl_vdraw_indexed_attributes at Base 1.7.4
- cogl_vector3_add at Base 1.9.4
- cogl_vector3_copy at Base 1.9.4
- cogl_vector3_cross_product at Base 1.9.4
- cogl_vector3_distance at Base 1.9.4
- cogl_vector3_divide_scalar at Base 1.9.4
- cogl_vector3_dot_product at Base 1.9.4
- cogl_vector3_equal at Base 1.9.4
- cogl_vector3_equal_with_epsilon at Base 1.9.4
- cogl_vector3_free at Base 1.9.4
- cogl_vector3_init at Base 1.9.4
- cogl_vector3_init_zero at Base 1.9.4
- cogl_vector3_invert at Base 1.9.4
- cogl_vector3_magnitude at Base 1.9.4
- cogl_vector3_multiply_scalar at Base 1.9.4
- cogl_vector3_normalize at Base 1.9.4
- cogl_vector3_subtract at Base 1.9.4
- cogl_vertex_buffer_add at Base 1.7.4
- cogl_vertex_buffer_delete at Base 1.7.4
- cogl_vertex_buffer_disable at Base 1.7.4
- cogl_vertex_buffer_draw at Base 1.7.4
- cogl_vertex_buffer_draw_elements at Base 1.7.4
- cogl_vertex_buffer_enable at Base 1.7.4
- cogl_vertex_buffer_get_n_vertices at Base 1.7.4
- cogl_vertex_buffer_indices_get_for_quads at Base 1.7.4
- cogl_vertex_buffer_indices_get_type at Base 1.7.4
- cogl_vertex_buffer_indices_new at Base 1.7.4
- cogl_vertex_buffer_new at Base 1.7.4
- cogl_vertex_buffer_ref at Base 1.7.4
- cogl_vertex_buffer_submit at Base 1.7.4
- cogl_vertex_buffer_unref at Base 1.7.4
- cogl_vertices_mode_get_type at Base 1.7.4
- cogl_viewport at Base 1.7.4
- cogl_winding_get_type at Base 1.9.2
- cogl_winsys_feature_get_type at Base 1.7.4
- cogl_x11_onscreen_get_visual_xid at Base 1.9.4
- cogl_x11_onscreen_get_window_xid at Base 1.9.4
- cogl_x11_onscreen_set_foreign_window_xid at Base 1.9.4
- cogl_xlib_get_display at Base 1.13.4
- cogl_xlib_handle_event at Base 1.13.4
- cogl_xlib_renderer_add_filter at Base 1.13.4
- cogl_xlib_renderer_get_display at Base 1.13.4
- cogl_xlib_renderer_get_foreign_display at Base 1.13.4
- cogl_xlib_renderer_handle_event at Base 1.13.4
- cogl_xlib_renderer_remove_filter at Base 1.13.4
- cogl_xlib_renderer_set_event_retrieval_enabled at Base 1.9.3
- cogl_xlib_renderer_set_foreign_display at Base 1.13.4
- cogl_xlib_set_display at Base 1.13.4
+libcogl-gles2.so.15 libcogl15 #MINVER#
+ glActiveTexture at Base 1.15.8
+ glAttachShader at Base 1.15.8
+ glBindAttribLocation at Base 1.15.8
+ glBindBuffer at Base 1.15.8
+ glBindFramebuffer at Base 1.15.8
+ glBindRenderbuffer at Base 1.15.8
+ glBindTexture at Base 1.15.8
+ glBlendColor at Base 1.15.8
+ glBlendEquation at Base 1.15.8
+ glBlendEquationSeparate at Base 1.15.8
+ glBlendFunc at Base 1.15.8
+ glBlendFuncSeparate at Base 1.15.8
+ glBufferData at Base 1.15.8
+ glBufferSubData at Base 1.15.8
+ glCheckFramebufferStatus at Base 1.15.8
+ glClear at Base 1.15.8
+ glClearColor at Base 1.15.8
+ glClearDepthf at Base 1.15.8
+ glClearStencil at Base 1.15.8
+ glColorMask at Base 1.15.8
+ glCompileShader at Base 1.15.8
+ glCompressedTexImage2D at Base 1.15.8
+ glCompressedTexSubImage2D at Base 1.15.8
+ glCopyTexImage2D at Base 1.15.8
+ glCopyTexSubImage2D at Base 1.15.8
+ glCreateProgram at Base 1.15.8
+ glCreateShader at Base 1.15.8
+ glCullFace at Base 1.15.8
+ glDeleteBuffers at Base 1.15.8
+ glDeleteFramebuffers at Base 1.15.8
+ glDeleteProgram at Base 1.15.8
+ glDeleteRenderbuffers at Base 1.15.8
+ glDeleteShader at Base 1.15.8
+ glDeleteTextures at Base 1.15.8
+ glDepthFunc at Base 1.15.8
+ glDepthMask at Base 1.15.8
+ glDepthRangef at Base 1.15.8
+ glDetachShader at Base 1.15.8
+ glDisable at Base 1.15.8
+ glDisableVertexAttribArray at Base 1.15.8
+ glDrawArrays at Base 1.15.8
+ glDrawElements at Base 1.15.8
+ glEnable at Base 1.15.8
+ glEnableVertexAttribArray at Base 1.15.8
+ glFinish at Base 1.15.8
+ glFlush at Base 1.15.8
+ glFramebufferRenderbuffer at Base 1.15.8
+ glFramebufferTexture2D at Base 1.15.8
+ glFrontFace at Base 1.15.8
+ glGenBuffers at Base 1.15.8
+ glGenFramebuffers at Base 1.15.8
+ glGenRenderbuffers at Base 1.15.8
+ glGenTextures at Base 1.15.8
+ glGenerateMipmap at Base 1.15.8
+ glGetActiveAttrib at Base 1.15.8
+ glGetActiveUniform at Base 1.15.8
+ glGetAttachedShaders at Base 1.15.8
+ glGetAttribLocation at Base 1.15.8
+ glGetBooleanv at Base 1.15.8
+ glGetBufferParameteriv at Base 1.15.8
+ glGetError at Base 1.15.8
+ glGetFloatv at Base 1.15.8
+ glGetFramebufferAttachmentParameteriv at Base 1.15.8
+ glGetIntegerv at Base 1.15.8
+ glGetProgramInfoLog at Base 1.15.8
+ glGetProgramiv at Base 1.15.8
+ glGetRenderbufferParameteriv at Base 1.15.8
+ glGetShaderInfoLog at Base 1.15.8
+ glGetShaderPrecisionFormat at Base 1.15.8
+ glGetShaderSource at Base 1.15.8
+ glGetShaderiv at Base 1.15.8
+ glGetString at Base 1.15.8
+ glGetTexParameterfv at Base 1.15.8
+ glGetTexParameteriv at Base 1.15.8
+ glGetUniformLocation at Base 1.15.8
+ glGetUniformfv at Base 1.15.8
+ glGetUniformiv at Base 1.15.8
+ glGetVertexAttribPointerv at Base 1.15.8
+ glGetVertexAttribfv at Base 1.15.8
+ glGetVertexAttribiv at Base 1.15.8
+ glHint at Base 1.15.8
+ glIsBuffer at Base 1.15.8
+ glIsEnabled at Base 1.15.8
+ glIsFramebuffer at Base 1.15.8
+ glIsProgram at Base 1.15.8
+ glIsRenderbuffer at Base 1.15.8
+ glIsShader at Base 1.15.8
+ glIsTexture at Base 1.15.8
+ glLineWidth at Base 1.15.8
+ glLinkProgram at Base 1.15.8
+ glPixelStorei at Base 1.15.8
+ glPolygonOffset at Base 1.15.8
+ glReadPixels at Base 1.15.8
+ glReleaseShaderCompiler at Base 1.15.8
+ glRenderbufferStorage at Base 1.15.8
+ glSampleCoverage at Base 1.15.8
+ glScissor at Base 1.15.8
+ glShaderBinary at Base 1.15.8
+ glShaderSource at Base 1.15.8
+ glStencilFunc at Base 1.15.8
+ glStencilFuncSeparate at Base 1.15.8
+ glStencilMask at Base 1.15.8
+ glStencilMaskSeparate at Base 1.15.8
+ glStencilOp at Base 1.15.8
+ glStencilOpSeparate at Base 1.15.8
+ glTexImage2D at Base 1.15.8
+ glTexParameterf at Base 1.15.8
+ glTexParameterfv at Base 1.15.8
+ glTexParameteri at Base 1.15.8
+ glTexParameteriv at Base 1.15.8
+ glTexSubImage2D at Base 1.15.8
+ glUniform1f at Base 1.15.8
+ glUniform1fv at Base 1.15.8
+ glUniform1i at Base 1.15.8
+ glUniform1iv at Base 1.15.8
+ glUniform2f at Base 1.15.8
+ glUniform2fv at Base 1.15.8
+ glUniform2i at Base 1.15.8
+ glUniform2iv at Base 1.15.8
+ glUniform3f at Base 1.15.8
+ glUniform3fv at Base 1.15.8
+ glUniform3i at Base 1.15.8
+ glUniform3iv at Base 1.15.8
+ glUniform4f at Base 1.15.8
+ glUniform4fv at Base 1.15.8
+ glUniform4i at Base 1.15.8
+ glUniform4iv at Base 1.15.8
+ glUniformMatrix2fv at Base 1.15.8
+ glUniformMatrix3fv at Base 1.15.8
+ glUniformMatrix4fv at Base 1.15.8
+ glUseProgram at Base 1.15.8
+ glValidateProgram at Base 1.15.8
+ glVertexAttrib1f at Base 1.15.8
+ glVertexAttrib1fv at Base 1.15.8
+ glVertexAttrib2f at Base 1.15.8
+ glVertexAttrib2fv at Base 1.15.8
+ glVertexAttrib3f at Base 1.15.8
+ glVertexAttrib3fv at Base 1.15.8
+ glVertexAttrib4f at Base 1.15.8
+ glVertexAttrib4fv at Base 1.15.8
+ glVertexAttribPointer at Base 1.15.8
+ glViewport at Base 1.15.8
+libcogl-pango.so.15 libcogl12 #MINVER#
+ cogl_pango_ensure_glyph_cache_for_layout at Base 1.15.8
+ cogl_pango_font_map_clear_glyph_cache at Base 1.15.8
+ cogl_pango_font_map_create_context at Base 1.15.8
+ cogl_pango_font_map_get_renderer at Base 1.15.8
+ cogl_pango_font_map_get_use_mipmapping at Base 1.15.8
+ cogl_pango_font_map_new at Base 1.15.8
+ cogl_pango_font_map_set_resolution at Base 1.15.8
+ cogl_pango_font_map_set_use_mipmapping at Base 1.15.8
+ cogl_pango_glyph_cache_clear at Base 1.15.8
+ cogl_pango_glyph_cache_free at Base 1.15.8
+ cogl_pango_glyph_cache_lookup at Base 1.15.8
+ cogl_pango_glyph_cache_new at Base 1.15.8
+ cogl_pango_render_layout at Base 1.15.8
+ cogl_pango_render_layout_line at Base 1.15.8
+ cogl_pango_render_layout_subpixel at Base 1.15.8
+ cogl_pango_renderer_get_type at Base 1.15.8
+ cogl_pango_show_layout at Base 1.15.8
+ cogl_pango_show_layout_line at Base 1.15.8
+libcogl.so.15 libcogl12 #MINVER#
+ _cogl_atlas_add_reorganize_callback at Base 1.15.8
+ _cogl_atlas_new at Base 1.15.8
+ _cogl_atlas_reserve_space at Base 1.15.8
+ _cogl_atlas_texture_add_reorganize_callback at Base 1.15.8
+ _cogl_atlas_texture_remove_reorganize_callback at Base 1.15.8
+ _cogl_buffer_map_for_fill_or_fallback at Base 1.15.8
+ _cogl_buffer_unmap_for_fill_or_fallback at Base 1.15.8
+ _cogl_clip_stack_push_primitive at Base 1.15.8
+ _cogl_clip_stack_push_rectangle at Base 1.15.8
+ _cogl_context_get_default at Base 1.15.8
+ _cogl_debug_flags at Base 1.15.8
+ _cogl_debug_instances at Base 1.15.8
+ _cogl_framebuffer_get_clip_state at Base 1.15.8
+ _cogl_framebuffer_get_modelview_stack at Base 1.15.8
+ _cogl_framebuffer_get_projection_stack at Base 1.15.8
+ _cogl_framebuffer_get_stencil_bits at Base 1.15.8
+ _cogl_object_default_unref at Base 1.15.8
+ _cogl_pipeline_foreach_layer_internal at Base 1.15.8
+ _cogl_pipeline_layer_get_texture at Base 1.15.8
+ _cogl_pipeline_layer_get_texture_real at Base 1.15.8
+ _cogl_pipeline_layer_get_texture_type at Base 1.15.8
+ _cogl_pipeline_prune_to_n_layers at Base 1.15.8
+ _cogl_primitive_draw at Base 1.15.8
+ _cogl_texture_can_hardware_repeat at Base 1.15.8
+ cogl2_clip_push_from_path at Base 1.15.8
+ cogl2_path_arc at Base 1.15.8
+ cogl2_path_close at Base 1.15.8
+ cogl2_path_curve_to at Base 1.15.8
+ cogl2_path_ellipse at Base 1.15.8
+ cogl2_path_fill at Base 1.15.8
+ cogl2_path_get_fill_rule at Base 1.15.8
+ cogl2_path_line at Base 1.15.8
+ cogl2_path_line_to at Base 1.15.8
+ cogl2_path_move_to at Base 1.15.8
+ cogl2_path_new at Base 1.15.8
+ cogl2_path_polygon at Base 1.15.8
+ cogl2_path_polyline at Base 1.15.8
+ cogl2_path_rectangle at Base 1.15.8
+ cogl2_path_rel_curve_to at Base 1.15.8
+ cogl2_path_rel_line_to at Base 1.15.8
+ cogl2_path_rel_move_to at Base 1.15.8
+ cogl2_path_round_rectangle at Base 1.15.8
+ cogl2_path_set_fill_rule at Base 1.15.8
+ cogl2_path_stroke at Base 1.15.8
+ cogl_angle_cos at Base 1.15.8
+ cogl_angle_sin at Base 1.15.8
+ cogl_angle_tan at Base 1.15.8
+ cogl_atlas_texture_new_from_bitmap at Base 1.15.8
+ cogl_atlas_texture_new_from_data at Base 1.15.8
+ cogl_atlas_texture_new_from_file at Base 1.15.8
+ cogl_atlas_texture_new_with_size at Base 1.15.8
+ cogl_attribute_buffer_new at Base 1.15.8
+ cogl_attribute_buffer_new_with_size at Base 1.15.8
+ cogl_attribute_get_buffer at Base 1.15.8
+ cogl_attribute_get_normalized at Base 1.15.8
+ cogl_attribute_new at Base 1.15.8
+ cogl_attribute_new_const_1f at Base 1.15.8
+ cogl_attribute_new_const_2f at Base 1.15.8
+ cogl_attribute_new_const_2fv at Base 1.15.8
+ cogl_attribute_new_const_2x2fv at Base 1.15.8
+ cogl_attribute_new_const_3f at Base 1.15.8
+ cogl_attribute_new_const_3fv at Base 1.15.8
+ cogl_attribute_new_const_3x3fv at Base 1.15.8
+ cogl_attribute_new_const_4f at Base 1.15.8
+ cogl_attribute_new_const_4fv at Base 1.15.8
+ cogl_attribute_new_const_4x4fv at Base 1.15.8
+ cogl_attribute_set_buffer at Base 1.15.8
+ cogl_attribute_set_normalized at Base 1.15.8
+ cogl_attribute_type_get_type at Base 1.15.8
+ cogl_begin_gl at Base 1.15.8
+ cogl_bitmap_error_get_type at Base 1.15.8
+ cogl_bitmap_error_quark at Base 1.15.8
+ cogl_bitmap_get_buffer at Base 1.15.8
+ cogl_bitmap_get_format at Base 1.15.8
+ cogl_bitmap_get_height at Base 1.15.8
+ cogl_bitmap_get_rowstride at Base 1.15.8
+ cogl_bitmap_get_size_from_file at Base 1.15.8
+ cogl_bitmap_get_width at Base 1.15.8
+ cogl_bitmap_new_for_data at Base 1.15.8
+ cogl_bitmap_new_from_buffer at Base 1.15.8
+ cogl_bitmap_new_from_file at Base 1.15.8
+ cogl_bitmap_new_with_size at Base 1.15.8
+ cogl_blend_string_error_get_type at Base 1.15.8
+ cogl_blend_string_error_quark at Base 1.15.8
+ cogl_buffer_bit_get_type at Base 1.15.8
+ cogl_buffer_get_size at Base 1.15.8
+ cogl_buffer_get_update_hint at Base 1.15.8
+ cogl_buffer_map at Base 1.15.8
+ cogl_buffer_map_range at Base 1.15.8
+ cogl_buffer_set_data at Base 1.15.8
+ cogl_buffer_set_update_hint at Base 1.15.8
+ cogl_buffer_target_get_type at Base 1.15.8
+ cogl_buffer_unmap at Base 1.15.8
+ cogl_check_extension at Base 1.15.8
+ cogl_clear at Base 1.15.8
+ cogl_clip_ensure at Base 1.15.8
+ cogl_clip_pop at Base 1.15.8
+ cogl_clip_push at Base 1.15.8
+ cogl_clip_push_from_path at Base 1.15.8
+ cogl_clip_push_from_path_preserve at Base 1.15.8
+ cogl_clip_push_primitive at Base 1.15.8
+ cogl_clip_push_rectangle at Base 1.15.8
+ cogl_clip_push_window_rect at Base 1.15.8
+ cogl_clip_push_window_rectangle at Base 1.15.8
+ cogl_clip_stack_restore at Base 1.15.8
+ cogl_clip_stack_save at Base 1.15.8
+ cogl_clutter_check_extension_CLUTTER at Base 1.15.8
+ cogl_clutter_winsys_has_feature_CLUTTER at Base 1.15.8
+ cogl_clutter_winsys_xlib_get_visual_info_CLUTTER at Base 1.15.8
+ cogl_color_copy at Base 1.15.8
+ cogl_color_equal at Base 1.15.8
+ cogl_color_free at Base 1.15.8
+ cogl_color_get_alpha at Base 1.15.8
+ cogl_color_get_alpha_byte at Base 1.15.8
+ cogl_color_get_alpha_float at Base 1.15.8
+ cogl_color_get_blue at Base 1.15.8
+ cogl_color_get_blue_byte at Base 1.15.8
+ cogl_color_get_blue_float at Base 1.15.8
+ cogl_color_get_green at Base 1.15.8
+ cogl_color_get_green_byte at Base 1.15.8
+ cogl_color_get_green_float at Base 1.15.8
+ cogl_color_get_red at Base 1.15.8
+ cogl_color_get_red_byte at Base 1.15.8
+ cogl_color_get_red_float at Base 1.15.8
+ cogl_color_init_from_4f at Base 1.15.8
+ cogl_color_init_from_4fv at Base 1.15.8
+ cogl_color_init_from_4ub at Base 1.15.8
+ cogl_color_init_from_hsl at Base 1.15.8
+ cogl_color_mask_get_type at Base 1.15.8
+ cogl_color_new at Base 1.15.8
+ cogl_color_premultiply at Base 1.15.8
+ cogl_color_set_alpha at Base 1.15.8
+ cogl_color_set_alpha_byte at Base 1.15.8
+ cogl_color_set_alpha_float at Base 1.15.8
+ cogl_color_set_blue at Base 1.15.8
+ cogl_color_set_blue_byte at Base 1.15.8
+ cogl_color_set_blue_float at Base 1.15.8
+ cogl_color_set_from_4f at Base 1.15.8
+ cogl_color_set_from_4ub at Base 1.15.8
+ cogl_color_set_green at Base 1.15.8
+ cogl_color_set_green_byte at Base 1.15.8
+ cogl_color_set_green_float at Base 1.15.8
+ cogl_color_set_red at Base 1.15.8
+ cogl_color_set_red_byte at Base 1.15.8
+ cogl_color_set_red_float at Base 1.15.8
+ cogl_color_to_hsl at Base 1.15.8
+ cogl_color_unpremultiply at Base 1.15.8
+ cogl_context_get_display at Base 1.15.8
+ cogl_context_get_renderer at Base 1.15.8
+ cogl_context_new at Base 1.15.8
+ cogl_create_program at Base 1.15.8
+ cogl_create_shader at Base 1.15.8
+ cogl_debug_matrix_entry_print at Base 1.15.8
+ cogl_debug_matrix_print at Base 1.15.8
+ cogl_debug_object_foreach_type at Base 1.15.8
+ cogl_debug_object_print_instances at Base 1.15.8
+ cogl_depth_state_get_range at Base 1.15.8
+ cogl_depth_state_get_test_enabled at Base 1.15.8
+ cogl_depth_state_get_test_function at Base 1.15.8
+ cogl_depth_state_get_write_enabled at Base 1.15.8
+ cogl_depth_state_init at Base 1.15.8
+ cogl_depth_state_set_range at Base 1.15.8
+ cogl_depth_state_set_test_enabled at Base 1.15.8
+ cogl_depth_state_set_test_function at Base 1.15.8
+ cogl_depth_state_set_write_enabled at Base 1.15.8
+ cogl_depth_test_function_get_type at Base 1.15.8
+ cogl_disable_fog at Base 1.15.8
+ cogl_display_error_quark at Base 1.15.8
+ cogl_display_get_renderer at Base 1.15.8
+ cogl_display_new at Base 1.15.8
+ cogl_display_setup at Base 1.15.8
+ cogl_double_to_fixed at Base 1.15.8
+ cogl_double_to_int at Base 1.15.8
+ cogl_double_to_uint at Base 1.15.8
+ cogl_egl_context_get_egl_display at Base 1.15.8
+ cogl_end_gl at Base 1.15.8
+ cogl_error_copy at Base 1.15.8
+ cogl_error_free at Base 1.15.8
+ cogl_error_matches at Base 1.15.8
+ cogl_euler_copy at Base 1.15.8
+ cogl_euler_equal at Base 1.15.8
+ cogl_euler_free at Base 1.15.8
+ cogl_euler_init at Base 1.15.8
+ cogl_euler_init_from_matrix at Base 1.15.8
+ cogl_feature_flags_get_type at Base 1.15.8
+ cogl_features_available at Base 1.15.8
+ cogl_fence_closure_get_user_data at Base 1.15.8
+ cogl_fixed_atan2 at Base 1.15.8
+ cogl_fixed_atan at Base 1.15.8
+ cogl_fixed_cos at Base 1.15.8
+ cogl_fixed_div at Base 1.15.8
+ cogl_fixed_get_type at Base 1.15.8
+ cogl_fixed_log2 at Base 1.15.8
+ cogl_fixed_mul at Base 1.15.8
+ cogl_fixed_mul_div at Base 1.15.8
+ cogl_fixed_pow2 at Base 1.15.8
+ cogl_fixed_pow at Base 1.15.8
+ cogl_fixed_sin at Base 1.15.8
+ cogl_fixed_sqrt at Base 1.15.8
+ cogl_fixed_tan at Base 1.15.8
+ cogl_flush at Base 1.15.8
+ cogl_fog_mode_get_type at Base 1.15.8
+ cogl_foreach_feature at Base 1.15.8
+ cogl_frame_info_get_frame_counter at Base 1.15.8
+ cogl_frame_info_get_output at Base 1.15.8
+ cogl_frame_info_get_presentation_time at Base 1.15.8
+ cogl_frame_info_get_refresh_rate at Base 1.15.8
+ cogl_framebuffer_add_fence_callback at Base 1.15.8
+ cogl_framebuffer_allocate at Base 1.15.8
+ cogl_framebuffer_cancel_fence_callback at Base 1.15.8
+ cogl_framebuffer_clear4f at Base 1.15.8
+ cogl_framebuffer_clear at Base 1.15.8
+ cogl_framebuffer_discard_buffers at Base 1.15.8
+ cogl_framebuffer_draw_attributes at Base 1.15.8
+ cogl_framebuffer_draw_indexed_attributes at Base 1.15.8
+ cogl_framebuffer_draw_multitextured_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_primitive at Base 1.15.8
+ cogl_framebuffer_draw_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_rectangles at Base 1.15.8
+ cogl_framebuffer_draw_textured_rectangle at Base 1.15.8
+ cogl_framebuffer_draw_textured_rectangles at Base 1.15.8
+ cogl_framebuffer_error_quark at Base 1.15.8
+ cogl_framebuffer_fill_path at Base 1.15.8
+ cogl_framebuffer_finish at Base 1.15.8
+ cogl_framebuffer_frustum at Base 1.15.8
+ cogl_framebuffer_get_alpha_bits at Base 1.15.8
+ cogl_framebuffer_get_blue_bits at Base 1.15.8
+ cogl_framebuffer_get_color_format at Base 1.15.8
+ cogl_framebuffer_get_color_mask at Base 1.15.8
+ cogl_framebuffer_get_context at Base 1.15.8
+ cogl_framebuffer_get_depth_bits at Base 1.15.8
+ cogl_framebuffer_get_depth_texture at Base 1.15.8
+ cogl_framebuffer_get_depth_texture_enabled at Base 1.15.8
+ cogl_framebuffer_get_dither_enabled at Base 1.15.8
+ cogl_framebuffer_get_green_bits at Base 1.15.8
+ cogl_framebuffer_get_height at Base 1.15.8
+ cogl_framebuffer_get_modelview_matrix at Base 1.15.8
+ cogl_framebuffer_get_projection_matrix at Base 1.15.8
+ cogl_framebuffer_get_red_bits at Base 1.15.8
+ cogl_framebuffer_get_samples_per_pixel at Base 1.15.8
+ cogl_framebuffer_get_viewport4fv at Base 1.15.8
+ cogl_framebuffer_get_viewport_height at Base 1.15.8
+ cogl_framebuffer_get_viewport_width at Base 1.15.8
+ cogl_framebuffer_get_viewport_x at Base 1.15.8
+ cogl_framebuffer_get_viewport_y at Base 1.15.8
+ cogl_framebuffer_get_width at Base 1.15.8
+ cogl_framebuffer_identity_matrix at Base 1.15.8
+ cogl_framebuffer_orthographic at Base 1.15.8
+ cogl_framebuffer_perspective at Base 1.15.8
+ cogl_framebuffer_pop_clip at Base 1.15.8
+ cogl_framebuffer_pop_matrix at Base 1.15.8
+ cogl_framebuffer_push_matrix at Base 1.15.8
+ cogl_framebuffer_push_path_clip at Base 1.15.8
+ cogl_framebuffer_push_primitive_clip at Base 1.15.8
+ cogl_framebuffer_push_rectangle_clip at Base 1.15.8
+ cogl_framebuffer_push_scissor_clip at Base 1.15.8
+ cogl_framebuffer_read_pixels at Base 1.15.8
+ cogl_framebuffer_read_pixels_into_bitmap at Base 1.15.8
+ cogl_framebuffer_resolve_samples at Base 1.15.8
+ cogl_framebuffer_resolve_samples_region at Base 1.15.8
+ cogl_framebuffer_rotate at Base 1.15.8
+ cogl_framebuffer_rotate_euler at Base 1.15.8
+ cogl_framebuffer_rotate_quaternion at Base 1.15.8
+ cogl_framebuffer_scale at Base 1.15.8
+ cogl_framebuffer_set_color_mask at Base 1.15.8
+ cogl_framebuffer_set_depth_texture_enabled at Base 1.15.8
+ cogl_framebuffer_set_dither_enabled at Base 1.15.8
+ cogl_framebuffer_set_modelview_matrix at Base 1.15.8
+ cogl_framebuffer_set_projection_matrix at Base 1.15.8
+ cogl_framebuffer_set_samples_per_pixel at Base 1.15.8
+ cogl_framebuffer_set_viewport at Base 1.15.8
+ cogl_framebuffer_stroke_path at Base 1.15.8
+ cogl_framebuffer_transform at Base 1.15.8
+ cogl_framebuffer_translate at Base 1.15.8
+ cogl_framebuffer_vdraw_attributes at Base 1.15.8
+ cogl_framebuffer_vdraw_indexed_attributes at Base 1.15.8
+ cogl_frustum at Base 1.15.8
+ cogl_get_backface_culling_enabled at Base 1.15.8
+ cogl_get_bitmasks at Base 1.15.8
+ cogl_get_clock_time at Base 1.15.8
+ cogl_get_depth_test_enabled at Base 1.15.8
+ cogl_get_draw_framebuffer at Base 1.15.8
+ cogl_get_features at Base 1.15.8
+ cogl_get_modelview_matrix at Base 1.15.8
+ cogl_get_option_group at Base 1.15.8
+ cogl_get_path at Base 1.15.8
+ cogl_get_proc_address at Base 1.15.8
+ cogl_get_projection_matrix at Base 1.15.8
+ cogl_get_rectangle_indices at Base 1.15.8
+ cogl_get_source at Base 1.15.8
+ cogl_get_static_identity_quaternion at Base 1.15.8
+ cogl_get_static_zero_quaternion at Base 1.15.8
+ cogl_get_viewport at Base 1.15.8
+ cogl_gles2_context_get_vtable at Base 1.15.8
+ cogl_gles2_context_new at Base 1.15.8
+ cogl_gles2_get_current_vtable at Base 1.15.8
+ cogl_gles2_texture_2d_new_from_handle at Base 1.15.8
+ cogl_gles2_texture_get_handle at Base 1.15.8
+ cogl_glib_renderer_source_new at Base 1.15.8
+ cogl_glib_source_new at Base 1.15.8
+ cogl_handle_get_type at Base 1.15.8
+ cogl_handle_ref at Base 1.15.8
+ cogl_handle_unref at Base 1.15.8
+ cogl_has_feature at Base 1.15.8
+ cogl_has_features at Base 1.15.8
+ cogl_index_buffer_allocate at Base 1.15.8
+ cogl_index_buffer_new at Base 1.15.8
+ cogl_indices_get_buffer at Base 1.15.8
+ cogl_indices_get_offset at Base 1.15.8
+ cogl_indices_get_type at Base 1.15.8
+ cogl_indices_new at Base 1.15.8
+ cogl_indices_new_for_buffer at Base 1.15.8
+ cogl_indices_set_offset at Base 1.15.8
+ cogl_indices_type_get_type at Base 1.15.8
+ cogl_is_attribute at Base 1.15.8
+ cogl_is_attribute_buffer at Base 1.15.8
+ cogl_is_bitmap at Base 1.15.8
+ cogl_is_buffer at Base 1.15.8
+ cogl_is_context at Base 1.15.8
+ cogl_is_display at Base 1.15.8
+ cogl_is_frame_info at Base 1.15.8
+ cogl_is_framebuffer at Base 1.15.8
+ cogl_is_gles2_context at Base 1.15.8
+ cogl_is_index_buffer at Base 1.15.8
+ cogl_is_indices at Base 1.15.8
+ cogl_is_journal at Base 1.15.8
+ cogl_is_material at Base 1.15.8
+ cogl_is_matrix_stack at Base 1.15.8
+ cogl_is_offscreen at Base 1.15.8
+ cogl_is_onscreen at Base 1.15.8
+ cogl_is_onscreen_template at Base 1.15.8
+ cogl_is_output at Base 1.15.8
+ cogl_is_path at Base 1.15.8
+ cogl_is_pipeline at Base 1.15.8
+ cogl_is_pixel_buffer at Base 1.15.8
+ cogl_is_primitive at Base 1.15.8
+ cogl_is_primitive_texture at Base 1.15.8
+ cogl_is_program at Base 1.15.8
+ cogl_is_renderer at Base 1.15.8
+ cogl_is_shader at Base 1.15.8
+ cogl_is_snippet at Base 1.15.8
+ cogl_is_sub_texture at Base 1.15.8
+ cogl_is_swap_chain at Base 1.15.8
+ cogl_is_texture at Base 1.15.8
+ cogl_is_texture_2d at Base 1.15.8
+ cogl_is_texture_2d_sliced at Base 1.15.8
+ cogl_is_texture_3d at Base 1.15.8
+ cogl_is_texture_pixmap_x11 at Base 1.15.8
+ cogl_is_texture_rectangle at Base 1.15.8
+ cogl_is_vertex_buffer at Base 1.15.8
+ cogl_is_vertex_buffer_indices at Base 1.15.8
+ cogl_material_alpha_func_get_type at Base 1.15.8
+ cogl_material_copy at Base 1.15.8
+ cogl_material_filter_get_type at Base 1.15.8
+ cogl_material_foreach_layer at Base 1.15.8
+ cogl_material_get_ambient at Base 1.15.8
+ cogl_material_get_color at Base 1.15.8
+ cogl_material_get_depth_state at Base 1.15.8
+ cogl_material_get_diffuse at Base 1.15.8
+ cogl_material_get_emission at Base 1.15.8
+ cogl_material_get_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_p at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_s at Base 1.15.8
+ cogl_material_get_layer_wrap_mode_t at Base 1.15.8
+ cogl_material_get_layers at Base 1.15.8
+ cogl_material_get_n_layers at Base 1.15.8
+ cogl_material_get_point_size at Base 1.15.8
+ cogl_material_get_shininess at Base 1.15.8
+ cogl_material_get_specular at Base 1.15.8
+ cogl_material_get_user_program at Base 1.15.8
+ cogl_material_layer_get_mag_filter at Base 1.15.8
+ cogl_material_layer_get_min_filter at Base 1.15.8
+ cogl_material_layer_get_texture at Base 1.15.8
+ cogl_material_layer_get_type at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_p at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_s at Base 1.15.8
+ cogl_material_layer_get_wrap_mode_t at Base 1.15.8
+ cogl_material_layer_type_get_type at Base 1.15.8
+ cogl_material_new at Base 1.15.8
+ cogl_material_ref at Base 1.15.8
+ cogl_material_remove_layer at Base 1.15.8
+ cogl_material_set_alpha_test_function at Base 1.15.8
+ cogl_material_set_ambient at Base 1.15.8
+ cogl_material_set_ambient_and_diffuse at Base 1.15.8
+ cogl_material_set_blend at Base 1.15.8
+ cogl_material_set_blend_constant at Base 1.15.8
+ cogl_material_set_color4f at Base 1.15.8
+ cogl_material_set_color4ub at Base 1.15.8
+ cogl_material_set_color at Base 1.15.8
+ cogl_material_set_depth_state at Base 1.15.8
+ cogl_material_set_diffuse at Base 1.15.8
+ cogl_material_set_emission at Base 1.15.8
+ cogl_material_set_layer at Base 1.15.8
+ cogl_material_set_layer_combine at Base 1.15.8
+ cogl_material_set_layer_combine_constant at Base 1.15.8
+ cogl_material_set_layer_filters at Base 1.15.8
+ cogl_material_set_layer_matrix at Base 1.15.8
+ cogl_material_set_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_material_set_layer_wrap_mode at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_p at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_s at Base 1.15.8
+ cogl_material_set_layer_wrap_mode_t at Base 1.15.8
+ cogl_material_set_point_size at Base 1.15.8
+ cogl_material_set_shininess at Base 1.15.8
+ cogl_material_set_specular at Base 1.15.8
+ cogl_material_set_user_program at Base 1.15.8
+ cogl_material_unref at Base 1.15.8
+ cogl_material_wrap_mode_get_type at Base 1.15.8
+ cogl_matrix_copy at Base 1.15.8
+ cogl_matrix_entry_calculate_translation at Base 1.15.8
+ cogl_matrix_entry_equal at Base 1.15.8
+ cogl_matrix_entry_get at Base 1.15.8
+ cogl_matrix_entry_is_identity at Base 1.15.8
+ cogl_matrix_entry_ref at Base 1.15.8
+ cogl_matrix_entry_unref at Base 1.15.8
+ cogl_matrix_equal at Base 1.15.8
+ cogl_matrix_free at Base 1.15.8
+ cogl_matrix_frustum at Base 1.15.8
+ cogl_matrix_get_array at Base 1.15.8
+ cogl_matrix_get_inverse at Base 1.15.8
+ cogl_matrix_init_from_array at Base 1.15.8
+ cogl_matrix_init_from_euler at Base 1.15.8
+ cogl_matrix_init_from_quaternion at Base 1.15.8
+ cogl_matrix_init_identity at Base 1.15.8
+ cogl_matrix_init_translation at Base 1.15.8
+ cogl_matrix_is_identity at Base 1.15.8
+ cogl_matrix_look_at at Base 1.15.8
+ cogl_matrix_multiply at Base 1.15.8
+ cogl_matrix_ortho at Base 1.15.8
+ cogl_matrix_orthographic at Base 1.15.8
+ cogl_matrix_perspective at Base 1.15.8
+ cogl_matrix_project_points at Base 1.15.8
+ cogl_matrix_rotate at Base 1.15.8
+ cogl_matrix_rotate_euler at Base 1.15.8
+ cogl_matrix_rotate_quaternion at Base 1.15.8
+ cogl_matrix_scale at Base 1.15.8
+ cogl_matrix_stack_frustum at Base 1.15.8
+ cogl_matrix_stack_get at Base 1.15.8
+ cogl_matrix_stack_get_entry at Base 1.15.8
+ cogl_matrix_stack_get_inverse at Base 1.15.8
+ cogl_matrix_stack_load_identity at Base 1.15.8
+ cogl_matrix_stack_multiply at Base 1.15.8
+ cogl_matrix_stack_new at Base 1.15.8
+ cogl_matrix_stack_orthographic at Base 1.15.8
+ cogl_matrix_stack_perspective at Base 1.15.8
+ cogl_matrix_stack_pop at Base 1.15.8
+ cogl_matrix_stack_push at Base 1.15.8
+ cogl_matrix_stack_rotate at Base 1.15.8
+ cogl_matrix_stack_rotate_euler at Base 1.15.8
+ cogl_matrix_stack_rotate_quaternion at Base 1.15.8
+ cogl_matrix_stack_scale at Base 1.15.8
+ cogl_matrix_stack_set at Base 1.15.8
+ cogl_matrix_stack_translate at Base 1.15.8
+ cogl_matrix_transform_point at Base 1.15.8
+ cogl_matrix_transform_points at Base 1.15.8
+ cogl_matrix_translate at Base 1.15.8
+ cogl_matrix_transpose at Base 1.15.8
+ cogl_matrix_view_2d_in_frustum at Base 1.15.8
+ cogl_matrix_view_2d_in_perspective at Base 1.15.8
+ cogl_meta_texture_foreach_in_region at Base 1.15.8
+ cogl_object_get_user_data at Base 1.15.8
+ cogl_object_ref at Base 1.15.8
+ cogl_object_set_user_data at Base 1.15.8
+ cogl_object_unref at Base 1.15.8
+ cogl_offscreen_new_to_texture at Base 1.15.8
+ cogl_offscreen_new_with_texture at Base 1.15.8
+ cogl_offscreen_ref at Base 1.15.8
+ cogl_offscreen_unref at Base 1.15.8
+ cogl_onscreen_add_dirty_callback at Base 1.15.8
+ cogl_onscreen_add_frame_callback at Base 1.15.8
+ cogl_onscreen_add_resize_callback at Base 1.15.8
+ cogl_onscreen_add_swap_buffers_callback at Base 1.15.8
+ cogl_onscreen_clutter_backend_set_size_CLUTTER at Base 1.15.8
+ cogl_onscreen_get_buffer_age at Base 1.15.8
+ cogl_onscreen_get_frame_counter at Base 1.15.8
+ cogl_onscreen_get_resizable at Base 1.15.8
+ cogl_onscreen_hide at Base 1.15.8
+ cogl_onscreen_new at Base 1.15.8
+ cogl_onscreen_remove_dirty_callback at Base 1.15.8
+ cogl_onscreen_remove_frame_callback at Base 1.15.8
+ cogl_onscreen_remove_resize_callback at Base 1.15.8
+ cogl_onscreen_remove_swap_buffers_callback at Base 1.15.8
+ cogl_onscreen_set_resizable at Base 1.15.8
+ cogl_onscreen_set_swap_throttled at Base 1.15.8
+ cogl_onscreen_show at Base 1.15.8
+ cogl_onscreen_swap_buffers at Base 1.15.8
+ cogl_onscreen_swap_buffers_with_damage at Base 1.15.8
+ cogl_onscreen_swap_region at Base 1.15.8
+ cogl_onscreen_template_error_quark at Base 1.15.8
+ cogl_onscreen_template_new at Base 1.15.8
+ cogl_onscreen_template_set_samples_per_pixel at Base 1.15.8
+ cogl_onscreen_template_set_swap_throttled at Base 1.15.8
+ cogl_ortho at Base 1.15.8
+ cogl_output_get_height at Base 1.15.8
+ cogl_output_get_mm_height at Base 1.15.8
+ cogl_output_get_mm_width at Base 1.15.8
+ cogl_output_get_refresh_rate at Base 1.15.8
+ cogl_output_get_subpixel_order at Base 1.15.8
+ cogl_output_get_width at Base 1.15.8
+ cogl_output_get_x at Base 1.15.8
+ cogl_output_get_y at Base 1.15.8
+ cogl_path_arc at Base 1.15.8
+ cogl_path_close at Base 1.15.8
+ cogl_path_copy at Base 1.15.8
+ cogl_path_curve_to at Base 1.15.8
+ cogl_path_ellipse at Base 1.15.8
+ cogl_path_fill at Base 1.15.8
+ cogl_path_fill_preserve at Base 1.15.8
+ cogl_path_fill_rule_get_type at Base 1.15.8
+ cogl_path_get_fill_rule at Base 1.15.8
+ cogl_path_line at Base 1.15.8
+ cogl_path_line_to at Base 1.15.8
+ cogl_path_move_to at Base 1.15.8
+ cogl_path_new at Base 1.15.8
+ cogl_path_polygon at Base 1.15.8
+ cogl_path_polyline at Base 1.15.8
+ cogl_path_rectangle at Base 1.15.8
+ cogl_path_rel_curve_to at Base 1.15.8
+ cogl_path_rel_line_to at Base 1.15.8
+ cogl_path_rel_move_to at Base 1.15.8
+ cogl_path_round_rectangle at Base 1.15.8
+ cogl_path_set_fill_rule at Base 1.15.8
+ cogl_path_stroke at Base 1.15.8
+ cogl_path_stroke_preserve at Base 1.15.8
+ cogl_perspective at Base 1.15.8
+ cogl_pipeline_add_layer_snippet at Base 1.15.8
+ cogl_pipeline_add_snippet at Base 1.15.8
+ cogl_pipeline_copy at Base 1.15.8
+ cogl_pipeline_foreach_layer at Base 1.15.8
+ cogl_pipeline_get_alpha_test_function at Base 1.15.8
+ cogl_pipeline_get_alpha_test_reference at Base 1.15.8
+ cogl_pipeline_get_ambient at Base 1.15.8
+ cogl_pipeline_get_color at Base 1.15.8
+ cogl_pipeline_get_color_mask at Base 1.15.8
+ cogl_pipeline_get_cull_face_mode at Base 1.15.8
+ cogl_pipeline_get_depth_state at Base 1.15.8
+ cogl_pipeline_get_diffuse at Base 1.15.8
+ cogl_pipeline_get_emission at Base 1.15.8
+ cogl_pipeline_get_front_face_winding at Base 1.15.8
+ cogl_pipeline_get_layer_mag_filter at Base 1.15.8
+ cogl_pipeline_get_layer_min_filter at Base 1.15.8
+ cogl_pipeline_get_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_pipeline_get_layer_texture at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_p at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_s at Base 1.15.8
+ cogl_pipeline_get_layer_wrap_mode_t at Base 1.15.8
+ cogl_pipeline_get_n_layers at Base 1.15.8
+ cogl_pipeline_get_per_vertex_point_size at Base 1.15.8
+ cogl_pipeline_get_point_size at Base 1.15.8
+ cogl_pipeline_get_shininess at Base 1.15.8
+ cogl_pipeline_get_specular at Base 1.15.8
+ cogl_pipeline_get_uniform_location at Base 1.15.8
+ cogl_pipeline_get_user_program at Base 1.15.8
+ cogl_pipeline_new at Base 1.15.8
+ cogl_pipeline_remove_layer at Base 1.15.8
+ cogl_pipeline_set_alpha_test_function at Base 1.15.8
+ cogl_pipeline_set_ambient at Base 1.15.8
+ cogl_pipeline_set_ambient_and_diffuse at Base 1.15.8
+ cogl_pipeline_set_blend at Base 1.15.8
+ cogl_pipeline_set_blend_constant at Base 1.15.8
+ cogl_pipeline_set_color4f at Base 1.15.8
+ cogl_pipeline_set_color4ub at Base 1.15.8
+ cogl_pipeline_set_color at Base 1.15.8
+ cogl_pipeline_set_color_mask at Base 1.15.8
+ cogl_pipeline_set_cull_face_mode at Base 1.15.8
+ cogl_pipeline_set_depth_state at Base 1.15.8
+ cogl_pipeline_set_diffuse at Base 1.15.8
+ cogl_pipeline_set_emission at Base 1.15.8
+ cogl_pipeline_set_front_face_winding at Base 1.15.8
+ cogl_pipeline_set_layer_combine at Base 1.15.8
+ cogl_pipeline_set_layer_combine_constant at Base 1.15.8
+ cogl_pipeline_set_layer_filters at Base 1.15.8
+ cogl_pipeline_set_layer_matrix at Base 1.15.8
+ cogl_pipeline_set_layer_null_texture at Base 1.15.8
+ cogl_pipeline_set_layer_point_sprite_coords_enabled at Base 1.15.8
+ cogl_pipeline_set_layer_texture at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_p at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_s at Base 1.15.8
+ cogl_pipeline_set_layer_wrap_mode_t at Base 1.15.8
+ cogl_pipeline_set_per_vertex_point_size at Base 1.15.8
+ cogl_pipeline_set_point_size at Base 1.15.8
+ cogl_pipeline_set_shininess at Base 1.15.8
+ cogl_pipeline_set_specular at Base 1.15.8
+ cogl_pipeline_set_uniform_1f at Base 1.15.8
+ cogl_pipeline_set_uniform_1i at Base 1.15.8
+ cogl_pipeline_set_uniform_float at Base 1.15.8
+ cogl_pipeline_set_uniform_int at Base 1.15.8
+ cogl_pipeline_set_uniform_matrix at Base 1.15.8
+ cogl_pipeline_set_user_program at Base 1.15.8
+ cogl_pixel_buffer_new at Base 1.15.8
+ cogl_pixel_format_get_type at Base 1.15.8
+ cogl_poll_renderer_dispatch at Base 1.15.8
+ cogl_poll_renderer_get_info at Base 1.15.8
+ cogl_polygon at Base 1.15.8
+ cogl_pop_draw_buffer at Base 1.15.8
+ cogl_pop_framebuffer at Base 1.15.8
+ cogl_pop_gles2_context at Base 1.15.8
+ cogl_pop_matrix at Base 1.15.8
+ cogl_pop_source at Base 1.15.8
+ cogl_primitive_copy at Base 1.15.8
+ cogl_primitive_draw at Base 1.15.8
+ cogl_primitive_foreach_attribute at Base 1.15.8
+ cogl_primitive_get_first_vertex at Base 1.15.8
+ cogl_primitive_get_indices at Base 1.15.8
+ cogl_primitive_get_mode at Base 1.15.8
+ cogl_primitive_get_n_vertices at Base 1.15.8
+ cogl_primitive_new at Base 1.15.8
+ cogl_primitive_new_p2 at Base 1.15.8
+ cogl_primitive_new_p2c4 at Base 1.15.8
+ cogl_primitive_new_p2t2 at Base 1.15.8
+ cogl_primitive_new_p2t2c4 at Base 1.15.8
+ cogl_primitive_new_p3 at Base 1.15.8
+ cogl_primitive_new_p3c4 at Base 1.15.8
+ cogl_primitive_new_p3t2 at Base 1.15.8
+ cogl_primitive_new_p3t2c4 at Base 1.15.8
+ cogl_primitive_new_with_attributes at Base 1.15.8
+ cogl_primitive_set_attributes at Base 1.15.8
+ cogl_primitive_set_first_vertex at Base 1.15.8
+ cogl_primitive_set_indices at Base 1.15.8
+ cogl_primitive_set_mode at Base 1.15.8
+ cogl_primitive_set_n_vertices at Base 1.15.8
+ cogl_primitive_texture_set_auto_mipmap at Base 1.15.8
+ cogl_program_attach_shader at Base 1.15.8
+ cogl_program_get_uniform_location at Base 1.15.8
+ cogl_program_link at Base 1.15.8
+ cogl_program_ref at Base 1.15.8
+ cogl_program_set_uniform_1f at Base 1.15.8
+ cogl_program_set_uniform_1i at Base 1.15.8
+ cogl_program_set_uniform_float at Base 1.15.8
+ cogl_program_set_uniform_int at Base 1.15.8
+ cogl_program_set_uniform_matrix at Base 1.15.8
+ cogl_program_uniform_1f at Base 1.15.8
+ cogl_program_uniform_1i at Base 1.15.8
+ cogl_program_uniform_float at Base 1.15.8
+ cogl_program_uniform_int at Base 1.15.8
+ cogl_program_uniform_matrix at Base 1.15.8
+ cogl_program_unref at Base 1.15.8
+ cogl_program_use at Base 1.15.8
+ cogl_push_draw_buffer at Base 1.15.8
+ cogl_push_framebuffer at Base 1.15.8
+ cogl_push_gles2_context at Base 1.15.8
+ cogl_push_matrix at Base 1.15.8
+ cogl_push_source at Base 1.15.8
+ cogl_quaternion_copy at Base 1.15.8
+ cogl_quaternion_dot_product at Base 1.15.8
+ cogl_quaternion_equal at Base 1.15.8
+ cogl_quaternion_free at Base 1.15.8
+ cogl_quaternion_get_rotation_angle at Base 1.15.8
+ cogl_quaternion_get_rotation_axis at Base 1.15.8
+ cogl_quaternion_init at Base 1.15.8
+ cogl_quaternion_init_from_angle_vector at Base 1.15.8
+ cogl_quaternion_init_from_array at Base 1.15.8
+ cogl_quaternion_init_from_euler at Base 1.15.8
+ cogl_quaternion_init_from_matrix at Base 1.15.8
+ cogl_quaternion_init_from_quaternion at Base 1.15.8
+ cogl_quaternion_init_from_x_rotation at Base 1.15.8
+ cogl_quaternion_init_from_y_rotation at Base 1.15.8
+ cogl_quaternion_init_from_z_rotation at Base 1.15.8
+ cogl_quaternion_init_identity at Base 1.15.8
+ cogl_quaternion_invert at Base 1.15.8
+ cogl_quaternion_multiply at Base 1.15.8
+ cogl_quaternion_nlerp at Base 1.15.8
+ cogl_quaternion_normalize at Base 1.15.8
+ cogl_quaternion_pow at Base 1.15.8
+ cogl_quaternion_slerp at Base 1.15.8
+ cogl_quaternion_squad at Base 1.15.8
+ cogl_read_pixels at Base 1.15.8
+ cogl_read_pixels_flags_get_type at Base 1.15.8
+ cogl_rectangle at Base 1.15.8
+ cogl_rectangle_with_multitexture_coords at Base 1.15.8
+ cogl_rectangle_with_texture_coords at Base 1.15.8
+ cogl_rectangles at Base 1.15.8
+ cogl_rectangles_with_texture_coords at Base 1.15.8
+ cogl_renderer_add_constraint at Base 1.15.8
+ cogl_renderer_check_onscreen_template at Base 1.15.8
+ cogl_renderer_connect at Base 1.15.8
+ cogl_renderer_error_get_type at Base 1.15.8
+ cogl_renderer_error_quark at Base 1.15.8
+ cogl_renderer_foreach_output at Base 1.15.8
+ cogl_renderer_get_driver at Base 1.15.8
+ cogl_renderer_get_n_fragment_texture_units at Base 1.15.8
+ cogl_renderer_get_winsys_id at Base 1.15.8
+ cogl_renderer_new at Base 1.15.8
+ cogl_renderer_remove_constraint at Base 1.15.8
+ cogl_renderer_set_driver at Base 1.15.8
+ cogl_renderer_set_winsys_id at Base 1.15.8
+ cogl_rotate at Base 1.15.8
+ cogl_scale at Base 1.15.8
+ cogl_set_backface_culling_enabled at Base 1.15.8
+ cogl_set_depth_test_enabled at Base 1.15.8
+ cogl_set_draw_buffer at Base 1.15.8
+ cogl_set_fog at Base 1.15.8
+ cogl_set_framebuffer at Base 1.15.8
+ cogl_set_modelview_matrix at Base 1.15.8
+ cogl_set_path at Base 1.15.8
+ cogl_set_projection_matrix at Base 1.15.8
+ cogl_set_source at Base 1.15.8
+ cogl_set_source_color4f at Base 1.15.8
+ cogl_set_source_color4ub at Base 1.15.8
+ cogl_set_source_color at Base 1.15.8
+ cogl_set_source_texture at Base 1.15.8
+ cogl_set_viewport at Base 1.15.8
+ cogl_shader_compile at Base 1.15.8
+ cogl_shader_get_info_log at Base 1.15.8
+ cogl_shader_get_type at Base 1.15.8
+ cogl_shader_is_compiled at Base 1.15.8
+ cogl_shader_ref at Base 1.15.8
+ cogl_shader_source at Base 1.15.8
+ cogl_shader_type_get_type at Base 1.15.8
+ cogl_shader_unref at Base 1.15.8
+ cogl_snippet_get_declarations at Base 1.15.8
+ cogl_snippet_get_hook at Base 1.15.8
+ cogl_snippet_get_post at Base 1.15.8
+ cogl_snippet_get_pre at Base 1.15.8
+ cogl_snippet_get_replace at Base 1.15.8
+ cogl_snippet_new at Base 1.15.8
+ cogl_snippet_set_declarations at Base 1.15.8
+ cogl_snippet_set_post at Base 1.15.8
+ cogl_snippet_set_pre at Base 1.15.8
+ cogl_snippet_set_replace at Base 1.15.8
+ cogl_sqrti at Base 1.15.8
+ cogl_sub_texture_get_parent at Base 1.15.8
+ cogl_sub_texture_new at Base 1.15.8
+ cogl_swap_chain_error_quark at Base 1.15.8
+ cogl_swap_chain_new at Base 1.15.8
+ cogl_swap_chain_set_has_alpha at Base 1.15.8
+ cogl_swap_chain_set_length at Base 1.15.8
+ cogl_system_error_get_type at Base 1.15.8
+ cogl_test_verbose at Base 1.15.8
+ cogl_texture_2d_new_from_bitmap at Base 1.15.8
+ cogl_texture_2d_new_from_data at Base 1.15.8
+ cogl_texture_2d_new_from_file at Base 1.15.8
+ cogl_texture_2d_new_from_foreign at Base 1.15.8
+ cogl_texture_2d_new_with_size at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_bitmap at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_data at Base 1.15.8
+ cogl_texture_2d_sliced_new_from_file at Base 1.15.8
+ cogl_texture_2d_sliced_new_with_size at Base 1.15.8
+ cogl_texture_3d_error_quark at Base 1.15.8
+ cogl_texture_3d_new_from_bitmap at Base 1.15.8
+ cogl_texture_3d_new_from_data at Base 1.15.8
+ cogl_texture_3d_new_with_size at Base 1.15.8
+ cogl_texture_allocate at Base 1.15.8
+ cogl_texture_error_get_type at Base 1.15.8
+ cogl_texture_error_quark at Base 1.15.8
+ cogl_texture_flags_get_type at Base 1.15.8
+ cogl_texture_get_data at Base 1.15.8
+ cogl_texture_get_format at Base 1.15.8
+ cogl_texture_get_gl_texture at Base 1.15.8
+ cogl_texture_get_height at Base 1.15.8
+ cogl_texture_get_max_waste at Base 1.15.8
+ cogl_texture_get_rowstride at Base 1.15.8
+ cogl_texture_get_width at Base 1.15.8
+ cogl_texture_is_sliced at Base 1.15.8
+ cogl_texture_new_from_bitmap at Base 1.15.8
+ cogl_texture_new_from_data at Base 1.15.8
+ cogl_texture_new_from_file at Base 1.15.8
+ cogl_texture_new_from_foreign at Base 1.15.8
+ cogl_texture_new_from_sub_texture at Base 1.15.8
+ cogl_texture_new_with_size at Base 1.15.8
+ cogl_texture_pixmap_x11_error_quark at Base 1.15.8
+ cogl_texture_pixmap_x11_is_using_tfp_extension at Base 1.15.8
+ cogl_texture_pixmap_x11_new at Base 1.15.8
+ cogl_texture_pixmap_x11_set_damage_object at Base 1.15.8
+ cogl_texture_pixmap_x11_update_area at Base 1.15.8
+ cogl_texture_rectangle_new_from_bitmap at Base 1.15.8
+ cogl_texture_rectangle_new_from_foreign at Base 1.15.8
+ cogl_texture_rectangle_new_with_size at Base 1.15.8
+ cogl_texture_ref at Base 1.15.8
+ cogl_texture_set_data at Base 1.15.8
+ cogl_texture_set_region at Base 1.15.8
+ cogl_texture_set_region_from_bitmap at Base 1.15.8
+ cogl_texture_type_get_type at Base 1.15.8
+ cogl_texture_unref at Base 1.15.8
+ cogl_transform at Base 1.15.8
+ cogl_translate at Base 1.15.8
+ cogl_vdraw_indexed_attributes at Base 1.15.8
+ cogl_vector3_add at Base 1.15.8
+ cogl_vector3_copy at Base 1.15.8
+ cogl_vector3_cross_product at Base 1.15.8
+ cogl_vector3_distance at Base 1.15.8
+ cogl_vector3_divide_scalar at Base 1.15.8
+ cogl_vector3_dot_product at Base 1.15.8
+ cogl_vector3_equal at Base 1.15.8
+ cogl_vector3_equal_with_epsilon at Base 1.15.8
+ cogl_vector3_free at Base 1.15.8
+ cogl_vector3_init at Base 1.15.8
+ cogl_vector3_init_zero at Base 1.15.8
+ cogl_vector3_invert at Base 1.15.8
+ cogl_vector3_magnitude at Base 1.15.8
+ cogl_vector3_multiply_scalar at Base 1.15.8
+ cogl_vector3_normalize at Base 1.15.8
+ cogl_vector3_subtract at Base 1.15.8
+ cogl_vertex_buffer_add at Base 1.15.8
+ cogl_vertex_buffer_delete at Base 1.15.8
+ cogl_vertex_buffer_disable at Base 1.15.8
+ cogl_vertex_buffer_draw at Base 1.15.8
+ cogl_vertex_buffer_draw_elements at Base 1.15.8
+ cogl_vertex_buffer_enable at Base 1.15.8
+ cogl_vertex_buffer_get_n_vertices at Base 1.15.8
+ cogl_vertex_buffer_indices_get_for_quads at Base 1.15.8
+ cogl_vertex_buffer_indices_get_type at Base 1.15.8
+ cogl_vertex_buffer_indices_new at Base 1.15.8
+ cogl_vertex_buffer_new at Base 1.15.8
+ cogl_vertex_buffer_ref at Base 1.15.8
+ cogl_vertex_buffer_submit at Base 1.15.8
+ cogl_vertex_buffer_unref at Base 1.15.8
+ cogl_vertices_mode_get_type at Base 1.15.8
+ cogl_viewport at Base 1.15.8
+ cogl_winding_get_type at Base 1.15.8
+ cogl_winsys_feature_get_type at Base 1.15.8
+ cogl_x11_onscreen_get_visual_xid at Base 1.15.8
+ cogl_x11_onscreen_get_window_xid at Base 1.15.8
+ cogl_x11_onscreen_set_foreign_window_xid at Base 1.15.8
+ cogl_xlib_get_display at Base 1.15.8
+ cogl_xlib_handle_event at Base 1.15.8
+ cogl_xlib_renderer_add_filter at Base 1.15.8
+ cogl_xlib_renderer_get_display at Base 1.15.8
+ cogl_xlib_renderer_get_foreign_display at Base 1.15.8
+ cogl_xlib_renderer_handle_event at Base 1.15.8
+ cogl_xlib_renderer_remove_filter at Base 1.15.8
+ cogl_xlib_renderer_set_event_retrieval_enabled at Base 1.15.8
+ cogl_xlib_renderer_set_foreign_display at Base 1.15.8
+ cogl_xlib_set_display at Base 1.15.8
+ test_ctx at Base 1.15.8
+ test_fb at Base 1.15.8
+ test_utils_check_pixel at Base 1.15.8
+ test_utils_check_pixel_and_alpha at Base 1.15.8
+ test_utils_check_pixel_rgb at Base 1.15.8
+ test_utils_check_region at Base 1.15.8
+ test_utils_compare_pixel at Base 1.15.8
+ test_utils_compare_pixel_and_alpha at Base 1.15.8
+ test_utils_create_color_texture at Base 1.15.8
+ test_utils_fini at Base 1.15.8
+ test_utils_init at Base 1.15.8
+ test_utils_texture_new_from_bitmap at Base 1.15.8
+ test_utils_texture_new_from_data at Base 1.15.8
+ test_utils_texture_new_with_size at Base 1.15.8
+ unit_test_check_bitmask_api at Base 1.15.8
+ unit_test_check_gl_blend_enable at Base 1.15.8
+ unit_test_check_mesa_driver_package_parser at Base 1.15.8
+ unit_test_check_point_size_shader at Base 1.15.8




More information about the pkg-gnome-commits mailing list