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

1 2 3 4 5

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/
GLServerTexture.java 65 case glCopyTexSubImage2D:
137 case glCopyTexSubImage2D:
MessageData.java 104 case glCopyTexSubImage2D:
Context.java 362 case glCopyTexSubImage2D: {
CodeGen.java 68 case glCopyTexSubImage2D:
681 case glCopyTexSubImage2D:
    [all...]
DebuggerMessage.java 55 glCopyTexSubImage2D(24, 24),
254 case 24: return glCopyTexSubImage2D;
    [all...]
  /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/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/quake/quake/src/WinQuake/
glquake.h 342 #define glCopyTexSubImage2D(...) do { glCopyTexSubImage2D(__VA_ARGS__); GLCHECK("glCopyTexSubImage2D");} while(0)
  /gdk/samples/quake/jni/
glquake.h 342 #define glCopyTexSubImage2D(...) do { glCopyTexSubImage2D(__VA_ARGS__); GLCHECK("glCopyTexSubImage2D");} while(0)
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 80 glCopyTexSubImage2D = 54;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 81 glCopyTexSubImage2D_t glCopyTexSubImage2D;
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TransferQueue.cpp 50 // relied on the glCopyTexSubImage2D instead of a glDraw call
173 glCopyTexSubImage2D(GL_TEXTURE_2D, 0, 0, 0, 0, 0,
  /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/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 )
  /frameworks/base/opengl/java/android/opengl/
GLES10.java 454 // C function void glCopyTexSubImage2D ( GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height )
456 public static native void glCopyTexSubImage2D(
    [all...]
GLErrorWrapper.java 193 public void glCopyTexSubImage2D(int target, int level, int xoffset,
196 mgl.glCopyTexSubImage2D(target, level, xoffset, yoffset, x, y, width,
    [all...]
  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL10.java 381 void glCopyTexSubImage2D(
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 149 public void glCopyTexSubImage2D(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 163 public void glCopyTexSubImage2D(int target, int level, int xoffset,
165 ((GL10)mGL).glCopyTexSubImage2D( target, level, xoffset,
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLDispatch.cpp 87 void (GLAPIENTRY *GLDispatch::glCopyTexSubImage2D)(GLenum,GLint,GLint,GLint,GLint,GLint,GLsizei,GLsizei) = NULL;
323 LOAD_GL_FUNC(glCopyTexSubImage2D);

Completed in 7262 milliseconds

1 2 3 4 5