Home
last modified time | relevance | path

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

/development/ndk/platforms/android-21/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt58 glDrawTexfvOES
/development/ndk/platforms/android-9/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt58 glDrawTexfvOES
/development/ndk/platforms/android-21/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt58 glDrawTexfvOES
/development/ndk/platforms/android-21/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt58 glDrawTexfvOES
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt65 glDrawTexfvOES
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt65 glDrawTexfvOES
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixTrackingGL.java696 public void glDrawTexfvOES(float[] coords, int offset) { in glDrawTexfvOES() method in MatrixTrackingGL
697 mgl11Ext.glDrawTexfvOES(coords, offset); in glDrawTexfvOES()
700 public void glDrawTexfvOES(FloatBuffer coords) { in glDrawTexfvOES() method in MatrixTrackingGL
701 mgl11Ext.glDrawTexfvOES(coords); in glDrawTexfvOES()
/development/ndk/platforms/android-9/include/GLES/
Dglext.h489 GL_API void GL_APIENTRY glDrawTexfvOES (const GLfloat *coords);