/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_ftable.h | 34 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
|
gl2_client_context.h | 34 glCopyTexImage2D_client_proc_t glCopyTexImage2D; 243 virtual glCopyTexImage2D_client_proc_t set_glCopyTexImage2D(glCopyTexImage2D_client_proc_t f) { glCopyTexImage2D_client_proc_t retval = glCopyTexImage2D; glCopyTexImage2D = f; return retval;} [all...] |
gl2_entry.cpp | 32 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); 364 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) 367 ctx->glCopyTexImage2D(ctx, target, level, internalformat, x, y, width, height, border); [all...] |
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
gl_ftable.h | 67 {"glCopyTexImage2D", (void*)glCopyTexImage2D},
|
gl_client_context.h | 67 glCopyTexImage2D_client_proc_t glCopyTexImage2D; 359 virtual glCopyTexImage2D_client_proc_t set_glCopyTexImage2D(glCopyTexImage2D_client_proc_t f) { glCopyTexImage2D_client_proc_t retval = glCopyTexImage2D; glCopyTexImage2D = f; return retval;} [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
gles_ftable.h | 77 {"glCopyTexImage2D", (void *)glCopyTexImage2D},
|
gles_dispatch.h | 80 glCopyTexImage2D_t glCopyTexImage2D; 352 glCopyTexImage2D_t set_glCopyTexImage2D(glCopyTexImage2D_t f) { glCopyTexImage2D_t retval = glCopyTexImage2D; glCopyTexImage2D = f; return retval;} [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_CM/ |
GLDispatch.cpp | 80 LOAD_GL_FUNC(glCopyTexImage2D);
|
GLDispatch.h | 57 void (GLAPIENTRY *glCopyTexImage2D) (GLenum target, GLint level, GLenum internalFormat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border);
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
GL11ExtensionPack.java | 156 void glCopyTexImage2D(
|
GL10.java | 370 void glCopyTexImage2D(
|
/external/chromium_org/gpu/GLES2/ |
gl2chromium_autogen.h | 37 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D)
|
/external/robolectric/lib/main/ |
opengl-api-gl1.1-android-2.1_r1.jar | |
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
GLDispatch.h | 80 glCopyTexImage2D_t glCopyTexImage2D;
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_context.c | 761 &glCopyTexImage2D,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_context.c | 761 &glCopyTexImage2D,
|
/sdk/emulator/opengl/tests/translator_tests/GLES_CM/ |
triangleCM.cpp | 443 glCopyTexImage2D(GL_TEXTURE_2D,0,GL_RGBA,0,0,256,256,0);
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
MatrixTrackingGL.java | 160 public void glCopyTexImage2D(int target, int level, int internalformat, 162 mgl.glCopyTexImage2D(target, level, internalformat, x, y, width,
|
/frameworks/native/opengl/libs/GLES_trace/ |
gltrace.proto | 79 glCopyTexImage2D = 53;
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
GLES10.spec | 19 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
|
GLES20.spec | 24 void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border )
|
/frameworks/base/opengl/java/android/opengl/ |
GLES10.java | 441 // C function void glCopyTexImage2D ( GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border ) 443 public static native void glCopyTexImage2D( [all...] |
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 513 #define glCopyTexImage2D GLES2_GET_FUN(CopyTexImage2D) 662 GL_APICALL void GL_APIENTRY glCopyTexImage2D (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border); [all...] |
/external/replicaisland/src/com/replica/replicaisland/ |
GLErrorLogger.java | 155 public void glCopyTexImage2D(int target, int level, int internalformat, 157 ((GL10)mGL).glCopyTexImage2D( target, level, internalformat,
|
/sdk/emulator/opengl/host/libs/Translator/GLcommon/ |
GLDispatch.cpp | 86 void (GLAPIENTRY *GLDispatch::glCopyTexImage2D)(GLenum,GLint,GLenum,GLint,GLint,GLsizei,GLsizei,GLint) = NULL; 322 LOAD_GL_FUNC(glCopyTexImage2D);
|