Lines Matching defs:fp
292 SkAutoTUnref<const GrFragmentProcessor> fp;
296 fp.reset(this->createUPMToPMEffect(tempTexture, tempDrawInfo.fSwizzle,
299 if (!fp) {
308 if (!fp) {
309 fp.reset(GrConfigConversionEffect::Create(tempTexture, tempDrawInfo.fSwizzle,
311 if (!fp) {
343 paint.addColorFragmentProcessor(fp);
435 SkAutoTUnref<const GrFragmentProcessor> fp;
437 fp.reset(this->createPMToUPMEffect(src->asTexture(), tempDrawInfo.fSwizzle,
439 if (fp) {
447 if (!fp && temp) {
448 fp.reset(GrConfigConversionEffect::Create(src->asTexture(), tempDrawInfo.fSwizzle,
451 if (fp) {
453 paint.addColorFragmentProcessor(fp);