HomeSort by relevance Sort by last modified time
    Searched refs:glCopyTexImage2D (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 56 case glCopyTexImage2D:
136 case glCopyTexImage2D:
MessageData.java 99 case glCopyTexImage2D:
Context.java 361 case glCopyTexImage2D:
CodeGen.java 54 case glCopyTexImage2D:
680 case glCopyTexImage2D:
    [all...]
DebuggerMessage.java 54 glCopyTexImage2D(23, 23),
253 case 23: return glCopyTexImage2D;
    [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/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/libOpenglRender/
ColorBuffer.cpp 178 s_gl2.glCopyTexImage2D(GL_TEXTURE_2D, 0, m_internalFormat,
186 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)
  /gdk/samples/quake/jni/
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(
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 79 glCopyTexImage2D = 53;
  /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/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/ui/
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);
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 338 ::glCopyTexImage2D(GL_TEXTURE_2D, 0, m_internalColorFormat, 0, 0, m_currentWidth, m_currentHeight, 0);
550 ::glCopyTexImage2D(target, level, internalformat, x, y, width, height, border);
    [all...]

Completed in 140 milliseconds

1 2 3 4 5