diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 22:53:06 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-18 22:53:06 +0000 |
commit | 269200b1c5008621167dbd619576281337b421a4 (patch) | |
tree | 80b10bbac1a929710fd5340b44caafefec30ea9a /ppapi/c/dev | |
parent | 4ea77949af577e920f8ee3dff283289d8c80b413 (diff) | |
download | chromium_src-269200b1c5008621167dbd619576281337b421a4.zip chromium_src-269200b1c5008621167dbd619576281337b421a4.tar.gz chromium_src-269200b1c5008621167dbd619576281337b421a4.tar.bz2 |
Renames Chrome only GL extension functions to follow
GL naming convention.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/5210001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66695 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/dev')
-rw-r--r-- | ppapi/c/dev/ppb_opengles_dev.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/ppapi/c/dev/ppb_opengles_dev.h b/ppapi/c/dev/ppb_opengles_dev.h index 707fab2b..30206a2 100644 --- a/ppapi/c/dev/ppb_opengles_dev.h +++ b/ppapi/c/dev/ppb_opengles_dev.h @@ -228,20 +228,6 @@ struct PPB_OpenGLES_Dev { GLsizei stride, const void* ptr); void (*Viewport)(GLint x, GLint y, GLsizei width, GLsizei height); void (*SwapBuffers)(); - GLuint (*GetMaxValueInBuffer)( - GLuint buffer_id, GLsizei count, GLenum type, GLuint offset); - void (*GenSharedIds)( - GLuint namespace_id, GLuint id_offset, GLsizei n, GLuint* ids); - void (*DeleteSharedIds)(GLuint namespace_id, GLsizei n, const GLuint* ids); - void (*RegisterSharedIds)(GLuint namespace_id, GLsizei n, const GLuint* ids); - GLboolean (*CommandBufferEnable)(const char* feature); - void* (*MapBufferSubData)( - GLuint target, GLintptr offset, GLsizeiptr size, GLenum access); - void (*UnmapBufferSubData)(const void* mem); - void* (*MapTexSubImage2D)( - GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, - GLsizei height, GLenum format, GLenum type, GLenum access); - void (*UnmapTexSubImage2D)(const void* mem); void (*CopyTextureToParentTexture)( GLuint client_child_id, GLuint client_parent_id); }; |