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

Unified Diff: gpu/command_buffer/build_gles2_cmd_buffer.py

Issue 2648893002: Remove remaining traces of CreateGpuMemoryBufferImageCHROMIUM (Closed)
Patch Set: Rebase, but don't pull in extra changes... Created 3 years, 10 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/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/client/client_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/command_buffer/build_gles2_cmd_buffer.py
diff --git a/gpu/command_buffer/build_gles2_cmd_buffer.py b/gpu/command_buffer/build_gles2_cmd_buffer.py
index bbb60373867a80f824548be19ebf11b6b58dec11..7d04b730c0f950173afb4354efba51ccdfe41e87 100755
--- a/gpu/command_buffer/build_gles2_cmd_buffer.py
+++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
@@ -2146,12 +2146,6 @@ _NAMED_TYPE_INFO = {
'GL_RGBA',
],
},
- 'ImageUsage': {
- 'type': 'GLenum',
- 'valid': [
- 'GL_READ_WRITE_CHROMIUM',
- ],
- },
'UniformParameter': {
'type': 'GLenum',
'is_complete': True,
@@ -2670,14 +2664,6 @@ _FUNCTION_INFO = {
'extension': "CHROMIUM_image",
'trace_level': 1,
},
- 'CreateGpuMemoryBufferImageCHROMIUM': {
- 'type': 'NoCommand',
- 'cmd_args':
- 'GLsizei width, GLsizei height, GLenum internalformat, GLenum usage',
- 'result': ['GLuint'],
- 'extension': "CHROMIUM_gpu_memory_buffer_image",
- 'trace_level': 1,
- },
'DescheduleUntilFinishedCHROMIUM': {
'type': 'Custom',
'decoder_func': 'DoDescheduleUntilFinishedCHROMIUM',
« no previous file with comments | « gpu/GLES2/gl2extchromium.h ('k') | gpu/command_buffer/client/client_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698