/aosp14/frameworks/base/opengl/java/android/opengl/ |
H A D | EGLSync.java | 24 public class EGLSync extends EGLObjectHandle { class 25 private EGLSync(long handle) { in EGLSync() method in EGLSync 32 if (!(o instanceof EGLSync)) return false; in equals() 34 EGLSync that = (EGLSync) o; in equals()
|
H A D | EGL15.java | 70 public static final EGLSync EGL_NO_SYNC = null; 81 public static native EGLSync eglCreateSync( in eglCreateSync() 95 EGLSync sync, in eglGetSyncAttrib() 105 EGLSync sync in eglDestroySync() 112 EGLSync sync, in eglClientWaitSync() 150 EGLSync sync, in eglWaitSync()
|
H A D | EGLExt.java | 75 @NonNull EGLSync sync) { in eglDupNativeFenceFDANDROID() 85 private static native int eglDupNativeFenceFDANDROIDImpl(EGLDisplay display, EGLSync sync); in eglDupNativeFenceFDANDROIDImpl()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_EGL15.cpp | 202 EGLSync _returnValue = (EGLSync) 0; in android_eglCreateSync() 252 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglGetSyncAttrib() 275 (EGLSync)sync_native, in android_eglGetSyncAttrib() 302 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglDestroySync() 306 (EGLSync)sync_native in android_eglDestroySync() 317 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglClientWaitSync() 321 (EGLSync)sync_native, in android_eglClientWaitSync() 458 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglWaitSync() 462 (EGLSync)sync_native, in android_eglWaitSync()
|
H A D | android_opengl_EGLExt.cpp | 94 EGLSync sync_native = (EGLSync)fromEGLHandle(env, eglsyncGetHandleID, sync); in android_eglDupNativeFenceFDANDROID()
|
/aosp14/frameworks/base/core/java/android/hardware/ |
H A D | SyncFence.java | 23 import android.opengl.EGLSync;
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | SurfaceControl.java | 65 import android.opengl.EGLSync;
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 29577 …method public static int eglClientWaitSync(android.opengl.EGLDisplay, android.opengl.EGLSync, int,… 29581 …method public static android.opengl.EGLSync eglCreateSync(android.opengl.EGLDisplay, int, long[], … 29583 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync); 29585 …method public static boolean eglGetSyncAttrib(android.opengl.EGLDisplay, android.opengl.EGLSync, i… 29586 … method public static boolean eglWaitSync(android.opengl.EGLDisplay, android.opengl.EGLSync, int); 29620 field public static final android.opengl.EGLSync EGL_NO_SYNC; 29647 …ce eglDupNativeFenceFDANDROID(@NonNull android.opengl.EGLDisplay, @NonNull android.opengl.EGLSync); 29673 public class EGLSync extends android.opengl.EGLObjectHandle {
|
/aosp14/frameworks/base/boot/ |
H A D | preloaded-classes | 5741 android.opengl.EGLSync
|
H A D | boot-image-profile.txt | 28528 Landroid/opengl/EGLSync;
|
/aosp14/frameworks/base/config/ |
H A D | preloaded-classes | 5745 android.opengl.EGLSync
|
H A D | boot-image-profile.txt | 38635 Landroid/opengl/EGLSync;
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |