| 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..eff496e2736320e7813cfe8df533c803ed102c9d 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_utils.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_utils.h
|
| @@ -137,6 +137,8 @@ class GLES2_UTILS_EXPORT GLES2Util {
|
|
|
| static size_t GLTargetToFaceIndex(uint32_t target);
|
|
|
| + static uint32_t GLTextureTargetToBindingTarget(uint32_t textarget);
|
| +
|
| static uint32_t GetPreferredGLReadPixelsFormat(uint32_t internal_format);
|
|
|
| static uint32_t GetPreferredGLReadPixelsType(
|
|
|