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.cpp466 uint64_t sync_handle; in createNativeSync() local
476 &sync_handle, in createNativeSync()
483 sync_handle, in createNativeSync()
493 return sync_handle; in createNativeSync()
2143 uint64_t sync_handle = 0; in eglCreateSyncKHR() local
2147 sync_handle = in eglCreateSyncKHR()
2161 EGLSync_t* syncRes = new EGLSync_t(sync_handle); in eglCreateSyncKHR()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp798 uint64_t sync_handle, thread_handle; in present() local
804 &sync_handle, &thread_handle); in present()
808 sync_handle, thread_handle, &retire_fd); in present()
817 rcEnc->rcDestroySyncKHR(rcEnc, sync_handle); in present()