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

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: Handle bind_generates_resource 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 e250a94669e19e25315d21b598128f220b1fdc71..0658e7c717c0736ba804aa1c96d558bd70fdfb32 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
@@ -755,13 +755,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