Searched refs:glCopyTextureSubImage3DEXT (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/opengl/wrapper/ |
D | glwInitExtGL.inl | 68 …Image3DEXT = (glCopyTextureSubImage3DEXTFunc) loader->get("glCopyTextureSubImage3DEXT"); 327 …Image3DEXT = (glCopyTextureSubImage3DEXTFunc) loader->get("glCopyTextureSubImage3DEXT");
|
D | glwApi.inl | 127 #define glCopyTextureSubImage3DEXT glwCopyTextureSubImage3DEXT macro
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextInitFuncs.inl | 127 gl->copyTextureSubImage3DEXT = glCopyTextureSubImage3DEXT;
|
D | tcuNullRenderContextFuncs.inl | 1247 GLW_APICALL void GLW_APIENTRY glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint leve… function
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 377 #define glCopyTextureSubImage3DEXT MANGLE(CopyTextureSubImage3DEXT) macro
|
D | glcorearb.h | 4329 GLAPI void APIENTRY glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
D | glext.h | 7060 GLAPI void APIENTRY glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapperApi.inl | 127 void glCopyTextureSubImage3DEXT (glw::GLuint texture, glw::GLenum target, glw::GLint leve…
|
D | gluCallLogWrapper.inl | 866 void CallLogWrapper::glCopyTextureSubImage3DEXT (glw::GLuint texture, glw::GLenum target, glw::GLin… function in CallLogWrapper 869 …m_log << TestLog::Message << "glCopyTextureSubImage3DEXT(" << texture << ", " << toHex(target) << …
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 4340 GLAPI void APIENTRY glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|
D | glext.h | 7071 GLAPI void APIENTRY glCopyTextureSubImage3DEXT (GLuint texture, GLenum target, GLint level, GLint x…
|