Searched refs:isSingleComponent (Results 1 – 2 of 2) sorted by relevance
40 bool isSingleComponent() const { return fInOut.isSingleComponent(); } in isSingleComponent() function46 bool isFourChannelOutput() const { return !fInOut.isSingleComponent() && in isFourChannelOutput()
59 GrInvariantOutput(GrColor color, GrColorComponentFlags flags, bool isSingleComponent) in GrInvariantOutput() argument62 , fIsSingleComponent(isSingleComponent) in GrInvariantOutput()265 void reset(GrColor color, GrColorComponentFlags flags, bool isSingleComponent) { in reset() argument268 fIsSingleComponent = isSingleComponent; in reset()305 bool isSingleComponent() const { return fIsSingleComponent; } in isSingleComponent() function