Home
last modified time | relevance | path

Searched defs:glPushMatrix (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/libagl/
Dmatrix.cpp983 void glPushMatrix() in glPushMatrix() function
/frameworks/native/opengl/libs/GLES_trace/
Dgltrace.proto308 glPushMatrix = 282; enumerator
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
DGL10.java789 void glPushMatrix( in glPushMatrix() method
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace.pb.cpp923 const GLMessage_Function GLMessage::glPushMatrix; member in android::gltrace::GLMessage
Dgltrace.pb.h1271 static const Function glPushMatrix = GLMessage_Function_glPushMatrix; variable
/frameworks/base/opengl/java/android/opengl/
DGLES10.java1036 public static native void glPushMatrix( in glPushMatrix() method in GLES10
DGLErrorWrapper.java657 public void glPushMatrix() { in glPushMatrix() method in GLErrorWrapper
DGLLogWrapper.java2243 public void glPushMatrix() { in glPushMatrix() method in GLLogWrapper
/frameworks/base/opengl/java/com/google/android/gles_jni/
DGLImpl.java861 public native void glPushMatrix( in glPushMatrix() method in GLImpl