Home
last modified time | relevance | path

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

/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h40 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
/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/chromium_org/ppapi/lib/gl/include/GLES2/
Dgl2.h514 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
/external/deqp/framework/opengl/wrapper/
DglwApi.inl61 #define glCopyTexSubImage2D glwCopyTexSubImage2D macro
/external/chromium_org/ppapi/lib/gl/gles2/
Dgles2.c186 void GL_APIENTRY glCopyTexSubImage2D(GLenum target, in glCopyTexSubImage2D() function
/external/replicaisland/src/com/replica/replicaisland/
DGLErrorLogger.java163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL
/external/chromium_org/third_party/angle/src/libGLESv2/
DlibGLESv2.cpp905 void __stdcall glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint … in glCopyTexSubImage2D() function
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl346 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint… function
/external/chromium_org/third_party/mesa/src/include/GL/
Dgl_mangle.h316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) macro
/external/mesa3d/include/GL/
Dgl_mangle.h316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) macro
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl416 void CallLogWrapper::glCopyTexSubImage2D (glw::GLenum param0, glw::GLint param1, glw::GLint param2,… function in CallLogWrapper