Searched refs:glViewportIndexedfv (Results 1 – 19 of 19) sorted by relevance
895 glViewportIndexedfv
4909 void GL_APIENTRY glViewportIndexedfv(GLuint index, const GLfloat *v) in glViewportIndexedfv() function
910 gl->viewportIndexedfv = glViewportIndexedfv;
7946 GLW_APICALL void GLW_APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v) function
494 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
482 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
538 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
547 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
657 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
661 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
910 #define glViewportIndexedfv glwViewportIndexedfv macro
910 void glViewportIndexedfv (glw::GLuint index, const glw::GLfloat *v);
6579 void CallLogWrapper::glViewportIndexedfv (glw::GLuint index, const glw::GLfloat *v) function in CallLogWrapper6582 …m_log << TestLog::Message << "glViewportIndexedfv(" << index << ", " << toHex(reinterpret_cast<deU…
2066 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
2014 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
2103 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
2050 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
11918 …r = ((glViewportIndexedfv = (PFNGLVIEWPORTINDEXEDFVPROC)glewGetProcAddress((const GLubyte*)"glView… in _glewInit_GL_ARB_viewport_array()
8387 #define glViewportIndexedfv GLEW_GET_FUN(__glewViewportIndexedfv) macro