Searched refs:numFragmentProcessors (Results 1 – 17 of 17) sorted by relevance
38 return this->numFragmentProcessors() - fColorFragmentProcessorCnt; in numCoverageFragmentProcessors()157 for (int i = 0; i < this->numFragmentProcessors(); ++i) { in visitProxies()169 int numFragmentProcessors() const { in numFragmentProcessors() function
100 if (this->numFragmentProcessors()) { in dumpProcessors()137 int fpCount = this->numFragmentProcessors(); in operator ==()138 if (((fFlags ^ that.fFlags) & ~kFinalized_Flag) || fpCount != that.numFragmentProcessors() || in operator ==()
93 for (int i = 0; i < pipeline.numFragmentProcessors(); ++i) { in draw()
124 int numFragmentProcessors() const { return fFragmentProcessors.count(); } in numFragmentProcessors() function
217 for (int i = 0; i < pipeline.numFragmentProcessors(); ++i) { in Build()
392 for (int i = pipeline.numFragmentProcessors() - 1; i >= 0; --i) { in Iter()
150 b->addBits(2, pipeline.numFragmentProcessors(), "numFPs"); in gen_key()152 for (int i = 0; i < pipeline.numFragmentProcessors(); ++i) { in gen_key()
97 int numFragmentProcessors() const { return fFragmentProcessors.count(); } in numFragmentProcessors() function
162 int numFragmentProcessors() const { in numFragmentProcessors() function
217 for (int i = 0; i < pipeline.numFragmentProcessors(); ++i) { in collectTransforms()
111 for (int i = 0; i < programInfo.pipeline().numFragmentProcessors(); ++i) { in updateUniforms()
53 for (int i = 0; i < programInfo.pipeline().numFragmentProcessors(); ++i) { in setAndBindConstants()
84 for (int i = 0; i < programInfo.pipeline().numFragmentProcessors(); ++i) { in setAndBindUniforms()
142 for (int i = 0; i < this->pipeline().numFragmentProcessors(); ++i) { in emitAndInstallFragProcs()
69 for (int i = 0; i < programInfo.pipeline().numFragmentProcessors(); ++i) {
129 int fpCount = this->pipeline().numFragmentProcessors(); in emitAndInstallFragProcs()
505 for (int i = 0; i < programInfo.pipeline().numFragmentProcessors(); ++i) { in setUniformData()