Home
last modified time | relevance | path

Searched defs:glCopyTexSubImage2D (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DlibGLES_CM.hpp77 …void (*glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLi… member in LibGLES_CMexports
Dmain.cpp703 GL_API void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffse… in glCopyTexSubImage2D() function
/external/swiftshader/src/OpenGL/libGLESv2/
DlibGLESv2.hpp71 …void (*glCopyTexSubImage2D)(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLi… member in LibGLESv2exports
Dentry_points.cpp165 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yo… in glCopyTexSubImage2D() function
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.cpp164 void ContextWrapper::glCopyTexSubImage2D (deUint32 target, int level, int xoffset, int yoffset, int… in glCopyTexSubImage2D() function in sglr::ContextWrapper
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL
/external/deqp/framework/opengl/wrapper/
DglwApi.inl117 #define glCopyTexSubImage2D glwCopyTexSubImage2D macro
/external/mesa3d/include/GL/
Dgl_mangle.h368 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1115 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint… function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl796 void CallLogWrapper::glCopyTexSubImage2D (glw::GLenum target, glw::GLint level, glw::GLint xoffset,… function in CallLogWrapper