Home
last modified time | relevance | path

Searched defs:glCopyTexSubImage3D (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwApi.inl118 #define glCopyTexSubImage3D glwCopyTexSubImage3D macro
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp1020 GL_APICALL void GL_APIENTRY glCopyTexSubImage3D(GLenum target, GLint level, GLint xoffset, GLint yo… in glCopyTexSubImage3D() function
/external/mesa3d/include/GL/
Dgl_mangle.h370 #define glCopyTexSubImage3D MANGLE(CopyTexSubImage3D) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1128 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage3D (GLenum target, GLint level, GLint xoffset, GLint… function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl803 void CallLogWrapper::glCopyTexSubImage3D (glw::GLenum target, glw::GLint level, glw::GLint xoffset,… function in CallLogWrapper