Searched refs:glPopMatrix (Results 1 - 15 of 15) sorted by relevance

/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java154 gl.glPopMatrix();
160 gl.glPopMatrix();
166 gl.glPopMatrix();
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c588 glPopMatrix();
601 glPopMatrix();
606 glPopMatrix();
782 glPopMatrix();
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec80 void glPopMatrix ( void )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1029 // C function void glPopMatrix ( void )
1031 public static native void glPopMatrix( method in class:GLES10
H A DGLErrorWrapper.java651 public void glPopMatrix() { method in class:GLErrorWrapper
653 mgl.glPopMatrix();
H A DGLLogWrapper.java2235 public void glPopMatrix() { method in class:GLLogWrapper
2236 begin("glPopMatrix");
2239 mgl.glPopMatrix();
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java786 void glPopMatrix( method in interface:GL10
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h624 #define glPopMatrix wrap_glPopMatrix macro
H A Dgles_undefine.h624 #undef glPopMatrix macro
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DGLImpl.java854 // C function void glPopMatrix ( void )
856 public native void glPopMatrix( method in class:GLImpl
/frameworks/native/opengl/include/GLES/
H A Dgl.h713 GL_API void GL_APIENTRY glPopMatrix (void);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h552 GLAPI void APIENTRY glPopMatrix (void);
/frameworks/native/opengl/libagl/
H A Dmatrix.cpp972 void glPopMatrix() function
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp2790 /* void glPopMatrix ( void ) */
2794 glPopMatrix();
3508 {"glPopMatrix", "()V", (void *) android_glPopMatrix__ },
H A Dcom_google_android_gles_jni_GLImpl.cpp3502 /* void glPopMatrix ( void ) */
3506 glPopMatrix();
9189 {"glPopMatrix", "()V", (void *) android_glPopMatrix__ },

Completed in 107 milliseconds