Searched refs:waitForGpu (Results 1 – 6 of 6) sorted by relevance
36 std::function<void(std::shared_future<void> waitForGpu)>;
690 [packagePostCmdCallback](std::shared_future<void> waitForGpu) { in postWorkerFunc() argument692 [composeCallback = std::move(packagePostCmdCallback), waitForGpu] { in postWorkerFunc()693 (*composeCallback)(waitForGpu); in postWorkerFunc()718 std::shared_future<void> waitForGpu) { in postWorkerFunc() argument720 [composeCallback = std::move(packageComposeCallback), waitForGpu] { in postWorkerFunc()721 (*composeCallback)(waitForGpu); in postWorkerFunc()1054 [](std::shared_future<void> waitForGpu) {}, false); in setupSubWindow() argument1745 [&](std::shared_future<void> waitForGpu) { in postImplSync() argument1746 waitForGpu.wait(); in postImplSync()2138 composeWithCallback(bufferSize, buffer, [&](std::shared_future<void> waitForGpu) { in compose() argument[all …]
626 .wait_for_gpu = [](uint64_t eglsync) { FrameBuffer::getFB()->waitForGpu(eglsync); }, in __anon979e1a631802()
665 void waitForGpu(uint64_t eglsync);
1642 res_handle, [this, taskId](std::shared_future<void> waitForGpu) { in flushResource() argument1643 waitForGpu.wait(); in flushResource()
88 using CpuCompletionCallback = std::function<void(std::shared_future<void> waitForGpu)>;