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

  /external/skia/tools/gpu/
FenceSync.h 25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
TestContext.cpp 57 fFrameFences[fCurrentFenceIdx] = fFenceSync->insertFence();
  /external/skia/src/gpu/mock/
GrMockGpu.h 47 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; }
  /external/skia/src/gpu/mtl/
GrMtlGpu.h 49 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; }
  /external/skia/tools/gpu/vk/
VkTestContext.cpp 19 * buffer with USAGE_SIMULTANEOUS with no content . On every insertFence request
61 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override {
  /external/skia/tools/gpu/gl/
GLTestContext.cpp 19 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
74 sk_gpu_test::PlatformFence GLFenceSync::insertFence() const {
  /external/skia/tools/gpu/gl/egl/
CreatePlatformGLTestContext_egl.cpp 26 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
324 sk_gpu_test::PlatformFence EGLFenceSync::insertFence() const {
  /external/skia/tools/gpu/mtl/
MtlTestContext.mm 63 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override {
  /external/skia/src/gpu/vk/
GrVkGpu.h 130 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
GrVkGpu.cpp     [all...]
  /external/skia/src/gpu/
GrGpu.h 376 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
  /external/skia/tools/skpbench/
skpbench.cpp 437 fFence = fFenceSync->insertFence();
  /external/skia/src/gpu/gl/
GrGLGpu.h 165 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
GrGLGpu.cpp     [all...]

Completed in 209 milliseconds