Home
last modified time | relevance | path

Searched refs:EGLSync (Results 1 – 13 of 13) sorted by relevance

/aosp14/frameworks/base/opengl/java/android/opengl/
H A DEGLSync.java24 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 DEGL15.java70 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 DEGLExt.java75 @NonNull EGLSync sync) { in eglDupNativeFenceFDANDROID()
85 private static native int eglDupNativeFenceFDANDROIDImpl(EGLDisplay display, EGLSync sync); in eglDupNativeFenceFDANDROIDImpl()
/aosp14/frameworks/base/core/jni/
H A Dandroid_opengl_EGL15.cpp202 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 Dandroid_opengl_EGLExt.cpp94 EGLSync sync_native = (EGLSync)fromEGLHandle(env, eglsyncGetHandleID, sync); in android_eglDupNativeFenceFDANDROID()
/aosp14/frameworks/base/core/java/android/hardware/
H A DSyncFence.java23 import android.opengl.EGLSync;
/aosp14/frameworks/base/core/java/android/view/
H A DSurfaceControl.java65 import android.opengl.EGLSync;
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt29577 …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 Dpreloaded-classes5741 android.opengl.EGLSync
H A Dboot-image-profile.txt28528 Landroid/opengl/EGLSync;
/aosp14/frameworks/base/config/
H A Dpreloaded-classes5745 android.opengl.EGLSync
H A Dboot-image-profile.txt38635 Landroid/opengl/EGLSync;
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...