Home
last modified time | relevance | path

Searched refs:glScissorIndexedv (Results 1 – 19 of 19) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def880 glScissorIndexedv
DlibGL_autogen.cpp4829 void GL_APIENTRY glScissorIndexedv(GLuint index, const GLint *v) in glScissorIndexedv() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl663 gl->scissorIndexedv = glScissorIndexedv;
DtcuNullRenderContextFuncs.inl5707 GLW_APICALL void GLW_APIENTRY glScissorIndexedv (GLuint index, const GLint *v) function
/external/deqp/framework/opengl/wrapper/
DglwInitGL42.inl330 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
DglwInitGL41.inl321 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
DglwInitGL43.inl364 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
DglwInitGL44.inl373 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
DglwInitGL45.inl455 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
DglwInitGL46.inl458 gl->scissorIndexedv = (glScissorIndexedvFunc) loader->get("glScissorIndexedv");
DglwApi.inl663 #define glScissorIndexedv glwScissorIndexedv macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl663 void glScissorIndexedv (glw::GLuint index, const glw::GLint *v);
DgluCallLogWrapper.inl4841 void CallLogWrapper::glScissorIndexedv (glw::GLuint index, const glw::GLint *v) function in CallLogWrapper
4844 …m_log << TestLog::Message << "glScissorIndexedv(" << index << ", " << toHex(reinterpret_cast<deUin…
/external/mesa3d/include/GL/
Dglcorearb.h2069 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
Dglext.h2017 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
/external/swiftshader/include/GL/
Dglcorearb.h2106 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
Dglext.h2053 GLAPI void APIENTRY glScissorIndexedv (GLuint index, const GLint *v);
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c11915 …r = ((glScissorIndexedv = (PFNGLSCISSORINDEXEDVPROC)glewGetProcAddress((const GLubyte*)"glScissorI… in _glewInit_GL_ARB_viewport_array()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h8384 #define glScissorIndexedv GLEW_GET_FUN(__glewScissorIndexedv) macro