Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/d3d/
DIndexDataManager.cpp260 gl::DrawElementsType destinationIndexType, in getStreamingIndexBuffer() argument
264 ASSERT(destinationIndexType == gl::DrawElementsType::UnsignedShort || in getStreamingIndexBuffer()
265 destinationIndexType == gl::DrawElementsType::UnsignedInt); in getStreamingIndexBuffer()
267 auto &streamingBuffer = (destinationIndexType == gl::DrawElementsType::UnsignedInt) in getStreamingIndexBuffer()
275 destinationIndexType)); in getStreamingIndexBuffer()
DIndexDataManager.h89 gl::DrawElementsType destinationIndexType,