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

  /frameworks/base/opengl/java/javax/microedition/khronos/opengles/
GL11Ext.java 88 void glDrawTexsvOES(
93 void glDrawTexsvOES(
  /frameworks/base/opengl/java/android/opengl/
GLES11Ext.java 192 // C function void glDrawTexsvOES ( const GLshort *coords )
194 public static native void glDrawTexsvOES(
199 // C function void glDrawTexsvOES ( const GLshort *coords )
201 public static native void glDrawTexsvOES(
    [all...]
GLErrorWrapper.java 916 public void glDrawTexsvOES(short[] coords, int offset) {
918 mgl11Ext.glDrawTexsvOES(coords, offset);
922 public void glDrawTexsvOES(ShortBuffer coords) {
924 mgl11Ext.glDrawTexsvOES(coords);
    [all...]
GLLogWrapper.java     [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
checks.spec 32 glDrawTexsvOES check coords 5
GLES11Ext.spec 7 void glDrawTexsvOES ( const GLshort *coords )
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 721 public void glDrawTexsvOES(short[] coords, int offset) {
722 mgl11Ext.glDrawTexsvOES(coords, offset);
725 public void glDrawTexsvOES(ShortBuffer coords) {
726 mgl11Ext.glDrawTexsvOES(coords);
  /frameworks/base/opengl/java/com/google/android/gles_jni/
GLImpl.java     [all...]
  /frameworks/base/opengl/include/GLES/
glext.h 289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
  /ndk/build/platforms/android-4/arch-arm/usr/include/GLES/
glext.h 289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
  /ndk/build/platforms/android-5/arch-arm/usr/include/GLES/
glext.h 289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
  /ndk/build/platforms/android-5/arch-x86/usr/include/GLES/
glext.h 289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
  /ndk/build/platforms/android-8/arch-arm/usr/include/GLES/
glext.h 289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
  /ndk/build/platforms/android-8/arch-x86/usr/include/GLES/
glext.h 289 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);
  /frameworks/base/core/jni/
android_opengl_GLES11Ext.cpp 218 /* void glDrawTexsvOES ( const GLshort *coords ) */
243 glDrawTexsvOES(
254 /* void glDrawTexsvOES ( const GLshort *coords ) */
267 glDrawTexsvOES(
    [all...]
com_google_android_gles_jni_GLImpl.cpp     [all...]
  /frameworks/base/opengl/libagl/
texture.cpp     [all...]
egl.cpp 905 { "glDrawTexsvOES",
906 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES },
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 

Completed in 416 milliseconds