Home
last modified time | relevance | path

Searched refs:getCachedIndexInfo (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.h57 const TranslatedIndexData &getCachedIndexInfo() const;
DVertexArray11.cpp354 const TranslatedIndexData &VertexArray11::getCachedIndexInfo() const in getCachedIndexInfo() function in rx::VertexArray11
DStateManager11.cpp3062 TranslatedIndexData indexInfo = mVertexArray11->getCachedIndexInfo(); in applyVertexBuffers()