Home
last modified time | relevance | path

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

/external/angle/src/libGL/
DlibGL_autogen.def984 glCopyTextureSubImage3D
DlibGL_autogen.cpp5590 void GL_APIENTRY glCopyTextureSubImage3D(GLuint texture, in glCopyTextureSubImage3D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl126 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
DtcuNullRenderContextFuncs.inl1233 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, … function
/external/deqp/framework/opengl/wrapper/
DglwInitGL45.inl95 …extureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
DglwInitGL46.inl95 …extureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
DglwInitExtGL.inl623 …TextureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
DglwApi.inl126 #define glCopyTextureSubImage3D glwCopyTextureSubImage3D macro
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl126 void glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset,…
DgluCallLogWrapper.inl859 void CallLogWrapper::glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper
862 …m_log << TestLog::Message << "glCopyTextureSubImage3D(" << texture << ", " << level << ", " << xof…
/external/mesa3d/include/GL/
Dglcorearb.h2808 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
Dglext.h2769 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
/external/swiftshader/include/GL/
Dglcorearb.h2845 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
Dglext.h2805 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c10429 …r = ((glCopyTextureSubImage3D = (PFNGLCOPYTEXTURESUBIMAGE3DPROC)glewGetProcAddress((const GLubyte*… in _glewInit_GL_ARB_direct_state_access()
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglew.h4451 #define glCopyTextureSubImage3D GLEW_GET_FUN(__glewCopyTextureSubImage3D) macro