Searched refs:fTotalCombinedVerbCnt (Results 1 – 2 of 2) sorted by relevance
48 , fTotalCombinedVerbCnt(path.countVerbs()) in StrokeTessellateOp()150 fTotalCombinedVerbCnt += op->fTotalCombinedVerbCnt; in onCombineIfPossible()193 if (can_use_hardware_tessellation(fTotalCombinedVerbCnt, *pipeline, caps)) { in prePrepareTessellator()262 fTotalCombinedVerbCnt); in onPrepare()
43 return allStatesEnabled || (fTotalCombinedVerbCnt <= kMaxVerbsToEnableDynamicState); in shouldUseDynamicStates()72 int fTotalCombinedVerbCnt = 0; variable