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

Unified Diff: gpu/command_buffer/client/gles2_cmd_helper_autogen.h

Issue 132543002: Not for review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/client/gles2_cmd_helper_autogen.h
diff --git a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
index 76a9f4a1267d6d50dec0bd5add7678db75558c86..ff04a95eb3131adb514474d41f3729a4d0e0d3e3 100644
--- a/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
+++ b/gpu/command_buffer/client/gles2_cmd_helper_autogen.h
@@ -1787,6 +1787,19 @@
}
}
+ void SetOverlayPlaneCHROMIUM(GLint plane_id,
+ GLenum texture_id,
+ GLint x,
+ GLint y,
+ GLint width,
+ GLint height) {
+ gles2::cmds::SetOverlayPlaneCHROMIUM* c =
+ GetCmdSpace<gles2::cmds::SetOverlayPlaneCHROMIUM>();
+ if (c) {
+ c->Init(plane_id, texture_id, x, y, width, height);
+ }
+ }
+
void TexImageIOSurface2DCHROMIUM(
GLenum target, GLsizei width, GLsizei height, GLuint ioSurfaceId,
GLuint plane) {

Powered by Google App Engine
This is Rietveld 408576698