Home
last modified time | relevance | path

Searched refs:glDrawTexiOES (Results 1 – 9 of 9) sorted by relevance

/development/ndk/platforms/android-L/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt59 glDrawTexiOES
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt59 glDrawTexiOES
/development/ndk/platforms/android-L/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt59 glDrawTexiOES
/development/ndk/platforms/android-L/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt59 glDrawTexiOES
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt66 glDrawTexiOES
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt66 glDrawTexiOES
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DLabelMaker.java345 ((GL11Ext)gl).glDrawTexiOES((int) x, (int) y, 0, in draw()
DMatrixTrackingGL.java704 public void glDrawTexiOES(int x, int y, int z, int width, int height) { in glDrawTexiOES() method in MatrixTrackingGL
705 mgl11Ext.glDrawTexiOES(x, y, z, width, height); in glDrawTexiOES()
/development/ndk/platforms/android-4/include/GLES/
Dglext.h483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);