/third_party/skia/src/gpu/glsl/ |
D | GrGLSLFragmentShaderBuilder.h | 68 virtual bool hasSecondaryOutput() const = 0; in GR_MAKE_BITFIELD_CLASS_OPS() 95 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
|
D | GrGLSLFragmentShaderBuilder.cpp | 88 if (this->hasSecondaryOutput()) { in getSecondaryColorOutputName()
|
D | GrGLSLProgramBuilder.cpp | 359 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc()
|
/third_party/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 65 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/ |
D | GrGLSLFragmentShaderBuilder.h | 120 virtual bool hasSecondaryOutput() const = 0; 157 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
|
D | GrGLSLFragmentShaderBuilder.cpp | 265 if (this->hasSecondaryOutput()) { in getSecondaryColorOutputName()
|
D | GrGLSLProgramBuilder.cpp | 236 if (xp.hasSecondaryOutput()) { in emitAndInstallXferProc()
|
/third_party/flutter/skia/src/gpu/effects/ |
D | GrPorterDuffXferProcessor.cpp | 67 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/ |
D | GrXferProcessor.cpp | 26 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
|
D | GrXferProcessor.h | 158 bool hasSecondaryOutput() const;
|
/third_party/skia/src/gpu/ |
D | GrXferProcessor.h | 117 bool hasSecondaryOutput() const; in GR_MAKE_BITFIELD_CLASS_OPS()
|
D | GrXferProcessor.cpp | 26 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
|
/third_party/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 194 meta.fHasSecondaryColorOutput = fFS.hasSecondaryOutput(); in storeShaderInCache() 461 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
|
/third_party/flutter/skia/src/gpu/gl/builders/ |
D | GrGLProgramBuilder.cpp | 392 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) { in bindProgramResourceLocations()
|
/third_party/flutter/skia/tests/ |
D | GrPorterDuffTest.cpp | 107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo() 1026 TEST_ASSERT(!xp->hasSecondaryOutput()); in DEF_GPUTEST()
|
/third_party/skia/tests/ |
D | GrPorterDuffTest.cpp | 107 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend)); in XPInfo() 1109 TEST_ASSERT(!xp->hasSecondaryOutput()); in DEF_GPUTEST()
|