Home
last modified time | relevance | path

Searched refs:glCopyTextureSubImage2D (Results 1 – 16 of 16) sorted by relevance

/external/angle/src/libGL/
DlibGL_autogen.def983 glCopyTextureSubImage2D
DlibGL_autogen.cpp5578 void GL_APIENTRY glCopyTextureSubImage2D(GLuint texture, in glCopyTextureSubImage2D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl124 gl->copyTextureSubImage2D = glCopyTextureSubImage2D;
DtcuNullRenderContextFuncs.inl1206 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, … function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl94 …extureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
DglwInitGL46.inl94 …extureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
DglwInitExtGL.inl622 …TextureSubImage2D = (glCopyTextureSubImage2DFunc) loader->get("glCopyTextureSubImage2D");
DglwApi.inl124 #define glCopyTextureSubImage2D glwCopyTextureSubImage2D macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl124 void glCopyTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset,…
DgluCallLogWrapper.inl845 void CallLogWrapper::glCopyTextureSubImage2D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper
848 …m_log << TestLog::Message << "glCopyTextureSubImage2D(" << texture << ", " << level << ", " << xof…
/external/mesa3d/include/GL/
Dglcorearb.h2807 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
Dglext.h2768 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
/external/swiftshader/include/GL/
Dglcorearb.h2844 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
Dglext.h2804 GLAPI void APIENTRY glCopyTextureSubImage2D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10428 …r = ((glCopyTextureSubImage2D = (PFNGLCOPYTEXTURESUBIMAGE2DPROC)glewGetProcAddress((const GLubyte*… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4450 #define glCopyTextureSubImage2D GLEW_GET_FUN(__glewCopyTextureSubImage2D) macro