HomeSort by relevance Sort by last modified time
    Searched refs:glCopyTexImage2D (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /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...]
gles.cpp 341 void glCopyTexImage2D(GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border)
343 getDispatch()->glCopyTexImage2D(target, level, internalformat, x, y, width, height, border);
    [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);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.cpp 191 s_gl2.glCopyTexImage2D(GL_TEXTURE_2D, 0, m_internalFormat,
199 s_gl.glCopyTexImage2D(GL_TEXTURE_2D, 0, m_internalFormat,
GLDispatch.h 80 glCopyTexImage2D_t glCopyTexImage2D;
  /external/quake/quake/src/WinQuake/
glquake.h 341 #define glCopyTexImage2D(...) do { glCopyTexImage2D(__VA_ARGS__); GLCHECK("glCopyTexImage2D");} while(0)
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11ExtensionPack.java 156 void glCopyTexImage2D(
GL10.java 370 void glCopyTexImage2D(
  /external/robolectric/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
  /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...]
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/glrenderer/
GLStub.java 138 public void glCopyTexImage2D(
  /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);

Completed in 389 milliseconds

1 2 3 4 5 6