Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: gpu/command_buffer/client/gles2_c_lib_autogen.h

Issue 1385883002: Leave CreateStreamTexture route id out of the GL interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: gpu/command_buffer/client/gles2_c_lib_autogen.h
diff --git a/gpu/command_buffer/client/gles2_c_lib_autogen.h b/gpu/command_buffer/client/gles2_c_lib_autogen.h
index 1e707668d71a38d6b75f024f7864db4941fca1a8..e556c73302f94e23fbde6b73c5b90b5de1886f1c 100644
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
@@ -1294,9 +1294,6 @@ void GL_APIENTRY GLES2GetUniformsES3CHROMIUM(GLuint program,
void* info) {
gles2::GetGLContext()->GetUniformsES3CHROMIUM(program, bufsize, size, info);
}
-GLuint GL_APIENTRY GLES2CreateStreamTextureCHROMIUM(GLuint texture) {
- return gles2::GetGLContext()->CreateStreamTextureCHROMIUM(texture);
-}
GLuint GL_APIENTRY GLES2CreateImageCHROMIUM(ClientBuffer buffer,
GLsizei width,
GLsizei height,
@@ -2682,10 +2679,6 @@ extern const NameToFunc g_gles2_function_table[] = {
reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM),
},
{
- "glCreateStreamTextureCHROMIUM",
- reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM),
- },
- {
"glCreateImageCHROMIUM",
reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM),
},

Powered by Google App Engine
This is Rietveld 408576698