Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h68 virtual bool hasSecondaryOutput() const = 0; in GR_MAKE_BITFIELD_CLASS_OPS()
95 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
DGrGLSLFragmentShaderBuilder.cpp88 if (this->hasSecondaryOutput()) { in getSecondaryColorOutputName()
DGrGLSLProgramBuilder.cpp359 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc()
/third_party/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp65 bool hasSecondaryOutput() const { in hasSecondaryOutput() function in BlendFormula
390 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()
/third_party/skia/src/gpu/
DGrXferProcessor.h117 bool hasSecondaryOutput() const; in GR_MAKE_BITFIELD_CLASS_OPS()
DGrXferProcessor.cpp26 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
/third_party/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp194 meta.fHasSecondaryColorOutput = fFS.hasSecondaryOutput(); in storeShaderInCache()
493 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
/third_party/skia/tests/
DGrPorterDuffTest.cpp107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()
1109 TEST_ASSERT(!xp->hasSecondaryOutput()); in DEF_GPUTEST()