Searched refs:fOutputPrimary (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrXferProcessor.cpp | 242 outColor = args.fOutputPrimary; in emitCode() 256 fragBuilder->codeAppendf("%s = %s;", args.fOutputPrimary, outColor); in emitCode() 263 args.fOutputPrimary, in emitCode()
|
D | GrXferProcessor.h | 306 , fOutputPrimary(outputPrimary) in GR_MAKE_BITFIELD_CLASS_OPS() 317 const char* fOutputPrimary; in GR_MAKE_BITFIELD_CLASS_OPS() member
|
/third_party/skia/src/gpu/effects/ |
D | GrCoverageSetOpXP.cpp | 57 fb->codeAppendf("%s = 1.0 - %s;", args.fOutputPrimary, args.fInputCoverage); in makeProgramImpl() 59 fb->codeAppendf("%s = %s;", args.fOutputPrimary, args.fInputCoverage); in makeProgramImpl()
|
D | GrDisableColorXP.cpp | 47 fragBuilder->codeAppendf("%s = half4(0);", args.fOutputPrimary); in makeProgramImpl()
|
D | GrCustomXfermode.cpp | 133 args.fOutputPrimary, in makeProgramImpl()
|
D | GrPorterDuffXferProcessor.cpp | 466 args.fOutputPrimary, in makeProgramImpl() 611 args.fOutputPrimary, in makeProgramImpl()
|