Home
last modified time | relevance | path

Searched refs:wrapBackendSemaphore (Results 1 – 25 of 31) sorted by relevance

12

/third_party/skia/src/gpu/mock/
DGrMockGpu.h37 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& /* semaphore */, in wrapBackendSemaphore() function
/third_party/flutter/skia/src/gpu/mock/
DGrMockGpu.h41 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() function
/third_party/flutter/skia/src/gpu/dawn/
DGrDawnGpu.h76 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
DGrDawnGpu.cpp457 sk_sp<GrSemaphore> GrDawnGpu::wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() function in GrDawnGpu
/third_party/flutter/skia/src/gpu/
DGrResourceProvider.h272 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
DGrResourceProvider.cpp593 sk_sp<GrSemaphore> GrResourceProvider::wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() function in GrResourceProvider
597 return this->isAbandoned() ? nullptr : fGpu->wrapBackendSemaphore(semaphore, in wrapBackendSemaphore()
DGrContext.cpp266 sk_sp<GrSemaphore> sema = fResourceProvider->wrapBackendSemaphore( in wait()
DGrGpu.h346 virtual sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
DGrGpu.cpp594 semaphore = resourceProvider->wrapBackendSemaphore( in finishFlush()
/third_party/skia/src/gpu/dawn/
DGrDawnGpu.h84 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
DGrDawnGpu.cpp825 std::unique_ptr<GrSemaphore> GrDawnGpu::wrapBackendSemaphore(const GrBackendSemaphore& /* sema */, in wrapBackendSemaphore() function in GrDawnGpu
/third_party/skia/src/gpu/
DGrResourceProvider.h322 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
DGrResourceProvider.cpp753 std::unique_ptr<GrSemaphore> GrResourceProvider::wrapBackendSemaphore( in wrapBackendSemaphore() function in GrResourceProvider
758 return this->isAbandoned() ? nullptr : fGpu->wrapBackendSemaphore(semaphore, in wrapBackendSemaphore()
DGrGpu.h395 virtual std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
DGrGpu.cpp642 semaphores[i] = resourceProvider->wrapBackendSemaphore( in executeFlushInfo()
DGrDirectContext.cpp400 std::unique_ptr<GrSemaphore> sema = fResourceProvider->wrapBackendSemaphore( in wait()
/third_party/flutter/skia/src/gpu/mtl/
DGrMtlGpu.h101 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() function
/third_party/skia/src/gpu/mtl/
DGrMtlGpu.h103 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
/third_party/skia/src/gpu/d3d/
DGrD3DGpu.h107 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
DGrD3DGpu.cpp1703 std::unique_ptr<GrSemaphore> GrD3DGpu::wrapBackendSemaphore(const GrBackendSemaphore& semaphore, in wrapBackendSemaphore() function in GrD3DGpu
/third_party/flutter/skia/src/gpu/vk/
DGrVkGpu.h154 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
/third_party/skia/src/gpu/vk/
DGrVkGpu.h158 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.h165 sk_sp<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& semaphore,
/third_party/skia/src/gpu/gl/
DGrGLGpu.h187 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore&,
/third_party/skia/src/gpu/v1/
DSurfaceDrawContext.cpp1538 grSemaphores[i] = resourceProvider->wrapBackendSemaphore(waitSemaphores[i], in waitOnSemaphores()

12