Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceProxy.h68 struct LazySurfaceDesc { struct
69 SkISize fDimensions;
70 SkBackingFit fFit;
71 GrRenderable fRenderable;
72 GrMipmapped fMipmapped;
73 int fSampleCnt;
74 const GrBackendFormat& fFormat;
75 GrProtected fProtected;
76 SkBudgeted fBudgeted;
DGrProxyProvider.h144 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; variable
DGrBackendTextureImageGenerator.cpp174 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in onGenerateTexture()
DGrThreadSafeCache.cpp342 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in CreateLazyView()
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp164 const GrSurfaceProxy::LazySurfaceDesc&) { in init()
/external/skia/src/image/
DSkImage_GpuBase.cpp266 const GrSurfaceProxy::LazySurfaceDesc&) { in MakePromiseImageLazyProxy()
/external/skia/tests/
DLazyProxyTest.cpp140 -> GrSurfaceProxy::LazyCallbackResult { in ClipFP()