Searched refs:fInputColor (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/src/gpu/effects/ |
H A D | GrSkSLFP.cpp | 40 , fInputColor(inputColor) in FPCallbacks() 140 return String(fSelf->invokeChild(index, fInputColor, fArgs, coords).c_str()); 145 color.empty() ? fInputColor : color.c_str(), 159 const char* fInputColor; member in GrSkSLFP::Impl::FPCallbacks 170 args.fInputColor, 198 args.fFragBuilder->codeAppendf("%s = %s;\n", inputColorName.c_str(), args.fInputColor); 202 "half4 %s = %s;\n", inputColorName.c_str(), args.fInputColor); 222 program, coords, args.fInputColor, args.fDestColor, &callbacks);
|
H A D | GrCustomXfermode.cpp | 144 args.fInputColor);
|
H A D | GrPorterDuffXferProcessor.cpp | 469 args.fInputColor, 476 args.fInputColor,
|
/third_party/skia/src/gpu/ |
H A D | GrXferProcessor.h | 304 , fInputColor(inputColor ? inputColor : "half4(1.0)") in EmitArgs() 315 const char* fInputColor; member
|
H A D | GrFragmentProcessor.h | 81 * RGBA color. The child's input color will be the parent's fInputColor. (Pass a null FP to use 82 * the color from fInputColor instead of a child FP.) 522 , fInputColor(inputColor ? inputColor : "half4(1.0)") in EmitArgs() 529 const char* fInputColor; member
|
H A D | GrFragmentProcessor.cpp | 603 auto child = this->invokeChild(0, args.fInputColor, args, "sk_FragCoord.xy"); 933 inputColor = args.fInputColor; 973 inputColor = args.fInputColor;
|
H A D | GrXferProcessor.cpp | 249 args.fInputColor, in emitCode()
|
/third_party/skia/src/sksl/codegen/ |
H A D | SkSLPipelineStageCodeGenerator.cpp | 55 , fInputColor(inputColor) in PipelineStageCodeGenerator() 125 const char* fInputColor; member in SkSL::PipelineStage::PipelineStageCodeGenerator 240 this->write(fInputColor); in writeVariableReference()
|
Completed in 8 milliseconds