Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSurfaceProxy.h66 struct LazySurfaceDesc { struct
67 SkISize fDimensions;
68 SkBackingFit fFit;
69 GrRenderable fRenderable;
70 GrMipmapped fMipmapped;
71 int fSampleCnt;
72 const GrBackendFormat& fFormat;
73 GrTextureType fTextureType;
74 GrProtected fProtected;
75 SkBudgeted fBudgeted;
DGrProxyProvider.h145 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; variable
DGrBackendTextureImageGenerator.cpp173 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in onGenerateTexture()
DGrThreadSafeCache.cpp342 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in CreateLazyView()
/third_party/skia/src/core/
DSkDeferredDisplayListRecorder.cpp136 const GrSurfaceProxy::LazySurfaceDesc&) { in init()
/third_party/skia/src/image/
DSkImage_GpuBase.cpp266 const GrSurfaceProxy::LazySurfaceDesc&) { in MakePromiseImageLazyProxy()
/third_party/skia/tests/
DLazyProxyTest.cpp149 -> GrSurfaceProxy::LazyCallbackResult { in ClipFP()