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

1 2 3

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 97 void glDrawTexxOES(
  /sdk/emulator/opengl/tests/gles_android_wrapper/
gles_ftable.h 170 {"glDrawTexxOES", (void *)glDrawTexxOES},
gles_dispatch.h 173 glDrawTexxOES_t glDrawTexxOES;
445 glDrawTexxOES_t set_glDrawTexxOES(glDrawTexxOES_t f) { glDrawTexxOES_t retval = glDrawTexxOES; glDrawTexxOES = f; return retval;}
    [all...]
gles.cpp 806 void glDrawTexxOES(GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height)
808 getDispatch()->glDrawTexxOES(x, y, z, width, height);
    [all...]
  /frameworks/native/opengl/libs/GLES_trace/
gltrace.proto 119 glDrawTexxOES = 93;
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11Ext.spec 6 void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
  /sdk/emulator/opengl/host/libs/libOpenglRender/
GLDispatch.h 173 glDrawTexxOES_t glDrawTexxOES;
GLDispatch.cpp 190 s_gl.glDrawTexxOES = (glDrawTexxOES_t) s_gles_lib->findSymbol("glDrawTexxOES");
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 186 // C function void glDrawTexxOES ( GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height )
188 public static native void glDrawTexxOES(
    [all...]
GLErrorWrapper.java 928 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
930 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 729 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
730 mgl11Ext.glDrawTexxOES(x, y, z, width, height);
  /packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLStub.java 1211 public void glDrawTexxOES(
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 1133 public void glDrawTexxOES(int x, int y, int z, int width, int height) {
1134 ((GL11Ext)mGL).glDrawTexxOES( x, y, z, width, height);
  /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 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r5/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /prebuilts/ndk/android-ndk-r6/platforms/android-4/arch-x86/usr/include/GLES/
glext.h 288 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 124 glDrawTexxOES(93, 93),
617 case 93: return glDrawTexxOES;
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
    [all...]
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/GLES/
glext.h 482 GL_API void GL_APIENTRY glDrawTexxOES (GLfixed x, GLfixed y, GLfixed z, GLfixed width, GLfixed height);
    [all...]

Completed in 400 milliseconds

1 2 3