Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Unified Diff: gpu/command_buffer/client/gles2_implementation_unittest_autogen.h

Issue 247283005: Update GPU command buffer auto formatting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Remove mojo/ change. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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];
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_stub_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698