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.cpp473 uint64_t sync_handle; in createNativeSync() local
483 &sync_handle, in createNativeSync()
490 sync_handle, in createNativeSync()
500 return sync_handle; in createNativeSync()
525 uint64_t sync_handle; in createNativeSync_virtioGpu()
536 &sync_handle, in createNativeSync_virtioGpu()
558 uint32_t sync_handle_lo = (uint32_t)sync_handle; in createNativeSync_virtioGpu()
559 uint32_t sync_handle_hi = (uint32_t)(sync_handle >> 32); in createNativeSync_virtioGpu()
594 return sync_handle; in createNativeSync_virtioGpu()
2269 uint64_t sync_handle = 0; in eglCreateSyncKHR() local
[all …]
/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()