Home
last modified time | relevance | path

Searched refs:makeSemaphore (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/src/gpu/mock/
H A DGrMockGpu.h34 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override {
/third_party/skia/src/gpu/mtl/
H A DGrMtlGpu.h102 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.h106 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
H A DGrD3DGpu.cpp1711 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrD3DGpu::makeSemaphore(bool) { in makeSemaphore() function in GrD3DGpu
/third_party/skia/src/gpu/dawn/
H A DGrDawnGpu.h83 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true) override;
H A DGrDawnGpu.cpp828 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrDawnGpu::makeSemaphore(bool isOwned) { in makeSemaphore() function in GrDawnGpu
/third_party/skia/src/gpu/
H A DGrResourceProvider.h320 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned = true);
H A DGrResourceProvider.cpp754 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrResourceProvider::makeSemaphore( in makeSemaphore() function in GrResourceProvider
756 return this->isAbandoned() ? nullptr : fGpu->makeSemaphore(isOwned); in makeSemaphore()
H A DGrGpu.h408 virtual std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(
H A DGrGpu.cpp707 semaphores[i] = resourceProvider->makeSemaphore(false); in executeFlushInfo()
/third_party/skia/src/gpu/vk/
H A DGrVkGpu.h161 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
H A DGrVkGpu.cpp2841 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrVkGpu::makeSemaphore(bool isOwned) { in makeSemaphore() function in GrVkGpu
/third_party/skia/src/gpu/gl/
H A DGrGLGpu.h186 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT makeSemaphore(bool isOwned) override;
H A DGrGLGpu.cpp4054 std::unique_ptr<GrSemaphore> SK_WARN_UNUSED_RESULT GrGLGpu::makeSemaphore(bool isOwned) { in makeSemaphore() function in GrGLGpu
4119 std::unique_ptr<GrSemaphore> semaphore = this->makeSemaphore(true); in prepareTextureForCrossContextUsage()

Completed in 31 milliseconds