Home
last modified time | relevance | path

Searched refs:deleteFence (Results 1 – 25 of 34) sorted by relevance

12

/third_party/skia/src/gpu/
DGrFinishCallbacks.cpp31 fGpu->deleteFence(fCallbacks.front().fFence); in check()
40 fGpu->deleteFence(fCallbacks.front().fFence); in callAll()
DGrGpu.h384 virtual void deleteFence(GrFence) const = 0;
/third_party/flutter/skia/tools/gpu/
DTestContext.cpp61 fFenceSync->deleteFence(fFrameFences[fCurrentFenceIdx]); in waitOnSyncOrSwap()
78 fFenceSync->deleteFence(fFrameFences[i]); in teardown()
DFenceSync.h27 virtual void deleteFence(PlatformFence) const = 0;
/third_party/flutter/skia/tools/gpu/gl/
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 { in deleteFence() function in __anond0c005340111::GLFenceSync
140 void GLNVFenceSync::deleteFence(sk_gpu_test::PlatformFence fence) const { in deleteFence() function in __anond0c005340111::GLNVFenceSync
/third_party/skia/tools/gpu/
DFenceSync.h27 virtual void deleteFence(PlatformFence) const = 0;
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp29 void deleteFence(sk_gpu_test::PlatformFence fence) const override;
371 void EGLFenceSync::deleteFence(sk_gpu_test::PlatformFence platformFence) const { in deleteFence() function in __anonff47ac0b0111::EGLFenceSync
/third_party/flutter/skia/tools/gpu/mtl/
DMtlTestContext.mm57 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override {
/third_party/skia/src/gpu/mock/
DGrMockGpu.h32 void deleteFence(GrFence) const override {} in deleteFence() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h36 void deleteFence(GrFence) const override {} in deleteFence() function
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp142 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override { in deleteFence() function in __anon028490220111::DawnFenceSync
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h73 void deleteFence(GrFence) const override;
DGrDawnGpu.cpp448 void GrDawnGpu::deleteFence(GrFence fence) const { in deleteFence() function in GrDawnGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h81 void deleteFence(GrFence) const override;
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h96 void deleteFence(GrFence) const override {} in deleteFence() function
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.h100 void deleteFence(GrFence) const override;
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp117 void deleteFence(sk_gpu_test::PlatformFence opaqueFence) const override { in deleteFence() function in __anon2b652af00111::VkFenceSync
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp648 fFenceSync->deleteFence(fFence); in ~GpuSync()
658 fFenceSync->deleteFence(fFence); in syncToPreviousFrame()
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h104 void deleteFence(GrFence) const override {} in deleteFence() function
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h151 void deleteFence(GrFence) const override;
/third_party/flutter/skia/src/gpu/
DGrGpu.h336 virtual void deleteFence(GrFence) const = 0;
/third_party/skia/src/gpu/vk/
DGrVkGpu.h155 void deleteFence(GrFence) const override;
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h162 void deleteFence(GrFence) const override;
/third_party/skia/src/gpu/gl/
DGrGLGpu.h184 void deleteFence(GrFence) const override;
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.h540 void deleteFence(GLuint fence);

12