| 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 4eb9c4731df57bc494657a10c7840f74082beea0..f812a0ef0c6431b0577fecabc4d0ca82bb275f57 100755
|
| --- a/gpu/command_buffer/build_gles2_cmd_buffer.py
|
| +++ b/gpu/command_buffer/build_gles2_cmd_buffer.py
|
| @@ -2447,6 +2447,14 @@ _FUNCTION_INFO = {
|
| 'type': 'Manual',
|
| 'immediate': False,
|
| 'client_test': False,
|
| + 'cmd_args': 'GLenumTextureTarget target, GLint level, '
|
| + 'GLintTextureInternalFormat internalformat, '
|
| + 'GLsizei width, GLsizei height, '
|
| + 'GLintTextureBorder border, '
|
| + 'GLenumTextureFormat format, GLenumPixelType type, '
|
| + 'const void* pixels, '
|
| + 'uint32 async_upload_token, '
|
| + 'void* sync_data',
|
| 'extension': True,
|
| 'chromium': True,
|
| },
|
| @@ -2454,6 +2462,13 @@ _FUNCTION_INFO = {
|
| 'type': 'Manual',
|
| 'immediate': False,
|
| 'client_test': False,
|
| + 'cmd_args': 'GLenumTextureTarget target, GLint level, '
|
| + 'GLint xoffset, GLint yoffset, '
|
| + 'GLsizei width, GLsizei height, '
|
| + 'GLenumTextureFormat format, GLenumPixelType type, '
|
| + 'const void* data, '
|
| + 'uint32 async_upload_token, '
|
| + 'void* sync_data',
|
| 'extension': True,
|
| 'chromium': True,
|
| },
|
| @@ -2464,6 +2479,13 @@ _FUNCTION_INFO = {
|
| 'extension': True,
|
| 'chromium': True,
|
| },
|
| + 'WaitAllAsyncTexImage2DCHROMIUM': {
|
| + 'type': 'Manual',
|
| + 'immediate': False,
|
| + 'client_test': False,
|
| + 'extension': True,
|
| + 'chromium': True,
|
| + },
|
| 'DiscardFramebufferEXT': {
|
| 'type': 'PUTn',
|
| 'count': 1,
|
|
|