/external/skia/src/gpu/ganesh/effects/ |
D | GrModulateAtlasCoverageEffect.cpp | 24 this->registerChild(std::move(inputFP)); 25 this->registerChild(GrTextureEffect::Make(std::move(atlasView), kUnknown_SkAlphaType,
|
D | GrSkSLFP.cpp | 335 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()
|
D | GrMatrixEffect.h | 31 this->registerChild(std::move(child), in GrMatrixEffect()
|
D | GrBlendFragmentProcessor.cpp | 54 this->registerChild(std::move(src)); in BlendFragmentProcessor() 55 this->registerChild(std::move(dst)); in BlendFragmentProcessor()
|
D | GrYUVtoRGBEffect.cpp | 222 this->registerChild(std::move(planeFPs[i]), SkSL::SampleUsage::Explicit()); in GrYUVtoRGBEffect() 226 this->registerChild(std::move(planeFPs[i])); in GrYUVtoRGBEffect()
|
D | GrMatrixConvolutionEffect.cpp | 286 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in GrMatrixConvolutionEffect() 287 this->registerChild(std::move(kernelFP), SkSL::SampleUsage::Explicit()); in GrMatrixConvolutionEffect()
|
D | GrConvexPolyEffect.cpp | 167 this->registerChild(std::move(inputFP)); in GrConvexPolyEffect()
|
D | GrGaussianConvolutionFragmentProcessor.cpp | 186 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in GrGaussianConvolutionFragmentProcessor()
|
D | GrRRectEffect.cpp | 101 this->registerChild(std::move(inputFP)); in CircularRRectEffect() 436 this->registerChild(std::move(inputFP)); in EllipticalRRectEffect()
|
D | GrBicubicEffect.cpp | 207 this->registerChild(std::move(fp), SkSL::SampleUsage::Explicit()); in GrBicubicEffect()
|
/external/skia/src/gpu/ganesh/ |
D | GrFragmentProcessor.cpp | 144 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()
|
D | GrColorSpaceXform.cpp | 94 this->registerChild(std::move(child)); in GrColorSpaceXformEffect()
|
D | GrFragmentProcessor.h | 387 void registerChild(std::unique_ptr<GrFragmentProcessor> child,
|
/external/skia/gm/ |
D | fp_sample_chaining.cpp | 32 this->registerChild(std::move(child), in UniformMatrixEffect() 73 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in ExplicitCoordEffect()
|
D | fpcoordinateoverride.cpp | 39 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in SampleCoordEffect()
|
D | destcolor.cpp | 40 this->registerChild(std::move(child)); in DestColorTestFP()
|
/external/skia/src/effects/ |
D | SkTableColorFilter.cpp | 199 this->registerChild(GrTextureEffect::Make(std::move(view), kUnknown_SkAlphaType), in ColorTableEffect() 201 this->registerChild(std::move(inputFP)); in ColorTableEffect()
|
/external/skia/src/effects/imagefilters/ |
D | SkDisplacementMapImageFilter.cpp | 504 this->registerChild(std::move(displacement)); in GrDisplacementMapEffect() 505 this->registerChild(std::move(color), SkSL::SampleUsage::Explicit()); in GrDisplacementMapEffect()
|
D | SkMorphologyImageFilter.cpp | 352 this->registerChild(std::move(inputFP)); in GrMorphologyEffect() 353 this->registerChild(GrTextureEffect::Make(std::move(view), srcAlphaType), in GrMorphologyEffect()
|
D | SkLightingImageFilter.cpp | 1708 this->registerChild(std::move(child), SkSL::SampleUsage::Explicit()); in LightingEffect()
|
/external/skia/tests/ |
D | ProgramsTest.cpp | 143 this->registerChild(std::move(child)); in BlockInputFragmentProcessor()
|
D | ProcessorTest.cpp | 169 this->registerChild(GrTextureEffect::Make(view, kUnknown_SkAlphaType)); in TestFP() 175 this->registerChild(std::move(child)); in TestFP()
|
D | LazyProxyTest.cpp | 199 this->registerChild(std::move(atlasEffect)); in ClipFP()
|
/external/skia/src/shaders/ |
D | SkPerlinNoiseShader.cpp | 657 this->registerChild(std::move(permutationsFP), SkSL::SampleUsage::Explicit()); in GrPerlinNoise2Effect() 658 this->registerChild(std::move(noiseFP), SkSL::SampleUsage::Explicit()); in GrPerlinNoise2Effect()
|