Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
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 …]
DGrDeferredDisplayListRecorder.cpp133 const GrSurfaceProxy::LazySurfaceDesc&) { in init()
DGrProxyProvider.h165 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; variable
DGrBackendTextureImageGenerator.cpp189 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in onGenerateTexture()
DGrThreadSafeCache.cpp362 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in CreateLazyView()
/external/skia/src/gpu/ganesh/image/
DSkImage_GaneshBase.cpp366 const GrSurfaceProxy::LazySurfaceDesc&) { in MakePromiseImageLazyProxy()
/external/skia/tests/
DLazyProxyTest.cpp189 -> GrSurfaceProxy::LazyCallbackResult { in ClipFP()