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

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

Issue 2770713005: Implement most of the remaining entry points in the passthrough cmd decoder. (Closed)
Patch Set: Created 3 years, 9 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 4af50ad6f5d4e753636b83bb00f287c205a0262c..f4ba546d71723b094b987ccc1551ac2297d1f241 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
@@ -215,8 +215,6 @@ error::Error DoGetActiveUniformsiv(GLuint program,
GLsizei count,
const GLuint* indices,
GLenum pname,
- GLsizei bufSize,
- GLsizei* length,
GLint* params);
error::Error DoGetAttachedShaders(GLuint program,
GLsizei maxcount,
@@ -358,7 +356,6 @@ error::Error DoGetUniformIndices(GLuint program,
GLsizei count,
const char* const* names,
GLsizei bufSize,
- GLsizei* length,
GLuint* indices);
error::Error DoGetUniformLocation(GLuint program,
const char* name,

Powered by Google App Engine
This is Rietveld 408576698