Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.h61 gl::DrawElementsType getCachedDestinationIndexType() const;
DVertexArray11.cpp370 gl::DrawElementsType VertexArray11::getCachedDestinationIndexType() const in getCachedDestinationIndexType() function in rx::VertexArray11
DStateManager11.cpp3183 gl::DrawElementsType destElementType = mVertexArray11->getCachedDestinationIndexType(); in applyIndexBuffer()