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

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: Rebasing TOT! 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 b96fdae37805a00d0dc9a0aff53b7d8afda7f7b8..112889c5bb83c7f6b2be959e7e84276cd069a24e 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,
@@ -2692,10 +2689,6 @@ extern const NameToFunc g_gles2_function_table[] = {
reinterpret_cast<GLES2FunctionPointer>(glGetUniformsES3CHROMIUM),
},
{
- "glCreateStreamTextureCHROMIUM",
- reinterpret_cast<GLES2FunctionPointer>(glCreateStreamTextureCHROMIUM),
- },
- {
"glCreateImageCHROMIUM",
reinterpret_cast<GLES2FunctionPointer>(glCreateImageCHROMIUM),
},
« no previous file with comments | « gpu/command_buffer/client/gl_in_process_context.cc ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698