HomeSort by relevance Sort by last modified time
    Searched refs:glDrawTexxvOES (Results 1 - 22 of 22) sorted by null

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 105 void glDrawTexxvOES(
110 void glDrawTexxvOES(
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 218 // C function void glDrawTexxvOES ( const GLfixed *coords )
220 public static native void glDrawTexxvOES(
225 // C function void glDrawTexxvOES ( const GLfixed *coords )
227 public static native void glDrawTexxvOES(
    [all...]
GLErrorWrapper.java 934 public void glDrawTexxvOES(int[] coords, int offset) {
936 mgl11Ext.glDrawTexxvOES(coords, offset);
940 public void glDrawTexxvOES(IntBuffer coords) {
942 mgl11Ext.glDrawTexxvOES(coords);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec 33 glDrawTexxvOES check coords 5
GLES11Ext.spec 9 void glDrawTexxvOES ( const GLfixed *coords )
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 733 public void glDrawTexxvOES(int[] coords, int offset) {
734 mgl11Ext.glDrawTexxvOES(coords, offset);
737 public void glDrawTexxvOES(IntBuffer coords) {
738 mgl11Ext.glDrawTexxvOES(coords);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/base/opengl/include/GLES/
glext.h 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
  /ndk/build/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 291 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 336 /* void glDrawTexxvOES ( const GLfixed *coords ) */
361 glDrawTexxvOES(
372 /* void glDrawTexxvOES ( const GLfixed *coords ) */
385 glDrawTexxvOES(
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/base/opengl/libagl/
texture.cpp     [all...]
egl.cpp 911 { "glDrawTexxvOES",
912 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES },
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 178 milliseconds