Home
last modified time | relevance | path

Searched defs:GrBackendSemaphore (Results 1 – 17 of 17) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrBackendSemaphore.cpp18 GrBackendSemaphore::GrBackendSemaphore() in GrBackendSemaphore() function in GrBackendSemaphore
33 GrBackendSemaphore::GrBackendSemaphore(const GrBackendSemaphore& that) { in GrBackendSemaphore() function in GrBackendSemaphore
H A DGrResourceProvider.h32 class GrBackendSemaphore; variable
H A DDevice.h35 class GrBackendSemaphore; variable
H A DSurfaceDrawContext.h44 class GrBackendSemaphore; variable
H A DGrGpu.h35 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockGpu.h37 class GrBackendSemaphore; variable
68 std::unique_ptr<GrSemaphore> wrapBackendSemaphore(const GrBackendSemaphore& /* semaphore */, in wrapBackendSemaphore()
/aosp_15_r20/external/skia/include/private/chromium/
H A DGrVkSecondaryCBDrawContext.h17 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/
H A DSkSurface_Ganesh.h20 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/include/gpu/ganesh/
H A DGrBackendSemaphore.h60 GrBackendSemaphore(GrBackendApi api, SemaphoreData data) : fBackend(api), fIsInitialized(true) { in GrBackendSemaphore() function
H A DGrDirectContext.h26 class GrBackendSemaphore; variable
H A DGrTypes.h17 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkSemaphore.h22 class GrBackendSemaphore; variable
H A DGrVkGpu.h43 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/include/core/
H A DSkSurface.h24 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/src/image/
H A DSkSurface_Base.h22 class GrBackendSemaphore; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLGpu.h60 class GrBackendSemaphore; variable
H A DGrGLGpu.cpp4405 std::unique_ptr<GrSemaphore> GrGLGpu::wrapBackendSemaphore(const GrBackendSemaphore&, in wrapBackendSemaphore()