Searched refs:glScissorIndexed (Results 1 – 17 of 17) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 662 gl->scissorIndexed = glScissorIndexed;
|
D | tcuNullRenderContextFuncs.inl | 5697 GLW_APICALL void GLW_APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei wid… function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL42.inl | 329 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
|
D | glwInitGL41.inl | 320 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
|
D | glwInitGL43.inl | 363 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
|
D | glwInitGL44.inl | 372 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
|
D | glwInitGL45.inl | 454 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
|
D | glwInitGL46.inl | 457 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
|
D | glwApi.inl | 662 #define glScissorIndexed glwScissorIndexed macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 1941 #define glScissorIndexed MANGLE(ScissorIndexed) macro
|
D | glcorearb.h | 2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
|
D | glext.h | 2052 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 662 void glScissorIndexed (glw::GLuint index, glw::GLint left, glw::GLint bottom, glw::GLsi…
|
D | gluCallLogWrapper.inl | 4834 void CallLogWrapper::glScissorIndexed (glw::GLuint index, glw::GLint left, glw::GLint bottom, glw::… function in CallLogWrapper 4837 …m_log << TestLog::Message << "glScissorIndexed(" << index << ", " << left << ", " << bottom << ", …
|
/external/virglrenderer/src/ |
D | vrend_renderer.c | 3266 glScissorIndexed(idx, ss->minx, y, ss->maxx - ss->minx, ss->maxy - ss->miny); in vrend_update_scissor_state()
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
|
D | glext.h | 2052 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
|