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

/external/skia/src/gpu/glsl/
H A DGrGLSLFragmentShaderBuilder.h141 virtual bool hasSecondaryOutput() const = 0;
179 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; }
H A DGrGLSLProgramBuilder.cpp66 this->emitFSOutputSwizzle(this->pipeline().getXferProcessor().hasSecondaryOutput());
213 if (xp.hasSecondaryOutput()) {
355 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) { argument
363 if (hasSecondaryOutput) {
H A DGrGLSLProgramBuilder.h169 void emitFSOutputSwizzle(bool hasSecondaryOutput);
/external/skia/src/gpu/
H A DGrXferProcessor.cpp23 bool GrXferProcessor::hasSecondaryOutput() const { function in class:GrXferProcessor
H A DGrXferProcessor.h163 bool hasSecondaryOutput() const;
/external/skia/src/gpu/effects/
H A DGrPorterDuffXferProcessor.cpp66 bool hasSecondaryOutput() const { function in class:BlendFormula
414 bool onHasSecondaryOutput() const override { return fBlendFormula.hasSecondaryOutput(); }
482 if (blendFormula.hasSecondaryOutput()) {
782 if ((blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport()) ||
822 (formula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport())) {
833 if (formula.hasSecondaryOutput()) {
927 (blendFormula.hasSecondaryOutput() && !caps.shaderCaps()->dualSourceBlendingSupport())) {
/external/skia/src/gpu/gl/builders/
H A DGrGLProgramBuilder.cpp196 if (fFS.hasSecondaryOutput() && caps.shaderCaps()->mustDeclareFragmentShaderOutput()) {
/external/skia/tests/
H A DGrPorterDuffTest.cpp98 TEST_ASSERT(xp->hasSecondaryOutput() == GrBlendCoeffRefsSrc2(fBlendInfo.fDstBlend));
1095 TEST_ASSERT(!xp->hasSecondaryOutput());

Completed in 169 milliseconds