Home
last modified time | relevance | path

Searched defs:glLoadMatrixf (Results 1 – 9 of 9) 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.cpp939 void glLoadMatrixf(const GLfloat* m) in glLoadMatrixf() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java622 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
629 public native void glLoadMatrixf( in glLoadMatrixf() method in GLImpl
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto262 glLoadMatrixf = 236; enumerator
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp1068 const GLMessage_Function GLMessage::glLoadMatrixf; member in android::gltrace::GLMessage
Dgltrace.pb.h1416 static const Function glLoadMatrixf = GLMessage_Function_glLoadMatrixf; variable