Home
last modified time | relevance | path

Searched refs:glCopyTexSubImage3DOES (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTgles2Ext.cpp58 glCopyTexSubImage3DOES = 0; in LoadExtensions()
120 glCopyTexSubImage3DOES = (PFNGLCOPYTEXSUBIMAGE3DOES) PVRGetProcAddress(glCopyTexSubImage3DOES); in LoadExtensions()
DPVRTgles2Ext.h199 PFNGLCOPYTEXSUBIMAGE3DOES glCopyTexSubImage3DOES; variable
/external/deqp/framework/opengl/wrapper/
DglwInitExtES.inl145 gl->copyTexSubImage3DOES = (glCopyTexSubImage3DOESFunc) loader->get("glCopyTexSubImage3DOES");
DglwApi.inl119 #define glCopyTexSubImage3DOES glwCopyTexSubImage3DOES macro
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp223 …void (*glCopyTexSubImage3DOES)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zof… member in LibGLESv2exports
Dentry_points.cpp965 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES(GLenum target, GLint level, GLint xoffset, GLint… in glCopyTexSubImage3DOES() function
1717 this->glCopyTexSubImage3DOES = gl::CopyTexSubImage3DOES; in LibGLESv2exports()
/external/deqp/modules/egl/
DteglGetProcAddressTests.inl1824 "glCopyTexSubImage3DOES",
/external/deqp/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl119 gl->copyTexSubImage3DOES = glCopyTexSubImage3DOES;
DtcuNullRenderContextFuncs.inl1142 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GL… function
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
Dgl2ext.h1078 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
/external/mesa3d/include/GLES2/
Dgl2ext.h583 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
/external/swiftshader/include/GLES2/
Dgl2ext.h593 GL_APICALL void GL_APIENTRY glCopyTexSubImage3DOES (GLenum target, GLint level, GLint xoffset, GLin…
/external/deqp/framework/opengl/
DgluCallLogWrapperApi.inl119 void glCopyTexSubImage3DOES (glw::GLenum target, glw::GLint level, glw::GLint xoffset, g…
DgluCallLogWrapper.inl810 void CallLogWrapper::glCopyTexSubImage3DOES (glw::GLenum target, glw::GLint level, glw::GLint xoffs… function in CallLogWrapper
813 …m_log << TestLog::Message << "glCopyTexSubImage3DOES(" << toHex(target) << ", " << level << ", " <…