| Index: gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| diff --git a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| index e9696c42cc78b6d9f675de45b92fc0b16d36466c..d568a192f6c866ea570d6a53d9142a4aab9b468f 100644
|
| --- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| +++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
|
| @@ -444,7 +444,9 @@ TEST_F(GLES2ImplementationTest, FrontFace) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, GenBuffers) {
|
| - GLuint ids[2] = {0, };
|
| + GLuint ids[2] = {
|
| + 0,
|
| + };
|
| struct Cmds {
|
| cmds::GenBuffersImmediate gen;
|
| GLuint data[2];
|
| @@ -471,7 +473,9 @@ TEST_F(GLES2ImplementationTest, GenerateMipmap) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, GenFramebuffers) {
|
| - GLuint ids[2] = {0, };
|
| + GLuint ids[2] = {
|
| + 0,
|
| + };
|
| struct Cmds {
|
| cmds::GenFramebuffersImmediate gen;
|
| GLuint data[2];
|
| @@ -487,7 +491,9 @@ TEST_F(GLES2ImplementationTest, GenFramebuffers) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, GenRenderbuffers) {
|
| - GLuint ids[2] = {0, };
|
| + GLuint ids[2] = {
|
| + 0,
|
| + };
|
| struct Cmds {
|
| cmds::GenRenderbuffersImmediate gen;
|
| GLuint data[2];
|
| @@ -503,7 +509,9 @@ TEST_F(GLES2ImplementationTest, GenRenderbuffers) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, GenTextures) {
|
| - GLuint ids[2] = {0, };
|
| + GLuint ids[2] = {
|
| + 0,
|
| + };
|
| struct Cmds {
|
| cmds::GenTexturesImmediate gen;
|
| GLuint data[2];
|
| @@ -1583,7 +1591,9 @@ TEST_F(GLES2ImplementationTest, TexStorage2DEXT) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, GenQueriesEXT) {
|
| - GLuint ids[2] = {0, };
|
| + GLuint ids[2] = {
|
| + 0,
|
| + };
|
| struct Cmds {
|
| cmds::GenQueriesEXTImmediate gen;
|
| GLuint data[2];
|
| @@ -1627,7 +1637,9 @@ TEST_F(GLES2ImplementationTest, PopGroupMarkerEXT) {
|
| }
|
|
|
| TEST_F(GLES2ImplementationTest, GenVertexArraysOES) {
|
| - GLuint ids[2] = {0, };
|
| + GLuint ids[2] = {
|
| + 0,
|
| + };
|
| struct Cmds {
|
| cmds::GenVertexArraysOESImmediate gen;
|
| GLuint data[2];
|
|
|