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

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

Issue 10836185: Implement GL_EXT_debug_marker (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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_implementation_autogen.h
diff --git a/gpu/command_buffer/client/gles2_implementation_autogen.h b/gpu/command_buffer/client/gles2_implementation_autogen.h
index f4c5920d8318e14ba73f3cda23ae4bde4faeccfd..1dd7de9810375adb079f9808ce6f66b7ab7b0957 100644
--- a/gpu/command_buffer/client/gles2_implementation_autogen.h
+++ b/gpu/command_buffer/client/gles2_implementation_autogen.h
@@ -1432,6 +1432,12 @@ void GetQueryivEXT(GLenum target, GLenum pname, GLint* params);
void GetQueryObjectuivEXT(GLuint id, GLenum pname, GLuint* params);
+void InsertEventMarkerEXT(GLsizei length, const GLchar* marker);
+
+void PushGroupMarkerEXT(GLsizei length, const GLchar* marker);
+
+void PopGroupMarkerEXT();
+
void SwapBuffers();
GLuint GetMaxValueInBufferCHROMIUM(

Powered by Google App Engine
This is Rietveld 408576698