Searched refs:uniformSubroutinesuiv (Results 1 – 5 of 5) sorted by relevance
63 void uniformSubroutinesuiv(GLenum shadertype, GLsizei count, const GLuint *indices);
2408 void Context::uniformSubroutinesuiv(GLenum shadertype, GLsizei count, const GLuint *indices) in uniformSubroutinesuiv() function in gl::Context
471 ASSIGN("glUniformSubroutinesuiv", uniformSubroutinesuiv); in initProcsDesktopGL()1314 ASSIGN("glUniformSubroutinesuiv", uniformSubroutinesuiv); in initProcsDesktopGL()3239 uniformSubroutinesuiv = &glUniformSubroutinesuivNULL; in initProcsDesktopGLNULL()4080 uniformSubroutinesuiv = &glUniformSubroutinesuivNULL; in initProcsDesktopGLNULL()
453 PFNGLUNIFORMSUBROUTINESUIVPROC uniformSubroutinesuiv = nullptr; variable
1111 context->uniformSubroutinesuiv(shadertype, count, indices); in UniformSubroutinesuiv()