Searched defs:hasSecondaryOutput (Results 1 – 4 of 4) sorted by relevance
163 bool hasSecondaryOutput() const override { return fHasSecondaryOutput; } in hasSecondaryOutput() function
201 void GrGLSLProgramBuilder::emitFSOutputSwizzle(bool hasSecondaryOutput) { in emitFSOutputSwizzle()
55 bool GrXferProcessor::hasSecondaryOutput() const { in hasSecondaryOutput() function in GrXferProcessor
62 bool hasSecondaryOutput() const { return kNone_OutputType != fSecondaryOutputType; } in hasSecondaryOutput() function