Index: ui/gl/gl_bindings_api_autogen_gl.h |
diff --git a/ui/gl/gl_bindings_api_autogen_gl.h b/ui/gl/gl_bindings_api_autogen_gl.h |
index d75fdade5e764e644177b90bc272fb55bea5e48b..c78dd55313462576a584ca56837319075f64e8a7 100644 |
--- a/ui/gl/gl_bindings_api_autogen_gl.h |
+++ b/ui/gl/gl_bindings_api_autogen_gl.h |
@@ -182,7 +182,21 @@ void glCopyTexSubImage3DFn(GLenum target, |
GLint y, |
GLsizei width, |
GLsizei height) override; |
+void glCoverFillPathInstancedNVFn(GLsizei numPaths, |
+ GLenum pathNameType, |
+ const void* paths, |
+ GLuint pathBase, |
+ GLenum coverMode, |
+ GLenum transformType, |
+ const GLfloat* transformValues) override; |
void glCoverFillPathNVFn(GLuint path, GLenum coverMode) override; |
+void glCoverStrokePathInstancedNVFn(GLsizei numPaths, |
+ GLenum pathNameType, |
+ const void* paths, |
+ GLuint pathBase, |
+ GLenum coverMode, |
+ GLenum transformType, |
+ const GLfloat* transformValues) override; |
void glCoverStrokePathNVFn(GLuint name, GLenum coverMode) override; |
GLuint glCreateProgramFn(void) override; |
GLuint glCreateShaderFn(GLenum type) override; |
@@ -547,6 +561,14 @@ void glShaderSourceFn(GLuint shader, |
GLsizei count, |
const char* const* str, |
const GLint* length) override; |
+void glStencilFillPathInstancedNVFn(GLsizei numPaths, |
+ GLenum pathNameType, |
+ const void* paths, |
+ GLuint pathBase, |
+ GLenum fillMode, |
+ GLuint mask, |
+ GLenum transformType, |
+ const GLfloat* transformValues) override; |
void glStencilFillPathNVFn(GLuint path, GLenum fillMode, GLuint mask) override; |
void glStencilFuncFn(GLenum func, GLint ref, GLuint mask) override; |
void glStencilFuncSeparateFn(GLenum face, |
@@ -560,13 +582,41 @@ void glStencilOpSeparateFn(GLenum face, |
GLenum fail, |
GLenum zfail, |
GLenum zpass) override; |
+void glStencilStrokePathInstancedNVFn(GLsizei numPaths, |
+ GLenum pathNameType, |
+ const void* paths, |
+ GLuint pathBase, |
+ GLint ref, |
+ GLuint mask, |
+ GLenum transformType, |
+ const GLfloat* transformValues) override; |
void glStencilStrokePathNVFn(GLuint path, |
GLint reference, |
GLuint mask) override; |
+void glStencilThenCoverFillPathInstancedNVFn( |
+ GLsizei numPaths, |
+ GLenum pathNameType, |
+ const void* paths, |
+ GLuint pathBase, |
+ GLenum fillMode, |
+ GLuint mask, |
+ GLenum coverMode, |
+ GLenum transformType, |
+ const GLfloat* transformValues) override; |
void glStencilThenCoverFillPathNVFn(GLuint path, |
GLenum fillMode, |
GLuint mask, |
GLenum coverMode) override; |
+void glStencilThenCoverStrokePathInstancedNVFn( |
+ GLsizei numPaths, |
+ GLenum pathNameType, |
+ const void* paths, |
+ GLuint pathBase, |
+ GLint ref, |
+ GLuint mask, |
+ GLenum coverMode, |
+ GLenum transformType, |
+ const GLfloat* transformValues) override; |
void glStencilThenCoverStrokePathNVFn(GLuint path, |
GLint reference, |
GLuint mask, |