Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/d3d11/
DVertexArray11.cpp28 mCachedDestinationIndexType(gl::DrawElementsType::InvalidEnum) in VertexArray11()
204 &mCachedDestinationIndexType)); in updateElementArrayStorage()
210 mCachedDestinationIndexType, offset); in updateElementArrayStorage()
372 return mCachedDestinationIndexType; in getCachedDestinationIndexType()
DVertexArray11.h107 gl::DrawElementsType mCachedDestinationIndexType; variable