Home
last modified time | relevance | path

Searched defs:GrResourceProvider (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/skia/src/gpu/ganesh/mock/
H A DGrMockSurfaceProxy.h27 class GrResourceProvider; variable
45 bool instantiate(GrResourceProvider*) override { return false; } in instantiate() argument
50 sk_sp<GrSurface> createSurface(GrResourceProvider*) const override { return nullptr; } in createSurface() argument
H A DGrMockOpTarget.h37 class GrResourceProvider; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/
H A DGrProxyProvider.h30 class GrResourceProvider; variable
300 friend class GrResourceProvider; // for createWrapped variable
H A DGrTextureRenderTargetProxy.h21 class GrResourceProvider; variable
H A DGrResourceProviderPriv.h29 friend class GrResourceProvider; // to construct/copy this type variable
H A DGrSurfaceProxyPriv.h20 class GrResourceProvider; variable
H A DGrTextureProxy.h28 class GrResourceProvider; variable
H A DGrMeshDrawTarget.h28 class GrResourceProvider; variable
H A DGrRenderTargetProxy.h27 class GrResourceProvider; variable
H A DGrDirectContextPriv.h35 class GrResourceProvider; variable
H A DGrDrawOpAtlas.h29 class GrResourceProvider; variable
H A DGrResourceAllocator.h27 class GrResourceProvider; variable
H A DGrSurfaceProxy.h40 class GrResourceProvider; variable
H A DGrOpFlushState.h41 class GrResourceProvider; variable
H A DGrResourceProvider.cpp48 GrResourceProvider::GrResourceProvider(GrGpu* gpu, in GrResourceProvider() function in GrResourceProvider
/aosp_15_r20/external/skia/src/gpu/ganesh/ops/
H A DSmallPathAtlasMgr.h27 class GrResourceProvider; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/text/
H A DGrAtlasManager.h28 class GrResourceProvider; variable
/aosp_15_r20/external/skia/src/core/
H A DSkMaskFilterBase.h31 class GrResourceProvider; variable
/aosp_15_r20/external/skia/include/gpu/ganesh/
H A DGrDirectContext.h35 class GrResourceProvider; variable
/aosp_15_r20/external/skia/tests/
H A DLazyProxyTest.cpp332 LazyInstantiationResult operator()(GrResourceProvider*, in operator ()() argument