Home
last modified time | relevance | path

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

12

/external/skia/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 __anone7469e6e0111::GLFenceSync
135 bool GLNVFenceSync::waitFence(sk_gpu_test::PlatformFence fence) const { in waitFence() function in __anone7469e6e0111::GLNVFenceSync
/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 __anon619274a50111::GLFenceSync
135 bool GLNVFenceSync::waitFence(sk_gpu_test::PlatformFence fence) const { in waitFence() function in __anon619274a50111::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;
DTestContext.cpp58 if (!fFenceSync->waitFence(fFrameFences[fCurrentFenceIdx])) { in waitOnSyncOrSwap()
/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 __anon691a6e3c0111::EGLFenceSync
/external/skia/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 __anon1654fcc50111::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.h35 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp373 void waitFence(Context& context, Move<VkFence> fence) in waitFence() function
1657 waitFence(context, fence); in makeTessellationEvaluationFrameBufferTest()
1878 waitFence(context, fence); in makeGeometryFrameBufferTest()
2151 waitFence(context, fence); in allStages()
2399 waitFence(context, fence); in makeVertexFrameBufferTest()
2596 waitFence(context, fence); in makeFragmentFrameBufferTest()
2801 waitFence(context, fence); in makeComputeTest()
/external/skqp/src/gpu/mtl/
DGrMtlGpu.h102 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
/external/skia/src/gpu/mtl/
DGrMtlGpu.h106 bool waitFence(GrFence, uint64_t) override { return true; } in waitFence() function
/external/skqp/tools/gpu/mtl/
DMtlTestContext.mm85 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skia/tools/gpu/mtl/
DMtlTestContext.mm89 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skia/tools/gpu/vk/
DVkTestContext.cpp110 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override { in waitFence() function in __anon41ebc42a0111::VkFenceSync
/external/skqp/tools/gpu/vk/
DVkTestContext.cpp110 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override { in waitFence() function in __anonbc379a610111::VkFenceSync
/external/skqp/src/gpu/vk/
DGrVkGpu.h142 bool waitFence(GrFence, uint64_t timeout) override;
/external/skqp/src/gpu/
DGrGpu.h269 virtual bool waitFence(GrFence, uint64_t timeout = 1000) = 0;
/external/skia/src/gpu/vk/
DGrVkGpu.h150 bool waitFence(GrFence, uint64_t timeout) override;
/external/skia/src/gpu/
DGrGpu.h296 virtual bool waitFence(GrFence, uint64_t timeout = 1000) = 0;
/external/skqp/src/gpu/gl/
DGrGLGpu.h160 bool waitFence(GrFence, uint64_t timeout) override;
/external/skia/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/tools/skpbench/
Dskpbench.cpp575 if (!fFenceSync->waitFence(fFence)) { in syncToPreviousFrame()

12