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

/external/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.h138 virtual bool hasSecondaryOutput() const = 0;
176 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; }
H A DGrGLSLProgramBuilder.cpp66 this->emitFSOutputSwizzle(this->pipeline().getXferProcessor().hasSecondaryOutput());
224 if (xp.hasSecondaryOutput()) {
354 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) { argument
362 if (hasSecondaryOutput) {
H A DGrGLSLProgramBuilder.h167 void emitFSOutputSwizzle(bool hasSecondaryOutput);
/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp61 bool hasSecondaryOutput() const { return kNone_OutputType != fSecondaryOutputType; } function in struct:BlendFormula
356 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); }
424 if (blendFormula.hasSecondaryOutput()) {
753 if (blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport()) {
782 return get_lcd_blend_formula(fBlendMode).hasSecondaryOutput();
791 return formula.hasSecondaryOutput();
859 if (blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport()) {
887 return formula.hasSecondaryOutput();
898 return formula.hasSecondaryOutput();
/external/skia/src/gpu/
H A DGrXferProcessor.cpp37 bool GrXferProcessor::hasSecondaryOutput() const { function in class:GrXferProcessor
H A DGrXferProcessor.h191 bool hasSecondaryOutput() const;
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp181 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) {
/external/skia/tests/
H A DGrPorterDuffTest.cpp80 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
1040 TEST_ASSERT(!xp->hasSecondaryOutput());
1042 TEST_ASSERT(!xp->hasSecondaryOutput());

Completed in 469 milliseconds