Home
last modified time | relevance | path

Searched refs:ParallelIter (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/glsl/
DGrGLSLFragmentProcessor.cpp140 GrGLSLFragmentProcessor::ParallelIter::ParallelIter(const GrFragmentProcessor& fp, in ParallelIter() function in GrGLSLFragmentProcessor::ParallelIter
144 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 ==()
DGrGLSLFragmentProcessor.h195 class ParallelIter {
197 ParallelIter(const GrFragmentProcessor& fp, GrGLSLFragmentProcessor& glslFP);
199 ParallelIter& operator++();
216 ParallelIter begin() { return {fInitialFP, fInitialGLSLFP}; } in begin()