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

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

Issue 2388653002: gpu: Add CHROMIUM_texture_from_image spec and fence support.
Patch Set: rebase Created 4 years, 1 month 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 e0b5487a5e25b47faf058802038beff56c1daa98..67a7f1b1766822e8d81c5cad7b3e8980e4d08d1e 100644
--- a/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
+++ b/gpu/command_buffer/client/gles2_implementation_unittest_autogen.h
@@ -2772,9 +2772,9 @@ TEST_F(GLES2ImplementationTest, BindTexImage2DCHROMIUM) {
cmds::BindTexImage2DCHROMIUM cmd;
};
Cmds expected;
- expected.cmd.Init(GL_TEXTURE_2D, 2);
+ expected.cmd.Init(GL_TEXTURE_2D, 2, 3);
- gl_->BindTexImage2DCHROMIUM(GL_TEXTURE_2D, 2);
+ gl_->BindTexImage2DCHROMIUM(GL_TEXTURE_2D, 2, 3);
EXPECT_EQ(0, memcmp(&expected, commands_, sizeof(expected)));
}
« no previous file with comments | « gpu/command_buffer/client/gles2_implementation_impl_autogen.h ('k') | gpu/command_buffer/client/gles2_interface_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698