Home
last modified time | relevance | path

Searched defs:backendSemaphore (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DSemaphore.cpp27 GrBackendSemaphore GrD3DSemaphore::backendSemaphore() const { in backendSemaphore() function in GrD3DSemaphore
28 GrBackendSemaphore backendSemaphore; in backendSemaphore() local
/aosp_15_r20/external/skia/src/gpu/ganesh/mtl/
H A DGrMtlSemaphore.mm39 GrBackendSemaphore GrMtlSemaphore::backendSemaphore() const { function
/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLSemaphore.h31 GrBackendSemaphore backendSemaphore() const override { in backendSemaphore() function
/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkSemaphore.cpp73 GrBackendSemaphore GrVkSemaphore::backendSemaphore() const { in backendSemaphore() function in GrVkSemaphore
/aosp_15_r20/frameworks/native/libs/renderengine/skia/
H A DGaneshVkRenderEngine.cpp92 GrBackendSemaphore backendSemaphore = GrBackendSemaphores::MakeVk(semaphore); in flushAndSubmit() local