Index: gpu/command_buffer/build_gles2_cmd_buffer.py |
=================================================================== |
--- gpu/command_buffer/build_gles2_cmd_buffer.py (revision 42644) |
+++ gpu/command_buffer/build_gles2_cmd_buffer.py (working copy) |
@@ -1178,6 +1178,11 @@ |
'cmd_args': |
'GLuint shader, const char* data', |
}, |
+ 'SwapBuffers': { |
+ 'type': 'Custom', |
+ 'impl_func': False, |
+ 'unit_test': False, |
+ }, |
'TexImage2D': {'type': 'Manual', 'immediate': True}, |
'TexParameterf': {'decoder_func': 'DoTexParameterf'}, |
'TexParameteri': {'decoder_func': 'DoTexParameteri'}, |
@@ -1222,11 +1227,6 @@ |
'cmd_args': 'GLuint indx, GLint size, GLenum type, GLboolean normalized, ' |
'GLsizei stride, GLuint offset', |
}, |
- 'SwapBuffers': { |
- 'impl_func': False, |
- 'decoder_func': 'DoSwapBuffers', |
- 'unit_test': False, |
- }, |
} |