Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
DMatrixStack.java66 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in MatrixStack
72 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in MatrixStack
DMatrixTrackingGL.java380 public void glLoadMatrixx(int[] m, int offset) { in glLoadMatrixx() method in MatrixTrackingGL
381 mCurrent.glLoadMatrixx(m, offset); in glLoadMatrixx()
382 mgl.glLoadMatrixx(m, offset); in glLoadMatrixx()
386 public void glLoadMatrixx(IntBuffer m) { in glLoadMatrixx() method in MatrixTrackingGL
388 mCurrent.glLoadMatrixx(m); in glLoadMatrixx()
390 mgl.glLoadMatrixx(m); in glLoadMatrixx()
/development/ndk/platforms/android-L/arch-x86_64/symbols/
DlibGLESv1_CM.so.functions.txt145 glLoadMatrixx
/development/ndk/platforms/android-4/arch-arm/symbols/
DlibGLESv1_CM.so.functions.txt145 glLoadMatrixx
/development/ndk/platforms/android-L/arch-mips64/symbols/
DlibGLESv1_CM.so.functions.txt145 glLoadMatrixx
/development/ndk/platforms/android-L/arch-arm64/symbols/
DlibGLESv1_CM.so.functions.txt145 glLoadMatrixx
/development/ndk/platforms/android-9/arch-x86/symbols/
DlibGLESv1_CM.so.functions.txt175 glLoadMatrixx
/development/ndk/platforms/android-9/arch-mips/symbols/
DlibGLESv1_CM.so.functions.txt175 glLoadMatrixx
/development/ndk/platforms/android-4/include/GLES/
Dgl.h698 GL_API void GL_APIENTRY glLoadMatrixx (const GLfixed *m);