Home
last modified time | relevance | path

Searched refs:getFragmentProcessor (Results 1 – 8 of 8) sorted by relevance

/external/skia/src/gpu/
DGrPipeline.cpp231 if (!a.getFragmentProcessor(i).isEqual(b.getFragmentProcessor(i), ignoreCoordTransforms)) { in AreEqual()
DGrPipeline.h129 const GrFragmentProcessor& getFragmentProcessor(int idx) const { in getFragmentProcessor() function
/external/skia/src/gpu/glsl/
DGrGLSLProgramBuilder.cpp37 const GrFragmentProcessor& processor = this->pipeline().getFragmentProcessor(i); in emitAndInstallProcs()
112 const GrFragmentProcessor& fp = this->pipeline().getFragmentProcessor(i); in emitAndInstallFragProcs()
/external/skia/src/gpu/vk/
DGrVkProgramDesc.cpp112 const GrFragmentProcessor& fp = pipeline.getFragmentProcessor(i); in Build()
DGrVkProgram.cpp181 const GrFragmentProcessor& processor = pipeline.getFragmentProcessor(i); in setData()
/external/skia/src/gpu/gl/
DGrGLProgramDesc.cpp125 const GrFragmentProcessor& fp = pipeline.getFragmentProcessor(i); in Build()
DGrGLProgram.cpp105 const GrFragmentProcessor& processor = pipeline.getFragmentProcessor(i); in setFragmentData()
/external/skia/src/effects/
DSkLightingImageFilter.cpp360 virtual GrFragmentProcessor* getFragmentProcessor(GrTexture*,
390 GrFragmentProcessor* fp = this->getFragmentProcessor(src, matrix, srcBounds, boundaryMode); in drawRect()
493 GrFragmentProcessor* getFragmentProcessor(GrTexture*, const SkMatrix&, const SkIRect* bounds,
521 GrFragmentProcessor* getFragmentProcessor(GrTexture*, const SkMatrix&, const SkIRect* bounds,
1310 GrFragmentProcessor* SkDiffuseLightingImageFilter::getFragmentProcessor( in getFragmentProcessor() function in SkDiffuseLightingImageFilter
1453 GrFragmentProcessor* SkSpecularLightingImageFilter::getFragmentProcessor( in getFragmentProcessor() function in SkSpecularLightingImageFilter