Searched refs:insertFence (Results 1 - 14 of 14) sorted by relevance

/external/skia/tools/gpu/
H A DFenceSync.h25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
H A DTestContext.cpp57 fFrameFences[fCurrentFenceIdx] = fFenceSync->insertFence();
/external/skia/src/gpu/mock/
H A DGrMockGpu.h47 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; }
/external/skia/src/gpu/mtl/
H A DGrMtlGpu.h49 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; }
/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp19 * 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/
H A DGLTestContext.cpp19 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
74 sk_gpu_test::PlatformFence GLFenceSync::insertFence() const { function in class:__anon18575::GLFenceSync
/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp26 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
324 sk_gpu_test::PlatformFence EGLFenceSync::insertFence() const { function in class:__anon18579::EGLFenceSync
/external/skia/tools/gpu/mtl/
H A DMtlTestContext.mm63 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override {
/external/skia/src/gpu/vk/
H A DGrVkGpu.h130 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
H A DGrVkGpu.cpp1986 GrFence SK_WARN_UNUSED_RESULT GrVkGpu::insertFence() { function in class:GrVkGpu
/external/skia/src/gpu/
H A DGrGpu.h376 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
/external/skia/tools/skpbench/
H A Dskpbench.cpp437 fFence = fFenceSync->insertFence();
/external/skia/src/gpu/gl/
H A DGrGLGpu.h165 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
H A DGrGLGpu.cpp4329 GrFence SK_WARN_UNUSED_RESULT GrGLGpu::insertFence() { function in class:GrGLGpu

Completed in 234 milliseconds