| Index: gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h
|
| ===================================================================
|
| --- gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h (revision 47428)
|
| +++ gpu/command_buffer/service/gles2_cmd_validation_implementation_autogen.h (working copy)
|
| @@ -82,15 +82,6 @@
|
| }
|
| }
|
|
|
| -bool ValidateGLenumCommandBufferState(GLenum value) {
|
| - switch (value) {
|
| - case GLES2_ALLOW_BUFFERS_ON_MULTIPLE_TARGETS:
|
| - return true;
|
| - default:
|
| - return false;
|
| - }
|
| -}
|
| -
|
| bool ValidateGLenumCompressedTextureFormat(GLenum value) {
|
| switch (value) {
|
| case GL_COMPRESSED_RGB_S3TC_DXT1_EXT:
|
|
|