Home
last modified time | relevance | path

Searched refs:sync_handle (Results 1 – 2 of 2) sorted by relevance

/device/generic/goldfish-opengl/system/egl/
Degl.cpp467 uint64_t sync_handle; in createNativeSync() local
477 &sync_handle, in createNativeSync()
484 sync_handle, in createNativeSync()
494 return sync_handle; in createNativeSync()
2150 uint64_t sync_handle = 0; in eglCreateSyncKHR() local
2154 sync_handle = in eglCreateSyncKHR()
2168 EGLSync_t* syncRes = new EGLSync_t(sync_handle); in eglCreateSyncKHR()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp881 uint64_t sync_handle, thread_handle; in present() local
887 &sync_handle, &thread_handle); in present()
891 sync_handle, thread_handle, &retire_fd); in present()
900 rcEnc->rcDestroySyncKHR(rcEnc, sync_handle); in present()