Searched refs:glPushMatrix (Results 1 - 18 of 18) sorted by relevance

/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/
H A DClearActivity.java151 gl.glPushMatrix();
157 gl.glPushMatrix();
163 gl.glPushMatrix();
/frameworks/native/opengl/tests/angeles/
H A Ddemo.c580 glPushMatrix();
598 glPushMatrix();
602 glPushMatrix();
780 glPushMatrix();
/frameworks/native/opengl/libs/GLES_trace/
H A Dgltrace.proto308 glPushMatrix = 282;
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES10.spec81 void glPushMatrix ( void )
/frameworks/base/opengl/java/android/opengl/
H A DGLES10.java1050 // C function void glPushMatrix ( void )
1052 public static native void glPushMatrix( method in class:GLES10
H A DGLErrorWrapper.java657 public void glPushMatrix() { method in class:GLErrorWrapper
659 mgl.glPushMatrix();
H A DGLLogWrapper.java2243 public void glPushMatrix() { method in class:GLLogWrapper
2244 begin("glPushMatrix");
2247 mgl.glPushMatrix();
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/
H A DGL10.java789 void glPushMatrix( method in interface:GL10
/frameworks/native/opengl/include/GLES/
H A Dgl.h714 GL_API void GL_APIENTRY glPushMatrix (void);
/frameworks/native/opengl/tests/angeles/include/GLES/
H A Dgl.h553 GLAPI void APIENTRY glPushMatrix (void);
/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/native/opengl/libagl/
H A Dmatrix.cpp983 void glPushMatrix() function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp819 const GLMessage_Function GLMessage::glPushMatrix; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1152 static const Function glPushMatrix = GLMessage_Function_glPushMatrix; member in class:android::gltrace::GLMessage
H A Dgltrace_api.cpp13889 glmsg.set_function(GLMessage::glPushMatrix);
13894 glContext->hooks->gl.glPushMatrix();
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp2665 glPushMatrix();
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp3207 /* void glPushMatrix ( void ) */
3211 glPushMatrix();
3913 {"glPushMatrix", "()V", (void *) android_glPushMatrix__ },
H A Dcom_google_android_gles_jni_GLImpl.cpp3335 /* void glPushMatrix ( void ) */
3339 glPushMatrix();
8586 {"glPushMatrix", "()V", (void *) android_glPushMatrix__ },

Completed in 3285 milliseconds