Home
last modified time | relevance | path

Searched refs:glScissorIndexed (Results 1 – 20 of 20) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def879 glScissorIndexed
DlibGL_autogen.cpp4824 glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in glScissorIndexed() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl662 gl->scissorIndexed = glScissorIndexed;
DtcuNullRenderContextFuncs.inl5697 GLW_APICALL void GLW_APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei wid… function
/external/deqp/framework/opengl/wrapper/
DglwInitGL42.inl329 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
DglwInitGL41.inl320 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
DglwInitGL43.inl363 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
DglwInitGL44.inl372 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
DglwInitGL45.inl454 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
DglwInitGL46.inl457 gl->scissorIndexed = (glScissorIndexedFunc) loader->get("glScissorIndexed");
DglwApi.inl662 #define glScissorIndexed glwScissorIndexed macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl662 void glScissorIndexed (glw::GLuint index, glw::GLint left, glw::GLint bottom, glw::GLsi…
DgluCallLogWrapper.inl4834 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/
Dvrend_renderer.c3266 glScissorIndexed(idx, ss->minx, y, ss->maxx - ss->minx, ss->maxy - ss->miny); in vrend_update_scissor_state()
/external/mesa3d/include/GL/
Dglcorearb.h2068 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
Dglext.h2016 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
/external/swiftshader/include/GL/
Dglcorearb.h2105 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
Dglext.h2052 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c11914 …r = ((glScissorIndexed = (PFNGLSCISSORINDEXEDPROC)glewGetProcAddress((const GLubyte*)"glScissorInd… in _glewInit_GL_ARB_viewport_array()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h8383 #define glScissorIndexed GLEW_GET_FUN(__glewScissorIndexed) macro