Home
last modified time | relevance | path

Searched defs:makeSemaphore (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlGpu.mm1594 [[nodiscard]] std::unique_ptr<GrSemaphore> GrMtlGpu::makeSemaphore(bool /*isOwned*/) { function
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h65 [[nodiscard]] std::unique_ptr<GrSemaphore> makeSemaphore(bool isOwned) override { in makeSemaphore() function
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrResourceProvider.cpp832 [[nodiscard]] std::unique_ptr<GrSemaphore> GrResourceProvider::makeSemaphore(bool isOwned) { in makeSemaphore() function in GrResourceProvider
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DGpu.cpp1769 [[nodiscard]] std::unique_ptr<GrSemaphore> GrD3DGpu::makeSemaphore(bool) { in makeSemaphore() function in GrD3DGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkGpu.cpp2677 [[nodiscard]] std::unique_ptr<GrSemaphore> GrVkGpu::makeSemaphore(bool isOwned) { in makeSemaphore() function in GrVkGpu
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.cpp4400 [[nodiscard]] std::unique_ptr<GrSemaphore> GrGLGpu::makeSemaphore(bool isOwned) { in makeSemaphore() function in GrGLGpu