Searched refs:mLastDrawElementsType (Results 1 – 2 of 2) sorted by relevance
93 mLastDrawElementsType.reset(); in syncState()173 if (!mLastDrawElementsType.valid() || mLastDrawElementsType.value() != indexTypeOrInvalid || in syncStateForDraw()177 mLastDrawElementsType = indexTypeOrInvalid; in syncStateForDraw()
102 Optional<gl::DrawElementsType> mLastDrawElementsType; variable