/sdk/emulator/opengl/host/libs/Translator/include/GLES2/ |
gl2.h | 498 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 52 static void (GLAPIENTRY *glCopyTexSubImage2D) (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height);
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.cpp | 98 s_gl.glCopyTexSubImage2D = (glCopyTexSubImage2D_t) s_gles_lib->findSymbol("glCopyTexSubImage2D");
|
/external/chromium_org/ppapi/lib/gl/gles2/ |
gles2.c | 146 void GL_APIENTRY glCopyTexSubImage2D(
|
/external/qemu/distrib/sdl-1.2.15/src/video/ |
SDL_glfuncs.h | 62 SDL_PROC_UNUSED(void,glCopyTexSubImage2D,(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height))
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_entry.cpp | 66 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height); 651 void glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) 654 ctx->glCopyTexSubImage2D(ctx, target, level, xoffset, yoffset, x, y, width, height); [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/external/chromium_org/gpu/command_buffer/client/ |
gles2_c_lib_autogen.h | 813 { "glCopyTexSubImage2D", reinterpret_cast<GLES2FunctionPointer>( 814 glCopyTexSubImage2D), } [all...] |
/frameworks/native/opengl/include/GLES3/ |
gl3.h | [all...] |
/frameworks/native/opengl/libagl/ |
texture.cpp | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3.h | [all...] |
/frameworks/base/opengl/java/android/opengl/ |
GLLogWrapper.java | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
GLProtoBuf.java | 85 glCopyTexSubImage2D(54, 54), 682 case 54: return glCopyTexSubImage2D; [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLEScmImp.cpp | 465 GL_API void GL_APIENTRY glCopyTexSubImage2D( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) { 468 ctx->dispatcher().glCopyTexSubImage2D(target,level,xoffset,yoffset,x,y,width,height); [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Imp.cpp | 389 GL_APICALL void GL_APIENTRY glCopyTexSubImage2D(GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height){ 392 ctx->dispatcher().glCopyTexSubImage2D(target,level,xoffset,yoffset,x,y,width,height); [all...] |
/frameworks/base/core/jni/ |
android_opengl_GLES10.cpp | 580 /* void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height ) */ 584 glCopyTexSubImage2D( [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace.pb.cpp | 695 const GLMessage_Function GLMessage::glCopyTexSubImage2D; [all...] |
gltrace.pb.h | [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/ |
gl_mangle.h | 239 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | 239 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/ |
gl_mangle.h | 239 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
gl.h | [all...] |
gl_mangle.h | 316 #define glCopyTexSubImage2D MANGLE(CopyTexSubImage2D) [all...] |