Home
last modified time | relevance | path

Searched refs:viewportIndexedfv (Results 1 – 17 of 17) sorted by relevance

/external/deqp/external/openglcts/modules/common/
DglcViewportArrayTests.cpp1127 gl.viewportIndexedfv(0 /* index */, data); in iterate()
1130 gl.viewportIndexedfv(max_viewports - 1 /* index */, data); in iterate()
1133 gl.viewportIndexedfv(max_viewports /* index */, data); in iterate()
1136 gl.viewportIndexedfv(max_viewports + 1 /* index */, data); in iterate()
1173 gl.viewportIndexedfv(i /* index */, &data[i * 4]); in iterate()
1186 gl.viewportIndexedfv(i /* index */, &data[i * 4]); in iterate()
1800 gl.viewportIndexedfv(i, &scissor_box_data_a[i * m_n_elements]); in iterate()
3239 gl.viewportIndexedfv(i, &data[i * 4]); in setup4x4Viewport()
3835 gl.viewportIndexedfv(4, &data[0]); in setupViewports()
3838 gl.viewportIndexedfv(5, &data[4]); in setupViewports()
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl194 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfvOES");
DglwFunctions.inl910 glViewportIndexedfvFunc viewportIndexedfv; variable
DglwInitGL41.inl482 gl->viewportIndexedfv = (glViewportIndexedfvFunc) loader->get("glViewportIndexedfv");
DglwInitGL42.inl494 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");
DglwImpl.inl7244 gl->viewportIndexedfv(index, v);
/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp876 ASSIGN("glViewportIndexedfv", viewportIndexedfv); in initProcsDesktopGL()
1727 ASSIGN("glViewportIndexedfv", viewportIndexedfv); in initProcsDesktopGL()
2273 ASSIGN("glViewportIndexedfvOES", viewportIndexedfv); in initProcsGLES()
3664 viewportIndexedfv = &glViewportIndexedfvNULL; in initProcsDesktopGLNULL()
4514 viewportIndexedfv = &glViewportIndexedfvNULL; in initProcsDesktopGLNULL()
5059 viewportIndexedfv = &glViewportIndexedfvNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h543 PFNGLVIEWPORTINDEXEDFVPROC viewportIndexedfv = nullptr; variable
/external/angle/src/libANGLE/
DContext_gl_4_autogen.h118 void viewportIndexedfv(GLuint index, const GLfloat *v); \
DContext_gl.cpp2657 void Context::viewportIndexedfv(GLuint index, const GLfloat *v) in viewportIndexedfv() function in gl::Context
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl910 gl->viewportIndexedfv = glViewportIndexedfv;
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp3763 context->viewportIndexedfv(index, v); in GL_ViewportIndexedfv()
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl6583 m_gl.viewportIndexedfv(index, v);