Home
last modified time | relevance | path

Searched defs:glLoadMatrixf (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java629 void glLoadMatrixf( in glLoadMatrixf() method
634 void glLoadMatrixf( in glLoadMatrixf() method
/frameworks/base/opengl/java/android/opengl/
DGLES10.java797 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
804 public static native void glLoadMatrixf( in glLoadMatrixf() method in GLES10
DGLErrorWrapper.java480 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLErrorWrapper
486 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLErrorWrapper
DGLLogWrapper.java1936 public void glLoadMatrixf(float[] m, int offset) { in glLoadMatrixf() method in GLLogWrapper
1946 public void glLoadMatrixf(FloatBuffer m) { in glLoadMatrixf() method in GLLogWrapper
/frameworks/native/opengl/libagl/
Dmatrix.cpp928 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java625 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
632 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
/frameworks/base/libs/hwui/debug/
Dgles_redefine.h529 #define glLoadMatrixf wrap_glLoadMatrixf macro