| Index: gpu/command_buffer/common/gles2_cmd_utils.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_utils.h b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| index 4946205b365b74c001c1ecf76ad37e8688af89df..69efb0b4caf35741e020f22f608c67ccd13a191e 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -186,6 +186,10 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
|
|
| static uint32_t MapBufferTargetToBindingEnum(uint32_t target);
|
|
|
| + static bool IsUnsignedIntegerFormat(uint32_t internal_format);
|
| + static bool IsSignedIntegerFormat(uint32_t internal_format);
|
| + static bool IsIntegerFormat(uint32_t internal_format);
|
| +
|
| #include "../common/gles2_cmd_utils_autogen.h"
|
|
|
| private:
|
|
|