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

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

Issue 2134793002: Remove the command buffer method glGetImageivCHROMIUM. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge conflict. Created 4 years, 5 months 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
« no previous file with comments | « gpu/command_buffer/client/client_test_helper.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 638e5a294b47ec1ae0bdb911a49bdc09857c844d..136c12e962f50b2e1e99d48898bcb05e9d69ece3 100644
--- a/gpu/command_buffer/client/gles2_c_lib_autogen.h
+++ b/gpu/command_buffer/client/gles2_c_lib_autogen.h
@@ -1316,11 +1316,6 @@ GLES2CreateGpuMemoryBufferImageCHROMIUM(GLsizei width,
return gles2::GetGLContext()->CreateGpuMemoryBufferImageCHROMIUM(
width, height, internalformat, usage);
}
-void GL_APIENTRY GLES2GetImageivCHROMIUM(GLuint image_id,
- GLenum param,
- GLint* data) {
- gles2::GetGLContext()->GetImageivCHROMIUM(image_id, param, data);
-}
void GL_APIENTRY GLES2DescheduleUntilFinishedCHROMIUM() {
gles2::GetGLContext()->DescheduleUntilFinishedCHROMIUM();
}
@@ -2705,10 +2700,6 @@ extern const NameToFunc g_gles2_function_table[] = {
glCreateGpuMemoryBufferImageCHROMIUM),
},
{
- "glGetImageivCHROMIUM",
- reinterpret_cast<GLES2FunctionPointer>(glGetImageivCHROMIUM),
- },
- {
"glDescheduleUntilFinishedCHROMIUM",
reinterpret_cast<GLES2FunctionPointer>(
glDescheduleUntilFinishedCHROMIUM),
« no previous file with comments | « gpu/command_buffer/client/client_test_helper.h ('k') | gpu/command_buffer/client/gles2_implementation.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698