Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DSyncThread.h68 void triggerWaitVk(VkFence vkFence, uint64_t timeline);
DSyncThread.cpp291 void SyncThread::triggerWaitVk(VkFence vkFence, uint64_t timeline) { in triggerWaitVk() function in gfxstream::SyncThread
DRenderControl.cpp1079 SyncThread::get()->triggerWaitVk(reinterpret_cast<VkFence>(eglsync_ptr), in rcTriggerWait()