Searched refs:glViewportIndexedf (Results 1 – 12 of 12) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 663 gl->viewportIndexedf = glViewportIndexedf;
|
D | tcuNullRenderContextFuncs.inl | 5446 GLW_APICALL void GLW_APIENTRY glViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GL… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL42.inl | 493 gl->viewportIndexedf = (glViewportIndexedfFunc) loader->get("glViewportIndexedf");
|
D | glwInitGL41.inl | 481 gl->viewportIndexedf = (glViewportIndexedfFunc) loader->get("glViewportIndexedf");
|
D | glwInitGL44.inl | 546 gl->viewportIndexedf = (glViewportIndexedfFunc) loader->get("glViewportIndexedf");
|
D | glwInitGL43.inl | 537 gl->viewportIndexedf = (glViewportIndexedfFunc) loader->get("glViewportIndexedf");
|
D | glwInitGL45.inl | 656 gl->viewportIndexedf = (glViewportIndexedfFunc) loader->get("glViewportIndexedf");
|
D | glwApi.inl | 663 #define glViewportIndexedf glwViewportIndexedf macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 2240 #define glViewportIndexedf MANGLE(ViewportIndexedf) macro
|
D | glext.h | 8379 GLAPI void APIENTRY glViewportIndexedf (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 663 void glViewportIndexedf (glw::GLuint index, glw::GLfloat x, glw::GLfloat y, glw::GLfloat…
|
D | gluCallLogWrapper.inl | 4838 void CallLogWrapper::glViewportIndexedf (glw::GLuint index, glw::GLfloat x, glw::GLfloat y, glw::GL… function in CallLogWrapper 4841 …m_log << TestLog::Message << "glViewportIndexedf(" << index << ", " << x << ", " << y << ", " << w…
|