Home
last modified time | relevance | path

Searched refs:toTextureProxy (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrSWMaskHelper.h54 sk_sp<GrTextureProxy> toTextureProxy(GrRecordingContext*, SkBackingFit fit);
DGrSWMaskHelper.cpp95 sk_sp<GrTextureProxy> GrSWMaskHelper::toTextureProxy(GrRecordingContext* context, in toTextureProxy() function in GrSWMaskHelper
DGrSoftwarePathRenderer.cpp371 proxy = helper.toTextureProxy(args.fContext, fit); in onDrawPath()
DGrClipStackClip.cpp532 proxy = helper.toTextureProxy(context, SkBackingFit::kApprox); in createSoftwareClipMask()