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

Unified Diff: gles/real_gles2_interface.h

Issue 3599002: wm: Add two pass rendering to OpenGL|ES backend. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/window_manager.git
Patch Set: final. Created 10 years, 2 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
« no previous file with comments | « gles/opengles_visitor.cc ('k') | gles/real_gles2_interface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gles/real_gles2_interface.h
diff --git a/gles/real_gles2_interface.h b/gles/real_gles2_interface.h
index 01892d4f2d8f455305c5c75911ab42fc745b6b7f..a42432f0bb2397b47a96d44157d6801f9995894a 100644
--- a/gles/real_gles2_interface.h
+++ b/gles/real_gles2_interface.h
@@ -70,6 +70,7 @@ class RealGles2Interface : public Gles2Interface {
void DeleteProgram(GLuint program);
void DeleteShader(GLuint shader);
void DeleteTextures(GLsizei n, const GLuint* textures);
+ void DepthMask(GLboolean flag);
void Disable(GLenum cap);
void DisableVertexAttribArray(GLuint index);
void DrawArrays(GLenum mode, GLint first, GLsizei count);
« no previous file with comments | « gles/opengles_visitor.cc ('k') | gles/real_gles2_interface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698