Home
last modified time | relevance | path

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

/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl96 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
DtcuNullRenderContextFuncs.inl841 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");
DglwApi.inl96 #define glCopyTextureSubImage3D glwCopyTextureSubImage3D macro
/external/mesa3d/include/GL/
Dgl_mangle.h378 #define glCopyTextureSubImage3D MANGLE(CopyTextureSubImage3D) macro
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/deqp/framework/opengl/
DgluCallLogWrapperApi.inl96 void glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset, …
DgluCallLogWrapper.inl646 void CallLogWrapper::glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper
649 …m_log << TestLog::Message << "glCopyTextureSubImage3D(" << texture << ", " << level << ", " << xof…