Searched refs:deleteFence (Results 1 - 25 of 36) sorted by relevance

12

/external/skia/tools/gpu/
H A DFenceSync.h27 virtual void deleteFence(PlatformFence) const = 0;
H A DTestContext.cpp61 fFenceSync->deleteFence(fFrameFences[fCurrentFenceIdx]);
78 fFenceSync->deleteFence(fFrameFences[i]);
/external/skqp/tools/gpu/
H A DFenceSync.h27 virtual void deleteFence(PlatformFence) const = 0;
H A DTestContext.cpp61 fFenceSync->deleteFence(fFrameFences[fCurrentFenceIdx]);
78 fFenceSync->deleteFence(fFrameFences[i]);
/external/skia/tools/gpu/gl/
H A DGLTestContext.cpp22 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
53 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
116 void GLFenceSync::deleteFence(sk_gpu_test::PlatformFence fence) const { function in class:__anon21028::GLFenceSync
140 void GLNVFenceSync::deleteFence(sk_gpu_test::PlatformFence fence) const { function in class:__anon21028::GLNVFenceSync
/external/skqp/tools/gpu/gl/
H A DGLTestContext.cpp22 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
53 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
116 void GLFenceSync::deleteFence(sk_gpu_test::PlatformFence fence) const { function in class:__anon21699::GLFenceSync
140 void GLNVFenceSync::deleteFence(sk_gpu_test::PlatformFence fence) const { function in class:__anon21699::GLNVFenceSync
/external/skia/src/gpu/mock/
H A DGrMockGpu.h37 void deleteFence(GrFence) const override {}
/external/skia/src/gpu/mtl/
H A DGrMtlGpu.h64 void deleteFence(GrFence) const override {}
/external/skia/tools/gpu/vk/
H A DVkTestContext.cpp91 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skqp/src/gpu/ddl/
H A DGrDDLGpu.h68 void deleteFence(GrFence) const override {
/external/skqp/src/gpu/mock/
H A DGrMockGpu.h52 void deleteFence(GrFence) const override {}
/external/skqp/src/gpu/mtl/
H A DGrMtlGpu.h66 void deleteFence(GrFence) const override {}
/external/skqp/tools/gpu/vk/
H A DVkTestContext.cpp91 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skia/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp28 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
355 void EGLFenceSync::deleteFence(sk_gpu_test::PlatformFence platformFence) const { function in class:EGLFenceSync
/external/skia/tools/gpu/mtl/
H A DMtlTestContext.mm92 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skqp/tools/gpu/gl/egl/
H A DCreatePlatformGLTestContext_egl.cpp28 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
355 void EGLFenceSync::deleteFence(sk_gpu_test::PlatformFence platformFence) const { function in class:EGLFenceSync
/external/skqp/tools/gpu/mtl/
H A DMtlTestContext.mm92 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/external/skia/tools/skpbench/
H A Dskpbench.cpp427 fFenceSync->deleteFence(fFence);
437 fFenceSync->deleteFence(fFence);
/external/skqp/tools/skpbench/
H A Dskpbench.cpp422 fFenceSync->deleteFence(fFence);
432 fFenceSync->deleteFence(fFence);
/external/skia/src/gpu/vk/
H A DGrVkGpu.h121 void deleteFence(GrFence) const override;
/external/skqp/src/gpu/vk/
H A DGrVkGpu.h137 void deleteFence(GrFence) const override;
/external/skia/src/gpu/
H A DGrGpu.h373 virtual void deleteFence(GrFence) const = 0;
/external/skqp/src/gpu/
H A DGrGpu.h379 virtual void deleteFence(GrFence) const = 0;
/external/skia/src/gpu/gl/
H A DGrGLGpu.h163 void deleteFence(GrFence) const override;
/external/skqp/src/gpu/gl/
H A DGrGLGpu.h175 void deleteFence(GrFence) const override;

Completed in 661 milliseconds

12