Home
last modified time | relevance | path

Searched refs:mLastDrawElementsIndices (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp94 mLastDrawElementsIndices.reset(); in syncState()
174 mLastDrawElementsIndices.value() != indices || in syncStateForDraw()
178 mLastDrawElementsIndices = indices; in syncStateForDraw()
DVertexArray11.h103 Optional<const void *> mLastDrawElementsIndices; variable