Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrSurfaceProxy.h88 struct LazySurfaceDesc { struct
89 SkISize fDimensions;
90 SkBackingFit fFit;
91 GrRenderable fRenderable;
92 skgpu::Mipmapped fMipmapped;
93 int fSampleCnt;
94 const GrBackendFormat& fFormat;
95 GrTextureType fTextureType;
96 GrProtected fProtected;
97 skgpu::Budgeted fBudgeted;
[all …]
H A DGrDeferredDisplayListRecorder.cpp133 const GrSurfaceProxy::LazySurfaceDesc&) { in init()
H A DGrProxyProvider.h165 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; variable
H A DGrBackendTextureImageGenerator.cpp189 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in onGenerateTexture()
H A DGrThreadSafeCache.cpp362 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in CreateLazyView()
/aosp_15_r20/external/skia/src/gpu/ganesh/image/
H A DSkImage_GaneshBase.cpp366 const GrSurfaceProxy::LazySurfaceDesc&) { in MakePromiseImageLazyProxy()
/aosp_15_r20/external/skia/tests/
H A DLazyProxyTest.cpp189 -> GrSurfaceProxy::LazyCallbackResult { in ClipFP()