/aosp12/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
H A D | ClearActivity.java | 151 gl.glPushMatrix(); in onDrawFrame() 157 gl.glPushMatrix(); in onDrawFrame() 163 gl.glPushMatrix(); in onDrawFrame()
|
/aosp12/frameworks/native/opengl/tests/angeles/ |
H A D | demo.c | 580 glPushMatrix(); in drawModels() 598 glPushMatrix(); in drawModels() 602 glPushMatrix(); in drawModels() 780 glPushMatrix(); in appRender()
|
/aosp12/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
H A D | stubs_arm64.cc | 241 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPushMatrix); 521 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPushMatrix); in init_stub_library()
|
H A D | stubs_arm.cc | 241 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glPushMatrix); 521 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glPushMatrix); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libGLESv1_CM.map.txt | 224 glPushMatrix;
|
H A D | entries_gles1.in | 234 GL_ENTRY(void, glPushMatrix, void)
|
H A D | entries.in | 769 GL_ENTRY(void, glPushMatrix, void)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/gles11/ |
H A D | GLES10.spec | 81 void glPushMatrix ( void )
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
H A D | GL10.java | 789 void glPushMatrix( in glPushMatrix() method
|
/aosp12/frameworks/native/opengl/libs/GLES_CM/ |
H A D | gl_api.in | 358 void API_ENTRY(glPushMatrix)(void) { 359 CALL_GL_API(glPushMatrix);
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
H A D | glspec-1.0 | 81 void glPushMatrix ( void )
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | GLES10.java | 1036 public static native void glPushMatrix( in glPushMatrix() method in GLES10
|
H A D | GLErrorWrapper.java | 657 public void glPushMatrix() { in glPushMatrix() method in GLErrorWrapper 659 mgl.glPushMatrix(); in glPushMatrix()
|
H A D | GLLogWrapper.java | 2243 public void glPushMatrix() { in glPushMatrix() method in GLLogWrapper 2247 mgl.glPushMatrix(); in glPushMatrix()
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | gl.h | 553 GLAPI void APIENTRY glPushMatrix (void);
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | GLImpl.java | 864 public native void glPushMatrix( in glPushMatrix() method in GLImpl
|
/aosp12/frameworks/native/opengl/include/GLES/ |
H A D | gl.h | 524 GL_API void GL_APIENTRY glPushMatrix (void);
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_opengl_GLES10.cpp | 2766 glPushMatrix(); in android_glPushMatrix__()
|
H A D | com_google_android_gles_jni_GLImpl.cpp | 3453 glPushMatrix(); in android_glPushMatrix__()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 28030 method public static void glPushMatrix(); 57153 method public void glPushMatrix();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18978 method public static void glPushMatrix(); 51900 method public abstract void glPushMatrix();
|