Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.h59 bool isCachedIndexInfoValid() const;
DVertexArray11.cpp378 bool VertexArray11::isCachedIndexInfoValid() const in isCachedIndexInfoValid() function in rx::VertexArray11
DStateManager11.cpp3149 ASSERT(mVertexArray11->isCachedIndexInfoValid()); in applyVertexBuffers()