Home
last modified time | relevance | path

Searched refs:hasSecondaryOutput (Results 1 – 16 of 16) 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/flutter/skia/src/gpu/glsl/
DGrGLSLFragmentShaderBuilder.h120 virtual bool hasSecondaryOutput() const = 0;
157 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
DGrGLSLFragmentShaderBuilder.cpp265 if (this->hasSecondaryOutput()) { in getSecondaryColorOutputName()
DGrGLSLProgramBuilder.cpp236 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc()
/third_party/flutter/skia/src/gpu/effects/
DGrPorterDuffXferProcessor.cpp67 bool hasSecondaryOutput() const { in hasSecondaryOutput() function in BlendFormula
414 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); } in onHasSecondaryOutput()
482 if (blendFormula.hasSecondaryOutput()) { in emitOutputsForBlendState()
782 if ((blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport()) || in makeXferProcessor()
823 (formula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport())) { in analysis_properties()
834 if (formula.hasSecondaryOutput()) { in analysis_properties()
927 (blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport())) { in MakeSrcOverXferProcessor()
/third_party/flutter/skia/src/gpu/
DGrXferProcessor.cpp26 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
DGrXferProcessor.h158 bool hasSecondaryOutput() const;
/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()
461 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
/third_party/flutter/skia/src/gpu/gl/builders/
DGrGLProgramBuilder.cpp392 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
/third_party/flutter/skia/tests/
DGrPorterDuffTest.cpp107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()
1026 TEST_ASSERT(!xp->hasSecondaryOutput()); in DEF_GPUTEST()
/third_party/skia/tests/
DGrPorterDuffTest.cpp107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo()
1109 TEST_ASSERT(!xp->hasSecondaryOutput()); in DEF_GPUTEST()