Searched refs:hasSecondaryOutput (Results 1 – 8 of 8) sorted by relevance
68 virtual bool hasSecondaryOutput() const = 0; in GR_MAKE_BITFIELD_CLASS_OPS()95 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
88 if (this->hasSecondaryOutput()) { in getSecondaryColorOutputName()
359 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc()
65 bool hasSecondaryOutput() const { in hasSecondaryOutput() function in BlendFormula390 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); } in onHasSecondaryOutput()455 if (blendFormula.hasSecondaryOutput()) { in makeProgramImpl()719 if ((blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport()) || in makeXferProcessor()759 (formula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport())) { in analysis_properties()766 if (formula.hasSecondaryOutput()) { in analysis_properties()867 (blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport())) { in MakeSrcOverXferProcessor()
117 bool hasSecondaryOutput() const; in GR_MAKE_BITFIELD_CLASS_OPS()
26 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
194 meta.fHasSecondaryColorOutput = fFS.hasSecondaryOutput(); in storeShaderInCache()493 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()1109 TEST_ASSERT(!xp->hasSecondaryOutput()); in DEF_GPUTEST()