Home
last modified time | relevance | path

Searched refs:fillWithFP (Results 1 - 13 of 13) sorted by relevance

/third_party/skia/src/gpu/
H A DSurfaceFillContext.h79 void fillWithFP(std::unique_ptr<GrFragmentProcessor> fp) { in fillWithFP() function in skgpu::SurfaceFillContext
84 * A convenience version of fillWithFP that applies a coordinate transformation via
87 void fillWithFP(const SkMatrix& localMatrix, std::unique_ptr<GrFragmentProcessor> fp) { in fillWithFP() function in skgpu::SurfaceFillContext
H A DSurfaceContext.cpp902 yFC->fillWithFP(std::move(yFP)); in asyncRescaleAndReadPixelsYUV420()
927 uFC->fillWithFP(std::move(uFP)); in asyncRescaleAndReadPixelsYUV420()
950 vFC->fillWithFP(std::move(vFP)); in asyncRescaleAndReadPixelsYUV420()
1154 linearRTC->fillWithFP(std::move(fp)); in rescaleInto()
/third_party/skia/gm/
H A Dswizzle.cpp37 sfc->fillWithFP(std::move(fp)); in DEF_SIMPLE_GPU_GM()
H A Ddsl_processor_test.cpp68 sfc->fillWithFP(std::make_unique<SimpleDSLEffect>()); in DEF_SIMPLE_GPU_GM()
H A Dfpcoordinateoverride.cpp93 sfc->fillWithFP(std::move(fp)); in DEF_SIMPLE_GPU_GM_BG()
H A Dgpu_blur_utils.cpp73 sfc->fillWithFP(std::move(fp)); in slow_blur()
/third_party/skia/tests/
H A DRectangleTextureTest.cpp34 sfc->fillWithFP(std::move(fp)); in test_basic_draw_as_src()
H A DSkRuntimeEffectTest.cpp931 testCtx->fillWithFP(GrSkSLFP::Make(std::move(effect), "test_fp", in DEF_GPUTEST_FOR_RENDERING_CONTEXTS()
H A DProcessorTest.cpp232 sdc->fillWithFP(std::move(fp)); in render_fp()
/third_party/skia/src/image/
H A DSkImage_Lazy.cpp370 sfc->fillWithFP(std::move(fp)); in textureProxyViewFromPlanes()
H A DSkImage_GpuYUVA.cpp178 sfc->fillWithFP(std::move(fp)); in onAsView()
H A DSkImage_Gpu.cpp312 sfc->fillWithFP(std::move(colorFP)); in onMakeColorTypeAndColorSpace()
/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp1310 fillContext->fillWithFP(invLM, std::move(fp)); in makeImage()
1312 fillContext->fillWithFP(std::move(fp)); in makeImage()

Completed in 15 milliseconds