/aosp12/frameworks/native/opengl/tools/glgen/static/egl/ |
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()
|
/aosp12/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()
|
/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/ |
H A D | EGL15.spec | 1 EGLSync eglCreateSync ( EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_list ) 3 // EGLBoolean eglGetSyncAttrib ( EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib *value ) 4 EGLBoolean eglDestroySync ( EGLDisplay dpy, EGLSync sync ) 5 EGLint eglClientWaitSync ( EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime timeout )
|
/aosp12/frameworks/native/opengl/tools/glgen/stubs/egl/ |
H A D | eglCreateSync.cpp | 8 EGLSync _returnValue = (EGLSync) 0; in android_eglCreateSync() 58 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglGetSyncAttrib() 81 (EGLSync)sync_native, in android_eglGetSyncAttrib()
|
H A D | eglCreateSync.java | 3 public static native EGLSync eglCreateSync( in eglCreateSync() 17 EGLSync sync, in eglGetSyncAttrib()
|
H A D | eglCreateSync.nativeReg | 1 {"eglCreateSync", "(Landroid/opengl/EGLDisplay;I[JI)Landroid/opengl/EGLSync;", (void *) android_egl… 2 {"eglGetSyncAttrib", "(Landroid/opengl/EGLDisplay;Landroid/opengl/EGLSync;I[JI)Z", (void *) android…
|
H A D | EGL15Header.java-if | 70 public static final EGLSync EGL_NO_SYNC = null;
|
/aosp12/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()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | egl.h | 240 typedef void *EGLSync; typedef 269 #define EGL_NO_SYNC EGL_CAST(EGLSync,0) 287 EGLAPI EGLSync EGLAPIENTRY eglCreateSync (EGLDisplay dpy, EGLenum type, const EGLAttrib *attrib_lis… 288 EGLAPI EGLBoolean EGLAPIENTRY eglDestroySync (EGLDisplay dpy, EGLSync sync); 289 EGLAPI EGLint EGLAPIENTRY eglClientWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTime ti… 290 EGLAPI EGLBoolean EGLAPIENTRY eglGetSyncAttrib (EGLDisplay dpy, EGLSync sync, EGLint attribute, EGL… 296 EGLAPI EGLBoolean EGLAPIENTRY eglWaitSync (EGLDisplay dpy, EGLSync sync, EGLint flags);
|
H A D | eglext.h | 625 typedef EGLBoolean (EGLAPIENTRYP PFNEGLCLIENTSIGNALSYNCEXTPROC) (EGLDisplay dpy, EGLSync sync, cons… 627 EGLAPI EGLBoolean EGLAPIENTRY eglClientSignalSyncEXT (EGLDisplay dpy, EGLSync sync, const EGLAttrib… 924 typedef EGLBoolean (EGLAPIENTRYP PFNEGLUNSIGNALSYNCEXTPROC) (EGLDisplay dpy, EGLSync sync, const EG… 926 EGLAPI EGLBoolean EGLAPIENTRY eglUnsignalSyncEXT (EGLDisplay dpy, EGLSync sync, const EGLAttrib *at…
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 54 EGL_ENTRY(EGLBoolean, eglDestroySync, EGLDisplay, EGLSync) 55 EGL_ENTRY(EGLint, eglClientWaitSync, EGLDisplay, EGLSync, EGLint, EGLTimeKHR) 56 EGL_ENTRY(EGLBoolean, eglGetSyncAttrib, EGLDisplay, EGLSync, EGLint, EGLAttrib *) 57 EGL_ENTRY(EGLBoolean, eglWaitSync, EGLDisplay, EGLSync, EGLint)
|
H A D | eglApi.cpp | 443 EGLint eglClientWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTimeKHR timeout) { in eglClientWaitSync() 457 EGLBoolean eglGetSyncAttrib(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib* value) { in eglGetSyncAttrib() 567 EGLBoolean eglWaitSync(EGLDisplay dpy, EGLSync sync, EGLint flags) { in eglWaitSync()
|
H A D | egl_platform_entries.cpp | 1742 EGLSync eglCreateSyncImpl(EGLDisplay dpy, EGLenum type, const EGLAttrib* attrib_list) { in eglCreateSyncImpl() 1820 EGLint eglClientWaitSyncImpl(EGLDisplay dpy, EGLSync sync, EGLint flags, EGLTimeKHR timeout) { in eglClientWaitSyncImpl() 1847 typedef EGLBoolean(EGLAPIENTRYP PFNEGLGETSYNCATTRIB)(EGLDisplay dpy, EGLSync sync, EGLint attribute, 1850 EGLBoolean eglGetSyncAttribImpl(EGLDisplay dpy, EGLSync sync, EGLint attribute, EGLAttrib* value) { in eglGetSyncAttribImpl() 2054 typedef EGLBoolean(EGLAPIENTRYP PFNEGLWAITSYNC)(EGLDisplay dpy, EGLSync sync, EGLint flags); 2062 EGLBoolean eglWaitSyncImpl(EGLDisplay dpy, EGLSync sync, EGLint flags) { in eglWaitSyncImpl()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | platform_entries.in | 47 EGL_ENTRY(EGLSync, eglCreateSync, EGLDisplay, EGLenum, const EGLAttrib*) 48 EGL_ENTRY(EGLBoolean, eglDestroySync, EGLDisplay, EGLSync) 49 EGL_ENTRY(EGLint, eglClientWaitSync, EGLDisplay, EGLSync, EGLint, EGLTimeKHR) 68 EGL_ENTRY(EGLint, eglWaitSync, EGLDisplay, EGLSync, EGLint)
|
/aosp12/frameworks/native/opengl/tools/glgen/ |
H A D | gen | 182 for x in EGLConfig EGLContext EGLDisplay EGLObjectHandle EGLSurface EGLImage EGLSync
|
/aosp12/frameworks/base/boot/ |
H A D | preloaded-classes | 5309 android.opengl.EGLSync
|
H A D | boot-image-profile.txt | 28629 Landroid/opengl/EGLSync;
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 27795 …method public static int eglClientWaitSync(android.opengl.EGLDisplay, android.opengl.EGLSync, int,… 27799 …method public static android.opengl.EGLSync eglCreateSync(android.opengl.EGLDisplay, int, long[], … 27801 method public static boolean eglDestroySync(android.opengl.EGLDisplay, android.opengl.EGLSync); 27803 …method public static boolean eglGetSyncAttrib(android.opengl.EGLDisplay, android.opengl.EGLSync, i… 27804 … method public static boolean eglWaitSync(android.opengl.EGLDisplay, android.opengl.EGLSync, int); 27838 field public static final android.opengl.EGLSync EGL_NO_SYNC; 27886 public class EGLSync extends android.opengl.EGLObjectHandle {
|
/aosp12/frameworks/base/config/ |
H A D | preloaded-classes | 5307 android.opengl.EGLSync
|
H A D | boot-image-profile.txt | 38266 Landroid/opengl/EGLSync;
|