Home
last modified time | relevance | path

Searched refs:glViewportIndexedfv (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def895 glViewportIndexedfv
DlibGL_autogen.cpp4909 void GL_APIENTRY glViewportIndexedfv(GLuint index, const GLfloat *v) in glViewportIndexedfv() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl910 gl->viewportIndexedfv = glViewportIndexedfv;
DtcuNullRenderContextFuncs.inl7946 GLW_APICALL void GLW_APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL42.inl494 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwInitGL41.inl482 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwInitGL43.inl538 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwInitGL44.inl547 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwInitGL45.inl657 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwInitGL46.inl661 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwApi.inl910 #define glViewportIndexedfv glwViewportIndexedfv macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl910 void glViewportIndexedfv (glw::GLuint index, const glw::GLfloat *v);
DgluCallLogWrapper.inl6579 void CallLogWrapper::glViewportIndexedfv (glw::GLuint index, const glw::GLfloat *v) function in CallLogWrapper
6582 …m_log << TestLog::Message << "glViewportIndexedfv(" << index << ", " << toHex(reinterpret_cast<deU…
/external/mesa3d/include/GL/
Dglcorearb.h2066 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
Dglext.h2014 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
/external/swiftshader/include/GL/
Dglcorearb.h2103 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
Dglext.h2050 GLAPI void APIENTRY glViewportIndexedfv (GLuint index, const GLfloat *v);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c11918 …r = ((glViewportIndexedfv = (PFNGLVIEWPORTINDEXEDFVPROC)glewGetProcAddress((const GLubyte*)"glView… in _glewInit_GL_ARB_viewport_array()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h8387 #define glViewportIndexedfv GLEW_GET_FUN(__glewViewportIndexedfv) macro