/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 129 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitNative); 243 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitNative); in init_stub_library()
|
H A D | stubs_arm64.cc | 129 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglWaitNative); 243 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglWaitNative); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 75 eglWaitNative;
|
H A D | platform_entries.in | 24 EGL_ENTRY(EGLBoolean, eglWaitNative, EGLint)
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/ |
H A D | EGL14.spec | 31 EGLBoolean eglWaitNative ( EGLint engine )
|
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
H A D | EGL10.java | 125 boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method
|
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/ |
H A D | egl.h | 221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
|
/aosp12/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLLogWrapper.java | 358 public boolean eglWaitNative(int engine, Object bindTarget) { in eglWaitNative() method in EGLLogWrapper 363 boolean result = mEgl10.eglWaitNative(engine, bindTarget); in eglWaitNative()
|
H A D | EGL14.java | 451 public static native boolean eglWaitNative( in eglWaitNative() method in EGL14
|
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/ |
H A D | EGLImpl.java | 53 public native boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method in EGLImpl
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 21 EGL_ENTRY(EGLBoolean, eglWaitNative, EGLint)
|
H A D | eglApi.cpp | 224 EGLBoolean eglWaitNative(EGLint engine) { in eglWaitNative() function 228 return cnx->platform.eglWaitNative(engine); in eglWaitNative()
|
H A D | egl_platform_entries.cpp | 1105 return cnx->egl.eglWaitNative(engine); in eglWaitNativeImpl()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | egl.h | 144 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative (EGLint engine);
|
/aosp12/frameworks/base/core/jni/ |
H A D | com_google_android_gles_jni_EGLImpl.cpp | 458 return EglBoolToJBool(eglWaitNative(engine)); in jni_eglWaitNative()
|
H A D | android_opengl_EGL14.cpp | 1183 _returnValue = eglWaitNative( in android_eglWaitNative()
|
/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 | 27677 method public static boolean eglWaitNative(int); 56954 method public boolean eglWaitNative(int, Object);
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 18692 method public static boolean eglWaitNative(int); 51701 method public abstract boolean eglWaitNative(int, java.lang.Object);
|