Chromium Code Reviews

Unified Diff: src/gpu/gl/GrGLNoOpInterface.h

Issue 12328111: Use glGetStringi to get extensions when available. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: src/gpu/gl/GrGLNoOpInterface.h
===================================================================
--- src/gpu/gl/GrGLNoOpInterface.h (revision 7868)
+++ src/gpu/gl/GrGLNoOpInterface.h (working copy)
@@ -335,6 +335,8 @@
const GrGLubyte* GR_GL_FUNCTION_TYPE noOpGLGetString(GrGLenum name);
+const GrGLubyte* GR_GL_FUNCTION_TYPE noOpGLGetStringi(GrGLenum name, GrGLuint i);
+
GrGLvoid GR_GL_FUNCTION_TYPE noOpGLGetTexLevelParameteriv(GrGLenum target,
GrGLint level,
GrGLenum pname,

Powered by Google App Engine