Home
last modified time | relevance | path

Searched refs:registerChild (Results 1 – 24 of 24) sorted by relevance

/external/skia/src/gpu/ganesh/effects/
DGrModulateAtlasCoverageEffect.cpp24 this->registerChild(std::move(inputFP));
25 this->registerChild(GrTextureEffect::Make(std::move(atlasView), kUnknown_SkAlphaType,
DGrSkSLFP.cpp335 this->registerChild(std::move(child), fEffect->fSampleUsages[childIndex]); in addChild()
343 this->registerChild(std::move(input), SkSL::SampleUsage::PassThrough()); in setInput()
352 this->registerChild(std::move(destColorFP), SkSL::SampleUsage::PassThrough()); in setDestColorFP()
375 this->registerChild(std::move(workingToLinear), SkSL::SampleUsage::PassThrough()); in addColorTransformChildren()
379 this->registerChild(std::move(linearToWorking), SkSL::SampleUsage::PassThrough()); in addColorTransformChildren()
DGrMatrixEffect.h31 this->registerChild(std::move(child), in GrMatrixEffect()
DGrBlendFragmentProcessor.cpp54 this->registerChild(std::move(src)); in BlendFragmentProcessor()
55 this->registerChild(std::move(dst)); in BlendFragmentProcessor()
DGrYUVtoRGBEffect.cpp222 this->registerChild(std::move(planeFPs[i]), SkSL::SampleUsage::Explicit()); in GrYUVtoRGBEffect()
226 this->registerChild(std::move(planeFPs[i])); in GrYUVtoRGBEffect()
DGrMatrixConvolutionEffect.cpp286 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in GrMatrixConvolutionEffect()
287 this->registerChild(std::move(kernelFP), SkSL::SampleUsage::Explicit()); in GrMatrixConvolutionEffect()
DGrConvexPolyEffect.cpp167 this->registerChild(std::move(inputFP)); in GrConvexPolyEffect()
DGrGaussianConvolutionFragmentProcessor.cpp186 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in GrGaussianConvolutionFragmentProcessor()
DGrRRectEffect.cpp101 this->registerChild(std::move(inputFP)); in CircularRRectEffect()
436 this->registerChild(std::move(inputFP)); in EllipticalRRectEffect()
DGrBicubicEffect.cpp207 this->registerChild(std::move(fp), SkSL::SampleUsage::Explicit()); in GrBicubicEffect()
/external/skia/src/gpu/ganesh/
DGrFragmentProcessor.cpp144 void GrFragmentProcessor::registerChild(std::unique_ptr<GrFragmentProcessor> child, in registerChild() function in GrFragmentProcessor
184 this->registerChild(fp->clone(), fp->sampleUsage()); in cloneAndRegisterAllChildProcessors()
186 this->registerChild(nullptr); in cloneAndRegisterAllChildProcessors()
268 this->registerChild(std::move(fp)); in SwizzleOutput()
398 this->registerChild(std::move(f)); in Compose()
399 this->registerChild(std::move(g)); in Compose()
556 this->registerChild(std::move(fp), SkSL::SampleUsage::FragCoord()); in DeviceSpace()
817 this->registerChild(std::move(fp)); in HighPrecision()
DGrColorSpaceXform.cpp94 this->registerChild(std::move(child)); in GrColorSpaceXformEffect()
DGrFragmentProcessor.h387 void registerChild(std::unique_ptr<GrFragmentProcessor> child,
/external/skia/gm/
Dfp_sample_chaining.cpp32 this->registerChild(std::move(child), in UniformMatrixEffect()
73 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in ExplicitCoordEffect()
Dfpcoordinateoverride.cpp39 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in SampleCoordEffect()
Ddestcolor.cpp40 this->registerChild(std::move(child)); in DestColorTestFP()
/external/skia/src/effects/
DSkTableColorFilter.cpp199 this->registerChild(GrTextureEffect::Make(std::move(view), kUnknown_SkAlphaType), in ColorTableEffect()
201 this->registerChild(std::move(inputFP)); in ColorTableEffect()
/external/skia/src/effects/imagefilters/
DSkDisplacementMapImageFilter.cpp504 this->registerChild(std::move(displacement)); in GrDisplacementMapEffect()
505 this->registerChild(std::move(color), SkSL::SampleUsage::Explicit()); in GrDisplacementMapEffect()
DSkMorphologyImageFilter.cpp352 this->registerChild(std::move(inputFP)); in GrMorphologyEffect()
353 this->registerChild(GrTextureEffect::Make(std::move(view), srcAlphaType), in GrMorphologyEffect()
DSkLightingImageFilter.cpp1708 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in LightingEffect()
/external/skia/tests/
DProgramsTest.cpp143 this->registerChild(std::move(child)); in BlockInputFragmentProcessor()
DProcessorTest.cpp169 this->registerChild(GrTextureEffect::Make(view, kUnknown_SkAlphaType)); in TestFP()
175 this->registerChild(std::move(child)); in TestFP()
DLazyProxyTest.cpp199 this->registerChild(std::move(atlasEffect)); in ClipFP()
/external/skia/src/shaders/
DSkPerlinNoiseShader.cpp657 this->registerChild(std::move(permutationsFP), SkSL::SampleUsage::Explicit()); in GrPerlinNoise2Effect()
658 this->registerChild(std::move(noiseFP), SkSL::SampleUsage::Explicit()); in GrPerlinNoise2Effect()