Home
last modified time | relevance | path

Searched refs:glDrawTexxvOES (Results 1 – 8 of 8) sorted by relevance

/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt64 glDrawTexxvOES
/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt64 glDrawTexxvOES
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt64 glDrawTexxvOES
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt64 glDrawTexxvOES
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt71 glDrawTexxvOES
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt71 glDrawTexxvOES
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java733 public void glDrawTexxvOES(int[] coords, int offset) { in glDrawTexxvOES() method in MatrixTrackingGL
734 mgl11Ext.glDrawTexxvOES(coords, offset); in glDrawTexxvOES()
737 public void glDrawTexxvOES(IntBuffer coords) { in glDrawTexxvOES() method in MatrixTrackingGL
738 mgl11Ext.glDrawTexxvOES(coords); in glDrawTexxvOES()
/development/ndk/platforms/android-4/include/GLES/
Dglext.h487 GL_API void GL_APIENTRY glDrawTexxvOES (const GLfixed *coords);