diff options
Diffstat (limited to 'gpu/command_buffer/common/gles2_cmd_utils.h')
-rw-r--r-- | gpu/command_buffer/common/gles2_cmd_utils.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h index 99b17e5..b2da669 100644 --- a/gpu/command_buffer/common/gles2_cmd_utils.h +++ b/gpu/command_buffer/common/gles2_cmd_utils.h @@ -34,10 +34,6 @@ class GLES2Util { static size_t GetGLTypeSizeForTexturesAndBuffers(uint32 type); - static uint32 GLErrorToErrorBit(uint32 gl_error); - - static uint32 GLErrorBitToGLError(uint32 error_bit); - private: int num_compressed_texture_formats_; }; |