/external/angle/src/libGL/ |
D | libGL_autogen.def | 879 glScissorIndexed
|
D | libGL_autogen.cpp | 4824 glScissorIndexed(GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) in glScissorIndexed() function
|
/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/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/mesa3d/include/GL/ |
D | glcorearb.h | 2068 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
|
D | glext.h | 2016 GLAPI void APIENTRY glScissorIndexed (GLuint index, GLint left, GLint bottom, GLsizei width, GLsize…
|
/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…
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/ |
D | glew.c | 11914 …r = ((glScissorIndexed = (PFNGLSCISSORINDEXEDPROC)glewGetProcAddress((const GLubyte*)"glScissorInd… in _glewInit_GL_ARB_viewport_array()
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 8383 #define glScissorIndexed GLEW_GET_FUN(__glewScissorIndexed) macro
|