Home
last modified time | relevance | path

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

/development/ndk/platforms/android-L/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt62 glDrawTexsvOES
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt62 glDrawTexsvOES
/development/ndk/platforms/android-L/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt62 glDrawTexsvOES
/development/ndk/platforms/android-L/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt62 glDrawTexsvOES
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt69 glDrawTexsvOES
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt69 glDrawTexsvOES
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java721 public void glDrawTexsvOES(short[] coords, int offset) { in glDrawTexsvOES() method in MatrixTrackingGL
722 mgl11Ext.glDrawTexsvOES(coords, offset); in glDrawTexsvOES()
725 public void glDrawTexsvOES(ShortBuffer coords) { in glDrawTexsvOES() method in MatrixTrackingGL
726 mgl11Ext.glDrawTexsvOES(coords); in glDrawTexsvOES()
/development/ndk/platforms/android-4/include/GLES/
Dglext.h485 GL_API void GL_APIENTRY glDrawTexsvOES (const GLshort *coords);