Searched defs:DrawIndices (Results 1 – 2 of 2) sorted by relevance
76 struct DrawIndices struct83 const void* const indices;84 const IndexType indexType;85 const int baseVertex;
1670 DrawIndices::DrawIndices (const deUint32* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices1677 DrawIndices::DrawIndices (const deUint16* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices1684 DrawIndices::DrawIndices (const deUint8* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices1691 DrawIndices::DrawIndices (const void* ptr, IndexType type, int baseVertex_) in DrawIndices() function in rr::DrawIndices