/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 35 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
gl2_client_context.h | 35 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; 244 virtual glCopyTexSubImage2D_client_proc_t set_glCopyTexSubImage2D(glCopyTexSubImage2D_client_proc_t f) { glCopyTexSubImage2D_client_proc_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D = f; return retval;} [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 68 {"glCopyTexSubImage2D", (void*)glCopyTexSubImage2D},
|
gl_client_context.h | 68 glCopyTexSubImage2D_client_proc_t glCopyTexSubImage2D; 360 virtual glCopyTexSubImage2D_client_proc_t set_glCopyTexSubImage2D(glCopyTexSubImage2D_client_proc_t f) { glCopyTexSubImage2D_client_proc_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D = f; return retval;} [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 78 {"glCopyTexSubImage2D", (void *)glCopyTexSubImage2D},
|
gles_dispatch.h | 81 glCopyTexSubImage2D_t glCopyTexSubImage2D; 353 glCopyTexSubImage2D_t set_glCopyTexSubImage2D(glCopyTexSubImage2D_t f) { glCopyTexSubImage2D_t retval = glCopyTexSubImage2D; glCopyTexSubImage2D = f; return retval;} [all...] |
/external/chromium_org/gpu/skia_bindings/ |
gl_bindings_skia_cmd_buffer.cc | 36 interface->fCopyTexSubImage2D = glCopyTexSubImage2D;
|
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLDispatch.cpp | 81 LOAD_GL_FUNC(glCopyTexSubImage2D);
|
GLDispatch.h | 58 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/ |
ColorBuffer.cpp | 191 s_gl2.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, 199 s_gl.glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0,
|
GLDispatch.h | 81 glCopyTexSubImage2D_t glCopyTexSubImage2D;
|
/external/chromium_org/third_party/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 36 interface->fCopyTexSubImage2D = glCopyTexSubImage2D;
|
/external/chromium_org/ui/surface/ |
accelerated_surface_mac.cc | 96 glCopyTexSubImage2D(target, 0,
|
/external/skia/src/gpu/gl/iOS/ |
GrGLCreateNativeInterface_iOS.cpp | 36 interface->fCopyTexSubImage2D = glCopyTexSubImage2D;
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 38 #define glCopyTexSubImage2D GLES2_GET_FUN(CopyTexSubImage2D)
|
/external/chromium_org/third_party/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 70 interface->fCopyTexSubImage2D = glCopyTexSubImage2D;
|
/external/skia/src/gpu/gl/unix/ |
GrGLCreateNativeInterface_unix.cpp | 70 interface->fCopyTexSubImage2D = glCopyTexSubImage2D;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_context.c | 763 &glCopyTexSubImage2D,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_context.c | 763 &glCopyTexSubImage2D,
|
/frameworks/native/opengl/tests/gl2_copyTexImage/ |
gl2_copyTexImage.cpp | 255 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0, w / 2, h / 2); 256 checkGlError("glCopyTexSubImage2D");
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 445 glCopyTexSubImage2D(GL_TEXTURE_2D,0,100,100,WINDOW_WIDTH/2,WINDOW_HEIGHT/2,50,50);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 166 public void glCopyTexSubImage2D(int target, int level, int xoffset, 168 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 80 glCopyTexSubImage2D = 54;
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 20 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
|
GLES20.spec | 25 void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
|