summaryrefslogtreecommitdiffstats
path: root/mojo/gpu/mojo_gles2_impl_autogen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/gpu/mojo_gles2_impl_autogen.cc')
-rw-r--r--mojo/gpu/mojo_gles2_impl_autogen.cc15
1 files changed, 15 insertions, 0 deletions
diff --git a/mojo/gpu/mojo_gles2_impl_autogen.cc b/mojo/gpu/mojo_gles2_impl_autogen.cc
index 9fbe344..6e4fb9b 100644
--- a/mojo/gpu/mojo_gles2_impl_autogen.cc
+++ b/mojo/gpu/mojo_gles2_impl_autogen.cc
@@ -1871,6 +1871,21 @@ void MojoGLES2Impl::StencilThenCoverStrokePathInstancedCHROMIUM(
numPaths, pathNameType, paths, pathBase, reference, mask, coverMode,
transformType, transformValues);
}
+void MojoGLES2Impl::BindFragmentInputLocationCHROMIUM(GLuint program,
+ GLint location,
+ const char* name) {
+ MojoGLES2MakeCurrent(context_);
+ glBindFragmentInputLocationCHROMIUM(program, location, name);
+}
+void MojoGLES2Impl::ProgramPathFragmentInputGenCHROMIUM(GLuint program,
+ GLint location,
+ GLenum genMode,
+ GLint components,
+ const GLfloat* coeffs) {
+ MojoGLES2MakeCurrent(context_);
+ glProgramPathFragmentInputGenCHROMIUM(program, location, genMode, components,
+ coeffs);
+}
GLenum MojoGLES2Impl::GetGraphicsResetStatusKHR() {
MojoGLES2MakeCurrent(context_);
return glGetGraphicsResetStatusKHR();