Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrSurfaceProxy.h86 struct LazySurfaceDesc { struct
87 SkISize fDimensions;
88 SkBackingFit fFit;
89 GrRenderable fRenderable;
90 GrMipmapped fMipmapped;
91 int fSampleCnt;
92 const GrBackendFormat& fFormat;
93 GrTextureType fTextureType;
94 GrProtected fProtected;
95 skgpu::Budgeted fBudgeted;
[all …]
DGrProxyProvider.h147 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; variable
DGrBackendTextureImageGenerator.cpp169 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in onGenerateTexture()
DGrThreadSafeCache.cpp346 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in CreateLazyView()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp139 const GrSurfaceProxy::LazySurfaceDesc&) { in init()
/external/skia/src/image/
DSkImage_GpuBase.cpp303 const GrSurfaceProxy::LazySurfaceDesc&) { in MakePromiseImageLazyProxy()
/external/skia/tests/
DLazyProxyTest.cpp189 -> GrSurfaceProxy::LazyCallbackResult { in ClipFP()