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

Unified Diff: gles/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 | « no previous file | gles/opengles_visitor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gles/gles2_interface.h
diff --git a/gles/gles2_interface.h b/gles/gles2_interface.h
index 66a392857ce3c4e3c9b35cf9291de5376ff272a4..8862d8bfbb9a80e33f54f10c185628221506d3f5 100644
--- a/gles/gles2_interface.h
+++ b/gles/gles2_interface.h
@@ -73,6 +73,7 @@ class Gles2Interface : virtual public GLInterfaceBase {
virtual void DeleteProgram(GLuint program) = 0;
virtual void DeleteShader(GLuint shader) = 0;
virtual void DeleteTextures(GLsizei n, const GLuint* textures) = 0;
+ virtual void DepthMask(GLboolean flag) = 0;
virtual void Disable(GLenum cap) = 0;
virtual void DisableVertexAttribArray(GLuint index) = 0;
virtual void DrawArrays(GLenum mode, GLint first, GLsizei count) = 0;
« no previous file with comments | « no previous file | gles/opengles_visitor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698