Searched refs:glCopyTextureSubImage3D (Results 1 – 9 of 9) sorted by relevance
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 96 gl->copyTextureSubImage3D = glCopyTextureSubImage3D;
|
D | tcuNullRenderContextFuncs.inl | 841 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, … function
|
/external/deqp/framework/opengl/wrapper/ |
D | glwInitGL45.inl | 95 …extureSubImage3D = (glCopyTextureSubImage3DFunc) loader->get("glCopyTextureSubImage3D");
|
D | glwApi.inl | 96 #define glCopyTextureSubImage3D glwCopyTextureSubImage3D macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 378 #define glCopyTextureSubImage3D MANGLE(CopyTextureSubImage3D) macro
|
D | glcorearb.h | 2845 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
D | glext.h | 2805 GLAPI void APIENTRY glCopyTextureSubImage3D (GLuint texture, GLint level, GLint xoffset, GLint yoff…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 96 void glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xoffset, …
|
D | gluCallLogWrapper.inl | 646 void CallLogWrapper::glCopyTextureSubImage3D (glw::GLuint texture, glw::GLint level, glw::GLint xof… function in CallLogWrapper 649 …m_log << TestLog::Message << "glCopyTextureSubImage3D(" << texture << ", " << level << ", " << xof…
|