Lines Matching refs:phase
176 int lineNo, SkOpPhase phase, int iteration
187 #define DEBUG_PHASE_ONLY_PARAMS(phase) \ argument
188 __LINE__, SkOpPhase::phase, 0
189 #define DEBUG_PHASE_PARAMS(phase) \ argument
190 , DEBUG_PHASE_ONLY_PARAMS(phase)
192 this->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
194 obj->globalState()->debugSetPhase(__func__, lineNo, phase, iteration)
197 SkOpPhase phase
208 #define DEBUG_PHASE_ONLY_PARAMS(phase) \ argument
209 SkOpPhase::phase
210 #define DEBUG_PHASE_PARAMS(phase) \ argument
211 , DEBUG_PHASE_ONLY_PARAMS(phase)
213 this->globalState()->debugSetPhase(phase)
215 obj->globalState()->debugSetPhase(phase)
223 #define DEBUG_PHASE_ONLY_PARAMS(phase) argument
224 #define DEBUG_PHASE_PARAMS(phase) argument