Searched defs:glCopyTexSubImage2D (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 40 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.cpp | 164 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/ |
D | gl2.h | 514 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D) macro
|
/external/deqp/framework/opengl/wrapper/ |
D | glwApi.inl | 61 #define glCopyTexSubImage2D glwCopyTexSubImage2D macro
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
D | gles2.c | 186 void GL_APIENTRY glCopyTexSubImage2D(GLenum target, in glCopyTexSubImage2D() function
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | GLErrorLogger.java | 163 public void glCopyTexSubImage2D(int target, int level, int xoffset, in glCopyTexSubImage2D() method in GLErrorLogger.ErrorLoggingGL
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | libGLESv2.cpp | 905 void __stdcall glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint … in glCopyTexSubImage2D() function
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 346 GLW_APICALL void GLW_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint… function
|
/external/chromium_org/third_party/mesa/src/include/GL/ |
D | gl_mangle.h | 316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) macro
|
/external/mesa3d/include/GL/ |
D | gl_mangle.h | 316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) macro
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 416 void CallLogWrapper::glCopyTexSubImage2D (glw::GLenum param0, glw::GLint param1, glw::GLint param2,… function in CallLogWrapper
|