Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderControl.cpp1071 static void rcTriggerWait(uint64_t eglsync_ptr, in rcTriggerWait() argument
1077 EGLSYNC_DPRINT("vkFence=0x%llx timeline=0x%llx", eglsync_ptr, in rcTriggerWait()
1079 SyncThread::get()->triggerWaitVk(reinterpret_cast<VkFence>(eglsync_ptr), in rcTriggerWait()
1082 EGLSYNC_DPRINT("vkFence=0x%llx timeline=0x%llx", eglsync_ptr, in rcTriggerWait()
1084 SyncThread::get()->triggerWaitVkQsri(reinterpret_cast<VkImage>(eglsync_ptr), timeline); in rcTriggerWait()
1086 EmulatedEglFenceSync* fenceSync = EmulatedEglFenceSync::getFromHandle(eglsync_ptr); in rcTriggerWait()
1089 fb->scheduleVsyncTask([eglsync_ptr, fenceSync, timeline](uint64_t) { in rcTriggerWait()
1093 eglsync_ptr, fenceSync, thread_ptr, timeline); in rcTriggerWait()
1100 eglsync_ptr, fenceSync, thread_ptr, timeline); in rcTriggerWait()