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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 46 void glDrawTexfOES(
  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 138 ((GL11Ext) gl).glDrawTexfOES(snappedX * scaleX, snappedY * scaleY,
GLErrorLogger.java 1076 public void glDrawTexfOES(float x, float y, float z, float width,
1078 ((GL11Ext)mGL).glDrawTexfOES( x, y, z, width,
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 174 {"glDrawTexfOES", (void *)glDrawTexfOES},
gles_dispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
449 glDrawTexfOES_t set_glDrawTexfOES(glDrawTexfOES_t f) { glDrawTexfOES_t retval = glDrawTexfOES; glDrawTexfOES = f; return retval;}
    [all...]
gles.cpp 826 void glDrawTexfOES(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height)
828 getDispatch()->glDrawTexfOES(x, y, z, width, height);
    [all...]
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
TextureTestRenderer.java 41 * The GPU driver seems to change texture coordinates inside glDrawTexfOES, and
110 ((GL11Ext) gl).glDrawTexfOES(0, 0, 0, 4, 4);
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 113 glDrawTexfOES = 87;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 10 void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 177 glDrawTexfOES_t glDrawTexfOES;
GLDispatch.cpp 194 s_gl.glDrawTexfOES = (glDrawTexfOES_t) s_gles_lib->findSymbol("glDrawTexfOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 235 // C function void glDrawTexfOES ( GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height )
237 public static native void glDrawTexfOES(
    [all...]
GLErrorWrapper.java 872 public void glDrawTexfOES(float x, float y, float z,
875 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 691 public void glDrawTexfOES(float x, float y, float z,
693 mgl11Ext.glDrawTexfOES(x, y, z, width, height);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1160 public void glDrawTexfOES(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 292 GL_API void GL_APIENTRY glDrawTexfOES (GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 118 glDrawTexfOES(87, 87),
611 case 87: return glDrawTexfOES;
    [all...]

Completed in 86 milliseconds

1 2 3