| Index: gpu/command_buffer/common/gles2_cmd_format_autogen.h
|
| diff --git a/gpu/command_buffer/common/gles2_cmd_format_autogen.h b/gpu/command_buffer/common/gles2_cmd_format_autogen.h
|
| index d36c079d0d3bdf30e40f881718bf3e3cf0b6ad7c..ff02094ec043ee9f7143479193f07fa12aab3286 100644
|
| --- a/gpu/command_buffer/common/gles2_cmd_format_autogen.h
|
| +++ b/gpu/command_buffer/common/gles2_cmd_format_autogen.h
|
| @@ -12793,7 +12793,7 @@ struct ProduceTextureCHROMIUMImmediate {
|
| static const uint8_t cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(1);
|
|
|
| static uint32_t ComputeDataSize() {
|
| - return static_cast<uint32_t>(sizeof(GLbyte) * 64);
|
| + return static_cast<uint32_t>(sizeof(GLbyte) * 16);
|
| }
|
|
|
| static uint32_t ComputeSize() {
|
| @@ -12832,7 +12832,7 @@ struct ProduceTextureDirectCHROMIUMImmediate {
|
| static const uint8_t cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(1);
|
|
|
| static uint32_t ComputeDataSize() {
|
| - return static_cast<uint32_t>(sizeof(GLbyte) * 64);
|
| + return static_cast<uint32_t>(sizeof(GLbyte) * 16);
|
| }
|
|
|
| static uint32_t ComputeSize() {
|
| @@ -12881,7 +12881,7 @@ struct ConsumeTextureCHROMIUMImmediate {
|
| static const uint8_t cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(2);
|
|
|
| static uint32_t ComputeDataSize() {
|
| - return static_cast<uint32_t>(sizeof(GLbyte) * 64);
|
| + return static_cast<uint32_t>(sizeof(GLbyte) * 16);
|
| }
|
|
|
| static uint32_t ComputeSize() {
|
| @@ -12920,7 +12920,7 @@ struct CreateAndConsumeTextureINTERNALImmediate {
|
| static const uint8_t cmd_flags = CMD_FLAG_SET_TRACE_LEVEL(2);
|
|
|
| static uint32_t ComputeDataSize() {
|
| - return static_cast<uint32_t>(sizeof(GLbyte) * 64);
|
| + return static_cast<uint32_t>(sizeof(GLbyte) * 16);
|
| }
|
|
|
| static uint32_t ComputeSize() {
|
|
|