/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/ |
D | CubeRenderer.java | 58 gl.glLoadIdentity(); in onDrawFrame() 96 gl.glLoadIdentity(); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gldual/src/com/android/gldual/ |
D | TriangleRenderer.java | 77 gl.glLoadIdentity(); in onDrawFrame() 102 gl.glLoadIdentity(); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/filter/ |
D | filter.cpp | 72 glLoadIdentity(); in main() 177 glLoadIdentity(); in main()
|
/frameworks/native/opengl/tests/lighting1709/src/com/android/lightingtest/ |
D | ClearActivity.java | 77 gl.glLoadIdentity(); in onSurfaceChanged() 90 gl.glLoadIdentity(); in onSurfaceChanged()
|
/frameworks/native/opengl/tests/gl_jni/jni/ |
D | gl_code.cpp | 102 glLoadIdentity(); in init_scene() 107 glLoadIdentity(); in init_scene()
|
/frameworks/native/opengl/tests/tritex/ |
D | tritex.cpp | 187 glLoadIdentity(); in init_scene() 191 glLoadIdentity(); in init_scene()
|
/frameworks/native/opengl/tests/angeles/ |
D | demo.c | 441 glLoadIdentity(); in drawFadeQuad() 444 glLoadIdentity(); in drawFadeQuad() 528 glLoadIdentity(); in prepareFrame() 533 glLoadIdentity(); in prepareFrame()
|
/frameworks/native/opengl/tests/linetex/ |
D | linetex.cpp | 99 glLoadIdentity(); in main()
|
/frameworks/native/opengl/tests/gl_basic/ |
D | gl_basic.cpp | 298 glLoadIdentity(); in init_scene() 301 glLoadIdentity(); in init_scene()
|
/frameworks/native/opengl/tests/fillrate/ |
D | fillrate.cpp | 114 glLoadIdentity(); in main()
|
/frameworks/native/opengl/tests/testViewport/src/com/android/test/ |
D | TestView.java | 239 gl.glLoadIdentity(); in onSurfaceChanged()
|
/frameworks/native/opengl/libs/ |
D | libGLESv1_CM.map.txt | 175 glLoadIdentity;
|
/frameworks/libs/native_bridge_support/libGLESv1_CM/ |
D | stubs_arm64.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadIdentity); 472 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadIdentity); in init_stub_library()
|
D | stubs_arm.cc | 192 DEFINE_INTERCEPTABLE_STUB_FUNCTION(glLoadIdentity); 472 INIT_INTERCEPTABLE_STUB_FUNCTION("libGLESv1_CM.so", glLoadIdentity); in init_stub_library()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES10.spec | 57 void glLoadIdentity ( void )
|
/frameworks/base/opengl/java/javax/microedition/khronos/opengles/ |
D | GL10.java | 626 void glLoadIdentity( in glLoadIdentity() method
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.0 | 57 void glLoadIdentity ( void )
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl_api.in | 307 void API_ENTRY(glLoadIdentity)(void) { 308 CALL_GL_API(glLoadIdentity);
|
/frameworks/base/opengl/java/android/opengl/ |
D | GLES10.java | 792 public static native void glLoadIdentity( in glLoadIdentity() method in GLES10
|
D | GLErrorWrapper.java | 474 public void glLoadIdentity() { in glLoadIdentity() method in GLErrorWrapper 476 mgl.glLoadIdentity(); in glLoadIdentity()
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 529 GLAPI void APIENTRY glLoadIdentity (void);
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | GLImpl.java | 620 public native void glLoadIdentity( in glLoadIdentity() method in GLImpl
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 507 GL_API void GL_APIENTRY glLoadIdentity (void);
|
/frameworks/base/libs/hwui/debug/ |
D | gles_redefine.h | 528 #define glLoadIdentity wrap_glLoadIdentity macro
|
D | gles_undefine.h | 527 #undef glLoadIdentity
|