/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 128 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitGL); 242 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitGL); in init_stub_library()
|
D | stubs_arm64.cc | 128 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitGL); 242 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitGL); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 74 eglWaitGL;
|
D | platform_entries.in | 23 EGL_ENTRY(EGLBoolean, eglWaitGL, void)
|
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | EGL14.spec | 30 EGLBoolean eglWaitGL ( void )
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 123 boolean eglWaitGL(); in eglWaitGL() method
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | egl.h | 220 GLAPI EGLBoolean APIENTRY eglWaitGL (void);
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 349 public boolean eglWaitGL() { in eglWaitGL() method in EGLLogWrapper 352 boolean result = mEgl10.eglWaitGL(); in eglWaitGL()
|
D | EGL14.java | 445 public static native boolean eglWaitGL( in eglWaitGL() method in EGL14
|
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 52 public native boolean eglWaitGL(); in eglWaitGL() method in EGLImpl
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 20 EGL_ENTRY(EGLBoolean, eglWaitGL, void)
|
D | eglApi.cpp | 218 EGLBoolean eglWaitGL(void) { in eglWaitGL() function 222 return cnx->platform.eglWaitGL(); in eglWaitGL()
|
D | egl_platform_entries.cpp | 1166 return cnx->egl.eglWaitGL(); in eglWaitGLImpl() 1627 res = cnx->egl.eglWaitGL(); in eglWaitClientImpl()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_EGLImpl.cpp | 454 return EglBoolToJBool(eglWaitGL()); in jni_eglWaitGL()
|
D | android_opengl_EGL14.cpp | 1174 _returnValue = eglWaitGL(); in android_eglWaitGL()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 18691 method public static boolean eglWaitGL(); 51700 method public abstract boolean eglWaitGL();
|
/frameworks/base/api/ |
D | current.txt | 32715 method public static boolean eglWaitGL(); 78575 method public boolean eglWaitGL();
|