Home
last modified time | relevance | path

Searched refs:LazySurfaceDesc (Results 1 – 21 of 21) sorted by relevance

/external/skia/src/gpu/
DGrSurfaceProxy.h68 struct LazySurfaceDesc { struct
103 std::function<LazyCallbackResult(GrResourceProvider*, const LazySurfaceDesc&)>;
450 virtual LazySurfaceDesc callbackDesc() const = 0;
DGrProxyProvider.h144 using LazySurfaceDesc = GrSurfaceProxy::LazySurfaceDesc; variable
DGrTextureRenderTargetProxy.h70 LazySurfaceDesc callbackDesc() const override;
DGrDynamicAtlas.h31 using LazyAtlasDesc = GrSurfaceProxy::LazySurfaceDesc;
DGrRenderTargetProxy.h168 LazySurfaceDesc callbackDesc() const override;
DGrTextureProxy.h190 LazySurfaceDesc callbackDesc() const override;
DGrRenderTargetProxy.cpp151 GrSurfaceProxy::LazySurfaceDesc GrRenderTargetProxy::callbackDesc() const { in callbackDesc()
DGrTextureRenderTargetProxy.cpp152 GrSurfaceProxy::LazySurfaceDesc GrTextureRenderTargetProxy::callbackDesc() const { in callbackDesc()
DGrProxyProvider.cpp325 [bitmap](GrResourceProvider* resourceProvider, const LazySurfaceDesc& desc) { in createNonMippedProxyFromBitmap()
361 [bitmap, mipmaps](GrResourceProvider* resourceProvider, const LazySurfaceDesc& desc) { in createMippedProxyFromBitmap()
465 [data](GrResourceProvider* resourceProvider, const LazySurfaceDesc& desc) { in createCompressedTextureProxy()
DGrTextureProxy.cpp188 GrSurfaceProxy::LazySurfaceDesc GrTextureProxy::callbackDesc() const { in callbackDesc()
DGrAHardwareBufferImageGenerator.cpp142 const GrSurfaceProxy::LazySurfaceDesc& desc) in makeView()
DGrBackendTextureImageGenerator.cpp174 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in onGenerateTexture() argument
DGrThreadSafeCache.cpp342 const GrSurfaceProxy::LazySurfaceDesc&) -> GrSurfaceProxy::LazyCallbackResult { in CreateLazyView() argument
/external/skia/tests/
DLazyProxyTest.cpp83 const GrSurfaceProxy::LazySurfaceDesc& desc) in Op()
139 [this](GrResourceProvider* rp, const GrSurfaceProxy::LazySurfaceDesc&) in ClipFP()
266 const GrSurfaceProxy::LazySurfaceDesc&) const { in operator ()()
336 GrResourceProvider* rp, const GrSurfaceProxy::LazySurfaceDesc& desc) in LazyFailedInstantiationTestOp()
DResourceAllocatorTest.cpp92 auto cb = [p](GrResourceProvider* provider, const GrSurfaceProxy::LazySurfaceDesc& desc) { in make_fully_lazy()
107 auto cb = [](GrResourceProvider* provider, const GrSurfaceProxy::LazySurfaceDesc& desc) { in make_lazy()
DOnFlushCallbackTest.cpp340 const GrSurfaceProxy::LazySurfaceDesc& desc) in getAtlasView()
/external/skia/src/gpu/mock/
DGrMockSurfaceProxy.h34 LazySurfaceDesc callbackDesc() const override { SkUNREACHABLE; } in callbackDesc()
/external/skia/src/image/
DSkSurface_GpuMtl.mm53 const GrSurfaceProxy::LazySurfaceDesc& desc) {
124 const GrSurfaceProxy::LazySurfaceDesc& desc) {
DSkImage_GpuBase.cpp266 const GrSurfaceProxy::LazySurfaceDesc&) { in MakePromiseImageLazyProxy() argument
/external/skia/src/core/
DSkDeferredDisplayListRecorder.cpp164 const GrSurfaceProxy::LazySurfaceDesc&) { in init() argument
/external/skia/gm/
Dlazytiling.cpp43 const GrSurfaceProxy::LazySurfaceDesc& desc) in create_view()