Searched refs:glScissorIndexedv (Results 1 – 19 of 19) sorted by relevance
880 glScissorIndexedv
4829 void GL_APIENTRY glScissorIndexedv(GLuint index, const GLint *v) in glScissorIndexedv() function
663 gl->scissorIndexedv = glScissorIndexedv;
5707 GLW_APICALL void GLW_APIENTRY glScissorIndexedv (GLuint index, const GLint *v) function
330 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
321 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
364 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
373 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
455 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
458 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
663 #define glScissorIndexedv glwScissorIndexedv macro
663 void glScissorIndexedv (glw::GLuint index, const glw::GLint *v);
4841 void CallLogWrapper::glScissorIndexedv (glw::GLuint index, const glw::GLint *v) function in CallLogWrapper4844 …m_log << TestLog::Message << "glScissorIndexedv(" << index << ", " << toHex(reinterpret_cast<deUin…
2069 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
2017 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
2106 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
2053 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
11915 …r = ((glScissorIndexedv = (PFNGLSCISSORINDEXEDVPROC)glewGetProcAddress((const GLubyte*)"glScissorI… in _glewInit_GL_ARB_viewport_array()
8384 #define glScissorIndexedv GLEW_GET_FUN(__glewScissorIndexedv) macro