Searched refs:ParallelIter (Results 1 – 2 of 2) sorted by relevance
140 GrGLSLFragmentProcessor::ParallelIter::ParallelIter(const GrFragmentProcessor& fp, in ParallelIter() function in GrGLSLFragmentProcessor::ParallelIter144 GrGLSLFragmentProcessor::ParallelIter& GrGLSLFragmentProcessor::ParallelIter::operator++() { in operator ++()152 GrGLSLFragmentProcessor::ParallelIter::operator*() const { in operator *()156 bool GrGLSLFragmentProcessor::ParallelIter::operator==(const ParallelIterEnd& end) const { in operator ==()
195 class ParallelIter {197 ParallelIter(const GrFragmentProcessor& fp, GrGLSLFragmentProcessor& glslFP);199 ParallelIter& operator++();216 ParallelIter begin() { return {fInitialFP, fInitialGLSLFP}; } in begin()