Searched refs:isPassThrough (Results 1 – 4 of 4) sorted by relevance
75 bool isPassThrough() const { return fKind == Kind::kPassThrough; } in isPassThrough() function
270 SkASSERT(base->sampleUsage().isPassThrough() || !base->sampleUsage().isSampled()); in emitTransformCode()
166 if ((sampleUsage.isPassThrough() || sampleUsage.isUniformMatrix()) && in registerChild()
137 if (child && child->sampleUsage().isPassThrough()) { in emitCode()