Home
last modified time | relevance | path

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

/third_party/skia/tools/gpu/
H A DFenceSync.h25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
/third_party/skia/src/gpu/
H A DGrFinishCallbacks.cpp23 callback.fFence = fGpu->insertFence(); in add()
H A DGrGpu.h404 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h30 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; }
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h98 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h102 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
H A DGrD3DGpu.cpp172 GrFence fence = this->insertFence(); in submitDirectCommandList()
1739 GrFence SK_WARN_UNUSED_RESULT GrD3DGpu::insertFence() { in insertFence() function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h79 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
H A DGrDawnGpu.cpp816 GrFence SK_WARN_UNUSED_RESULT GrDawnGpu::insertFence() { in insertFence() function in GrDawnGpu
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h157 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
H A DGrVkGpu.cpp2806 GrFence SK_WARN_UNUSED_RESULT GrVkGpu::insertFence() { in insertFence() function in GrVkGpu
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h182 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
H A DGrGLGpu.cpp3998 GrFence SK_WARN_UNUSED_RESULT GrGLGpu::insertFence() { in insertFence() function in GrGLGpu

Completed in 25 milliseconds