/external/skqp/tools/gpu/gl/ |
D | GLTestContext.cpp | 21 bool waitFence(sk_gpu_test::PlatformFence fence) const override; 52 bool waitFence(sk_gpu_test::PlatformFence fence) const override; 111 bool GLFenceSync::waitFence(sk_gpu_test::PlatformFence fence) const { in waitFence() function in __anondfd2180c0111::GLFenceSync 135 bool GLNVFenceSync::waitFence(sk_gpu_test::PlatformFence fence) const { in waitFence() function in __anondfd2180c0111::GLNVFenceSync
|
/external/skqp/tools/gpu/ |
D | FenceSync.h | 26 virtual bool waitFence(PlatformFence) const = 0;
|
D | TestContext.cpp | 58 if (!fFenceSync->waitFence(fFrameFences[fCurrentFenceIdx])) { in waitOnSyncOrSwap()
|
/external/skia/tools/gpu/ |
D | FenceSync.h | 26 virtual bool waitFence(PlatformFence) const = 0;
|
/external/skia/src/gpu/ |
D | GrFinishCallbacks.cpp | 29 while (!fCallbacks.empty() && fGpu->waitFence(fCallbacks.front().fFence)) { in check()
|
D | GrGpu.h | 369 virtual bool waitFence(GrFence) = 0;
|
/external/skqp/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 27 bool waitFence(sk_gpu_test::PlatformFence fence) const override; 355 bool EGLFenceSync::waitFence(sk_gpu_test::PlatformFence platformFence) const { in waitFence() function in __anon2a4130e30111::EGLFenceSync
|
/external/skqp/src/gpu/mock/ |
D | GrMockGpu.h | 35 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
|
/external/skia/src/gpu/mock/ |
D | GrMockGpu.h | 31 bool waitFence(GrFence) override { return true; } in waitFence() function
|
/external/skqp/src/gpu/mtl/ |
D | GrMtlGpu.h | 102 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
|
/external/v4l2_codec2/plugin_store/ |
D | C2VdaBqBlockPool.cpp | 498 status_t waitFence(slot_t slot, sp<Fence> fence); 625 const auto fenceStatus = waitFence(slot, fence); in fetchGraphicBlock() 747 status_t C2VdaBqBlockPool::Impl::waitFence(slot_t slot, sp<Fence> fence) { in waitFence() function in android::C2VdaBqBlockPool::Impl
|
/external/skqp/tools/gpu/mtl/ |
D | MtlTestContext.mm | 85 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
|
/external/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 79 bool waitFence(GrFence) override;
|
D | GrDawnGpu.cpp | 802 bool GrDawnGpu::waitFence(GrFence fence) { in waitFence() function in GrDawnGpu
|
/external/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 94 bool waitFence(GrFence) override;
|
/external/skqp/tools/gpu/vk/ |
D | VkTestContext.cpp | 110 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override { in waitFence() function in __anon3a773dc80111::VkFenceSync
|
/external/skqp/src/gpu/vk/ |
D | GrVkGpu.h | 142 bool waitFence(GrFence, uint64_t timeout) override;
|
/external/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 102 bool waitFence(GrFence) override;
|
D | GrD3DGpu.cpp | 1532 bool GrD3DGpu::waitFence(GrFence fence) { in waitFence() function in GrD3DGpu
|
/external/skqp/src/gpu/ |
D | GrGpu.h | 269 virtual bool waitFence(GrFence, uint64_t timeout = 1000) = 0;
|
/external/skia/src/gpu/vk/ |
D | GrVkGpu.h | 153 bool waitFence(GrFence) override;
|
/external/skqp/src/gpu/gl/ |
D | GrGLGpu.h | 160 bool waitFence(GrFence, uint64_t timeout) override;
|
/external/skqp/tools/skpbench/ |
D | skpbench.cpp | 574 if (!fFenceSync->waitFence(fFence)) { in syncToPreviousFrame()
|
/external/skia/src/gpu/gl/ |
D | GrGLGpu.h | 172 bool waitFence(GrFence) override;
|
/external/skqp/tests/ |
D | VkHardwareBufferTest.cpp | 362 fenceSync->waitFence(fence); in doClientSync()
|