/third_party/flutter/skia/tools/gpu/gl/ |
D | GLTestContext.cpp | 20 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/ |
D | FenceSync.h | 25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
|
/third_party/flutter/skia/tools/gpu/ |
D | FenceSync.h | 25 virtual PlatformFence SK_WARN_UNUSED_RESULT insertFence() const = 0;
|
D | TestContext.cpp | 64 fFrameFences[fCurrentFenceIdx] = fFenceSync->insertFence(); in waitOnSyncOrSwap()
|
/third_party/skia/src/gpu/ |
D | GrFinishCallbacks.cpp | 23 callback.fFence = fGpu->insertFence(); in add()
|
D | GrGpu.h | 389 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
|
/third_party/flutter/skia/tools/gpu/gl/egl/ |
D | CreatePlatformGLTestContext_egl.cpp | 27 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/ |
D | MtlTestContext.mm | 37 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override {
|
/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.h | 30 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } in insertFence() function
|
/third_party/flutter/skia/src/gpu/mock/ |
D | GrMockGpu.h | 34 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } in insertFence() function
|
/third_party/flutter/skia/tools/gpu/dawn/ |
D | DawnTestContext.cpp | 121 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override { in insertFence() function in __anonf088ffa10111::DawnFenceSync
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 71 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
D | GrDawnGpu.cpp | 438 GrFence SK_WARN_UNUSED_RESULT GrDawnGpu::insertFence() { in insertFence() function in GrDawnGpu
|
/third_party/skia/src/gpu/dawn/ |
D | GrDawnGpu.h | 79 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 94 GrFence SK_WARN_UNUSED_RESULT insertFence() override { return 0; } in insertFence() function
|
/third_party/flutter/skia/tools/gpu/vk/ |
D | VkTestContext.cpp | 82 sk_gpu_test::PlatformFence SK_WARN_UNUSED_RESULT insertFence() const override { in insertFence() function in __anonc377b2ef0111::VkFenceSync
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.h | 98 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
/third_party/skia/src/gpu/d3d/ |
D | GrD3DGpu.h | 102 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
D | GrD3DGpu.cpp | 172 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/ |
D | GrVkGpu.h | 149 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.h | 153 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
/third_party/flutter/skia/src/gpu/ |
D | GrGpu.h | 341 virtual GrFence SK_WARN_UNUSED_RESULT insertFence() = 0;
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLGpu.h | 160 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.h | 182 GrFence SK_WARN_UNUSED_RESULT insertFence() override;
|
/third_party/flutter/skia/tools/skpbench/ |
D | skpbench.cpp | 663 fFence = fFenceSync->insertFence(); in updateFence()
|