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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h

Issue 2317363005: Add basic GL functionality to the passthrough command buffer. (Closed)
Patch Set: Address zmo's comments. Created 4 years, 3 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/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
diff --git a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
index c5cb28bb88d097a1dffcd61857fb2bc489f1c049..70437f80ff0d1169b7fcf7a300d49bb343db47cd 100644
--- a/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
+++ b/gpu/command_buffer/service/gles2_cmd_decoder_passthrough_doer_prototypes.h
@@ -751,13 +751,13 @@ error::Error DoDrawElementsInstancedANGLE(GLenum mode,
error::Error DoVertexAttribDivisorANGLE(GLuint index, GLuint divisor);
error::Error DoProduceTextureCHROMIUM(GLenum target,
const volatile GLbyte* mailbox);
-error::Error DoProduceTextureDirectCHROMIUM(GLuint texture,
+error::Error DoProduceTextureDirectCHROMIUM(GLuint texture_client_id,
GLenum target,
const volatile GLbyte* mailbox);
error::Error DoConsumeTextureCHROMIUM(GLenum target,
const volatile GLbyte* mailbox);
error::Error DoCreateAndConsumeTextureINTERNAL(GLenum target,
- GLuint texture,
+ GLuint texture_client_id,
const volatile GLbyte* mailbox);
error::Error DoBindUniformLocationCHROMIUM(GLuint program,
GLint location,

Powered by Google App Engine
This is Rietveld 408576698