Home
last modified time | relevance | path

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

/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt60 glDrawTexivOES
/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt60 glDrawTexivOES
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt60 glDrawTexivOES
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt60 glDrawTexivOES
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt67 glDrawTexivOES
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt67 glDrawTexivOES
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java708 public void glDrawTexivOES(int[] coords, int offset) { in glDrawTexivOES() method in MatrixTrackingGL
709 mgl11Ext.glDrawTexivOES(coords, offset); in glDrawTexivOES()
712 public void glDrawTexivOES(IntBuffer coords) { in glDrawTexivOES() method in MatrixTrackingGL
713 mgl11Ext.glDrawTexivOES(coords); in glDrawTexivOES()
/development/ndk/platforms/android-4/include/GLES/
Dglext.h486 GL_API void GL_APIENTRY glDrawTexivOES (const GLint *coords);