Home
last modified time | relevance | path

Searched defs:readSurfaceView (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/vk/
H A DGrVkSecondaryCBDrawContext.cpp140 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in characterize() local
197 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in isCompatible() local
235 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); local
/aosp_15_r20/external/skia/src/gpu/ganesh/surface/
H A DSkSurface_Ganesh.cpp228 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in onCopyOnWrite() local
267 GrSurfaceProxyView readSurfaceView = fDevice->readSurfaceView(); in onCharacterize() local
/aosp_15_r20/external/skia/src/gpu/graphite/
H A DDrawContext.h61 const TextureProxyView& readSurfaceView() const { return fReadView; } in readSurfaceView() function
H A DSurface_Graphite.cpp46 TextureProxyView Surface::readSurfaceView() const { in readSurfaceView() function in skgpu::graphite::Surface
H A DDevice.cpp1957 TextureProxyView Device::readSurfaceView() const { return fDC->readSurfaceView(); } in readSurfaceView() function in skgpu::graphite::Device
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DSurfaceContext.h72 GrSurfaceProxyView readSurfaceView() { return fReadView; } in readSurfaceView() function
H A DDevice.cpp1284 GrSurfaceProxyView Device::readSurfaceView() { in readSurfaceView() function in skgpu::ganesh::Device