| Index: gpu/command_buffer/cmd_buffer_functions.txt
|
| diff --git a/gpu/command_buffer/cmd_buffer_functions.txt b/gpu/command_buffer/cmd_buffer_functions.txt
|
| index f9914a9fd0445c0d9eb079a7ad4ee6ee8b6d47c4..5e46bc9efab505e7179bd3cf803e8670ef689488 100644
|
| --- a/gpu/command_buffer/cmd_buffer_functions.txt
|
| +++ b/gpu/command_buffer/cmd_buffer_functions.txt
|
| @@ -173,6 +173,9 @@ GL_APICALL void GL_APIENTRY glGenSharedIdsCHROMIUM (GLuint namespace_id,
|
| GL_APICALL void GL_APIENTRY glDeleteSharedIdsCHROMIUM (GLuint namespace_id, GLsizeiNotNegative n, const GLuint* ids);
|
| GL_APICALL void GL_APIENTRY glRegisterSharedIdsCHROMIUM (GLuint namespace_id, GLsizeiNotNegative n, const GLuint* ids);
|
| GL_APICALL GLboolean GL_APIENTRY glEnableFeatureCHROMIUM (const char* feature);
|
| +GL_APICALL void* GL_APIENTRY glMapBufferCHROMIUM (GLuint target, GLenum access);
|
| +GL_APICALL GLboolean GL_APIENTRY glUnmapBufferCHROMIUM (GLuint target);
|
| +
|
| GL_APICALL void* GL_APIENTRY glMapBufferSubDataCHROMIUM (GLuint target, GLintptrNotNegative offset, GLsizeiptr size, GLenum access);
|
| GL_APICALL void GL_APIENTRY glUnmapBufferSubDataCHROMIUM (const void* mem);
|
| GL_APICALL void* GL_APIENTRY glMapTexSubImage2DCHROMIUM (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, GLenum access);
|
|
|