Searched refs:sync_native (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/jni/ |
H A D | android_opengl_EGL15.cpp | 252 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglGetSyncAttrib() local 275 (EGLSync)sync_native, in android_eglGetSyncAttrib() 302 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglDestroySync() local 306 (EGLSync)sync_native in android_eglDestroySync() 317 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglClientWaitSync() local 321 (EGLSync)sync_native, in android_eglClientWaitSync() 458 EGLSync sync_native = (EGLSync) fromEGLHandle(_env, eglsyncGetHandleID, sync); in android_eglWaitSync() local 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() local 96 return eglDupNativeFenceFDANDROID(dpy_native, sync_native); in android_eglDupNativeFenceFDANDROID()
|