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

Unified Diff: gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc

Issue 2656563002: Support cube map dest target for CopyTextureCHROMIUM extension (Closed)
Patch Set: fix nits Created 3 years, 11 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/tests/gl_copy_tex_image_2d_workaround_unittest.cc
diff --git a/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc b/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
index 1e248631aa2ab630f1abca755e680ef3b4ed70e2..050fc42c36f78cd4f1f54c60ff3091cb5a405b72 100644
--- a/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
+++ b/gpu/command_buffer/tests/gl_copy_tex_image_2d_workaround_unittest.cc
@@ -168,9 +168,9 @@ TEST_P(GLCopyTexImage2DWorkaroundTest, UseIntermediaryTexture) {
glViewport(0, 0, width, height);
std::string fragment_shader_source =
GetFragmentShaderSource(dest_target, gfx::Size(width, height));
- GLTestHelper::DrawTextureQuad(kSimpleVertexShader,
+ GLTestHelper::DrawTextureQuad(dest_target, kSimpleVertexShader,
fragment_shader_source.c_str(), "a_position",
- "u_texture");
+ "u_texture", nullptr);
// Verify.
const uint8_t* expected = expectations[i];
« no previous file with comments | « gpu/command_buffer/service/gles2_cmd_decoder.cc ('k') | gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698