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