Home
last modified time | relevance | path

Searched refs:waitFence (Results 1 – 25 of 30) sorted by relevance

12

/external/skqp/tools/gpu/gl/
DGLTestContext.cpp21 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/
DFenceSync.h26 virtual bool waitFence(PlatformFence) const = 0;
DTestContext.cpp58 if (!fFenceSync->waitFence(fFrameFences[fCurrentFenceIdx])) { in waitOnSyncOrSwap()
/external/skia/tools/gpu/
DFenceSync.h26 virtual bool waitFence(PlatformFence) const = 0;
/external/skia/src/gpu/
DGrFinishCallbacks.cpp29 while (!fCallbacks.empty() && fGpu->waitFence(fCallbacks.front().fFence)) { in check()
DGrGpu.h369 virtual bool waitFence(GrFence) = 0;
/external/skqp/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp27 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/
DGrMockGpu.h35 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
/external/skia/src/gpu/mock/
DGrMockGpu.h31 bool waitFence(GrFence) override { return true; } in waitFence() function
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h102 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp498 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/
DMtlTestContext.mm85 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skia/src/gpu/dawn/
DGrDawnGpu.h79 bool waitFence(GrFence) override;
DGrDawnGpu.cpp802 bool GrDawnGpu::waitFence(GrFence fence) { in waitFence() function in GrDawnGpu
/external/skia/src/gpu/mtl/
DGrMtlGpu.h94 bool waitFence(GrFence) override;
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp110 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override { in waitFence() function in __anon3a773dc80111::VkFenceSync
/external/skqp/src/gpu/vk/
DGrVkGpu.h142 bool waitFence(GrFence, uint64_t timeout) override;
/external/skia/src/gpu/d3d/
DGrD3DGpu.h102 bool waitFence(GrFence) override;
DGrD3DGpu.cpp1532 bool GrD3DGpu::waitFence(GrFence fence) { in waitFence() function in GrD3DGpu
/external/skqp/src/gpu/
DGrGpu.h269 virtual bool waitFence(GrFence, uint64_t timeout = 1000) = 0;
/external/skia/src/gpu/vk/
DGrVkGpu.h153 bool waitFence(GrFence) override;
/external/skqp/src/gpu/gl/
DGrGLGpu.h160 bool waitFence(GrFence, uint64_t timeout) override;
/external/skqp/tools/skpbench/
Dskpbench.cpp574 if (!fFenceSync->waitFence(fFence)) { in syncToPreviousFrame()
/external/skia/src/gpu/gl/
DGrGLGpu.h172 bool waitFence(GrFence) override;
/external/skqp/tests/
DVkHardwareBufferTest.cpp362 fenceSync->waitFence(fence); in doClientSync()

12