Searched defs:glPushMatrix (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dmatrix.cpp983 void glPushMatrix() function
/frameworks/base/opengl/java/android/opengl/
H A DGLErrorWrapper.java657 public void glPushMatrix() { method in class:GLErrorWrapper
659 mgl.glPushMatrix();
H A DGLES10.java1034 // C function void glPushMatrix ( void )
1036 public static native void glPushMatrix( method in class:GLES10
H A DGLLogWrapper.java2243 public void glPushMatrix() { method in class:GLLogWrapper
2244 begin("glPushMatrix");
2247 mgl.glPushMatrix();
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java859 // C function void glPushMatrix ( void )
861 public native void glPushMatrix( method in class:GLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java789 void glPushMatrix( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h704 #define glPushMatrix wrap_glPushMatrix macro
H A Dgles_undefine.h704 #undef glPushMatrix macro

Completed in 2987 milliseconds