Searched refs:outSync (Results 1 – 3 of 3) sorted by relevance
1114 uint64_t* outSync, in rcCreateSyncKHR() argument1128 outSync, in rcCreateSyncKHR()1132 if (tInfo && outSync && shouldEnableVsyncGatedSyncFences(fb->getFeatures())) { in rcCreateSyncKHR()1133 auto fenceSync = reinterpret_cast<EmulatedEglFenceSync*>(outSync); in rcCreateSyncKHR()
555 uint64_t* outSync = nullptr, uint64_t* outSyncThread = nullptr);
3226 uint64_t* outSync, uint64_t* outSyncThread) { in createEmulatedEglFenceSync() argument3251 if (outSync) { in createEmulatedEglFenceSync()3252 *outSync = (uint64_t)(uintptr_t)sync.release(); in createEmulatedEglFenceSync()