Searched refs:scissorIndexedv (Results 1 – 17 of 17) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcViewportArrayTests.cpp | 1244 gl.scissorIndexedv(0 /* index */, data); in iterate() 1247 gl.scissorIndexedv(max_viewports - 1 /* index */, data); in iterate() 1250 gl.scissorIndexedv(max_viewports /* index */, data); in iterate() 1253 gl.scissorIndexedv(max_viewports + 1 /* index */, data); in iterate() 1290 gl.scissorIndexedv(i /* index */, &data[i * 4]); in iterate() 1303 gl.scissorIndexedv(i /* index */, &data[i * 4]); in iterate() 2004 gl.scissorIndexedv(i, &scissor_box_data_a[i * m_n_elements]); in iterate() 3182 gl.scissorIndexedv(i, &data[i * 4]); in setup4x4Scissor()
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtES.inl | 191 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedvOES");
|
D | glwFunctions.inl | 663 glScissorIndexedvFunc scissorIndexedv; variable
|
D | glwInitGL41.inl | 321 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
|
D | glwInitGL42.inl | 330 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
|
D | glwInitGL44.inl | 373 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
|
D | glwInitGL43.inl | 364 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
|
D | glwInitGL45.inl | 455 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
|
D | glwInitGL46.inl | 458 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
|
D | glwImpl.inl | 5268 gl->scissorIndexedv(index, v);
|
/external/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 873 ASSIGN("glScissorIndexedv", scissorIndexedv); in initProcsDesktopGL() 1712 ASSIGN("glScissorIndexedv", scissorIndexedv); in initProcsDesktopGL() 2270 ASSIGN("glScissorIndexedvOES", scissorIndexedv); in initProcsGLES() 3661 scissorIndexedv = &glScissorIndexedvNULL; in initProcsDesktopGLNULL() 4499 scissorIndexedv = &glScissorIndexedvNULL; in initProcsDesktopGLNULL() 5056 scissorIndexedv = &glScissorIndexedvNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 528 PFNGLSCISSORINDEXEDVPROC scissorIndexedv = nullptr; variable
|
/external/angle/src/libANGLE/ |
D | Context_gl_4_autogen.h | 105 void scissorIndexedv(GLuint index, const GLint *v); \
|
D | Context_gl.cpp | 2593 void Context::scissorIndexedv(GLuint index, const GLint *v) in scissorIndexedv() function in gl::Context
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 663 gl->scissorIndexedv = glScissorIndexedv;
|
/external/angle/src/libGL/ |
D | entry_points_gl_4_autogen.cpp | 3397 context->scissorIndexedv(index, v); in GL_ScissorIndexedv()
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 4845 m_gl.scissorIndexedv(index, v);
|