Home
last modified time | relevance | path

Searched refs:neededDynamicStates (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/ops/
H A DStrokeTessellateOp.h37 bool shouldUseDynamicStates(PatchAttribs neededDynamicStates) const { in shouldUseDynamicStates()
41 bool anyStateDisabled = (bool)(~fPatchAttribs & neededDynamicStates); in shouldUseDynamicStates()
H A DStrokeTessellateOp.cpp133 PatchAttribs neededDynamicStates = combinedAttribs & kDynamicStatesMask; in onCombineIfPossible() local
134 if (neededDynamicStates != PatchAttribs::kNone) { in onCombineIfPossible()
135 if (!this->shouldUseDynamicStates(neededDynamicStates) || in onCombineIfPossible()
136 !op->shouldUseDynamicStates(neededDynamicStates)) { in onCombineIfPossible()

Completed in 1 milliseconds