Searched refs:glDrawTexiOES (Results 1 – 9 of 9) sorted by relevance
/development/ndk/platforms/android-L/arch-x86_64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 59 glDrawTexiOES
|
/development/ndk/platforms/android-4/arch-arm/symbols/ |
D | libGLESv1_CM.so.functions.txt | 59 glDrawTexiOES
|
/development/ndk/platforms/android-L/arch-mips64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 59 glDrawTexiOES
|
/development/ndk/platforms/android-L/arch-arm64/symbols/ |
D | libGLESv1_CM.so.functions.txt | 59 glDrawTexiOES
|
/development/ndk/platforms/android-9/arch-x86/symbols/ |
D | libGLESv1_CM.so.functions.txt | 66 glDrawTexiOES
|
/development/ndk/platforms/android-9/arch-mips/symbols/ |
D | libGLESv1_CM.so.functions.txt | 66 glDrawTexiOES
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/ |
D | LabelMaker.java | 345 ((GL11Ext)gl).glDrawTexiOES((int) x, (int) y, 0, in draw()
|
D | MatrixTrackingGL.java | 704 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/ |
D | glext.h | 483 GL_API void GL_APIENTRY glDrawTexiOES (GLint x, GLint y, GLint z, GLint width, GLint height);
|