HomeSort by relevance Sort by last modified time
    Searched refs:waitFence (Results 1 - 14 of 14) sorted by null

  /external/skia/tools/gpu/
FenceSync.h 26 virtual bool waitFence(PlatformFence) const = 0;
TestContext.cpp 51 if (!fFenceSync->waitFence(fFrameFences[fCurrentFenceIdx])) {
  /external/skia/src/gpu/mock/
GrMockGpu.h 48 bool waitFence(GrFence, uint64_t) override { return true; }
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 50 bool waitFence(GrFence, uint64_t) override { return true; }
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 83 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
  /external/skia/tools/gpu/gl/
GLTestContext.cpp 20 bool waitFence(sk_gpu_test::PlatformFence fence) const override;
79 bool GLFenceSync::waitFence(sk_gpu_test::PlatformFence fence) const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 27 bool waitFence(sk_gpu_test::PlatformFence fence) const override;
329 bool EGLFenceSync::waitFence(sk_gpu_test::PlatformFence platformFence) const {
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 85 bool waitFence(sk_gpu_test::PlatformFence opaqueFence) const override {
  /external/skia/src/gpu/vk/
GrVkGpu.h 131 bool waitFence(GrFence, uint64_t timeout) override;
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/
GrGpu.h 377 virtual bool waitFence(GrFence, uint64_t timeout = 1000) = 0;
  /external/skia/tools/skpbench/
skpbench.cpp 429 if (!fFenceSync->waitFence(fFence)) {
  /external/skia/src/gpu/gl/
GrGLGpu.h 166 bool waitFence(GrFence, uint64_t timeout) override;
GrGLGpu.cpp     [all...]

Completed in 1526 milliseconds