Home
last modified time | relevance | path

Searched refs:insertFence (Results 1 – 25 of 32) sorted by relevance

12

/third_party/flutter/skia/tools/gpu/gl/
DGLTestContext.cpp20 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
51 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
106 sk_gpu_test::PlatformFence GLFenceSync::insertFence() const { in insertFence() function in __anon68d28d330111::GLFenceSync
128 sk_gpu_test::PlatformFence GLNVFenceSync::insertFence() const { in insertFence() function in __anon68d28d330111::GLNVFenceSync
/third_party/skia/tools/gpu/
DFenceSync.h25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
/third_party/flutter/skia/tools/gpu/
DFenceSync.h25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
DTestContext.cpp64 fFrameFences[fCurrentFenceIdx] = fFenceSync->insertFence(); in waitOnSyncOrSwap()
/third_party/skia/src/gpu/
DGrFinishCallbacks.cpp23 callback.fFence = fGpu->insertFence(); in add()
DGrGpu.h389 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
/third_party/flutter/skia/tools/gpu/gl/egl/
DCreatePlatformGLTestContext_egl.cpp27 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override;
357 sk_gpu_test::PlatformFence EGLFenceSync::insertFence() const { in insertFence() function in __anon74fa954a0111::EGLFenceSync
/third_party/flutter/skia/tools/gpu/mtl/
DMtlTestContext.mm37 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override {
/third_party/skia/src/gpu/mock/
DGrMockGpu.h30 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } in insertFence() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h34 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } in insertFence() function
/third_party/flutter/skia/tools/gpu/dawn/
DDawnTestContext.cpp121 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override { in insertFence() function in __anonf088ffa10111::DawnFenceSync
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h71 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
DGrDawnGpu.cpp438 GrFence SK_WARN_UNUSED_RESULT GrDawnGpu::insertFence() { in insertFence() function in GrDawnGpu
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h79 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h94 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } in insertFence() function
/third_party/flutter/skia/tools/gpu/vk/
DVkTestContext.cpp82 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override { in insertFence() function in __anonc377b2ef0111::VkFenceSync
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.h98 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h102 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
DGrD3DGpu.cpp172 GrFence fence = this->insertFence(); in submitDirectCommandList()
1728 GrFence SK_WARN_UNUSED_RESULT GrD3DGpu::insertFence() { in insertFence() function in GrD3DGpu
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h149 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/skia/src/gpu/vk/
DGrVkGpu.h153 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/flutter/skia/src/gpu/
DGrGpu.h341 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h160 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/skia/src/gpu/gl/
DGrGLGpu.h182 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
/third_party/flutter/skia/tools/skpbench/
Dskpbench.cpp663 fFence = fFenceSync->insertFence(); in updateFence()

12