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

Unified Diff: gpu/command_buffer/client/gles2_implementation.cc

Issue 2257533007: Autogenerate CreateAndConsumeTextureCHROMIUM handler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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.cc
diff --git a/gpu/command_buffer/client/gles2_implementation.cc b/gpu/command_buffer/client/gles2_implementation.cc
index d2f959c11b23f2ce34f6cd3c01ac053595704877..d660b99c445387ee40c3fd8a94fce65c7979bc8d 100644
--- a/gpu/command_buffer/client/gles2_implementation.cc
+++ b/gpu/command_buffer/client/gles2_implementation.cc
@@ -5711,7 +5711,7 @@ GLuint GLES2Implementation::CreateAndConsumeTextureCHROMIUM(
"GenMailboxCHROMIUM.";
GLuint client_id;
GetIdHandler(id_namespaces::kTextures)->MakeIds(this, 0, 1, &client_id);
- helper_->CreateAndConsumeTextureCHROMIUMImmediate(target,
+ helper_->CreateAndConsumeTextureINTERNALImmediate(target,
client_id, data);
if (share_group_->bind_generates_resource())
helper_->CommandBufferHelper::Flush();
« no previous file with comments | « gpu/command_buffer/client/gles2_cmd_helper_autogen.h ('k') | gpu/command_buffer/client/gles2_implementation_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698