Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DPostCommands.h36 std::function<void(std::shared_future<void> waitForGpu)>;
DFrameBuffer.cpp690 [packagePostCmdCallback](std::shared_future<void> waitForGpu) { in postWorkerFunc() argument
692 [composeCallback = std::move(packagePostCmdCallback), waitForGpu] { in postWorkerFunc()
693 (*composeCallback)(waitForGpu); in postWorkerFunc()
718 std::shared_future<void> waitForGpu) { in postWorkerFunc() argument
720 [composeCallback = std::move(packageComposeCallback), waitForGpu] { in postWorkerFunc()
721 (*composeCallback)(waitForGpu); in postWorkerFunc()
1054 [](std::shared_future<void> waitForGpu) {}, false); in setupSubWindow() argument
1745 [&](std::shared_future<void> waitForGpu) { in postImplSync() argument
1746 waitForGpu.wait(); in postImplSync()
2138 composeWithCallback(bufferSize, buffer, [&](std::shared_future<void> waitForGpu) { in compose() argument
[all …]
DRendererImpl.cpp626 .wait_for_gpu = [](uint64_t eglsync) { FrameBuffer::getFB()->waitForGpu(eglsync); }, in __anon979e1a631802()
DFrameBuffer.h665 void waitForGpu(uint64_t eglsync);
Dvirtio-gpu-gfxstream-renderer.cpp1642 res_handle, [this, taskId](std::shared_future<void> waitForGpu) { in flushResource() argument
1643 waitForGpu.wait(); in flushResource()
/hardware/google/gfxstream/include/render-utils/
Dvirtio_gpu_ops.h88 using CpuCompletionCallback = std::function<void(std::shared_future<void> waitForGpu)>;