Searched defs:PrimitiveList (Results 1 – 3 of 3) sorted by relevance
159 struct PrimitiveList struct161 PrimitiveType type; //!< Primitive type.162 int numElements; //!< Number of elements to be drawn.163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used164 const void* indices; //!< Index list or DE_NULL if not used.166 PrimitiveList (PrimitiveType type_, int numElements_) in PrimitiveList() function174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) in PrimitiveList() argument182 PrimitiveList (void) in PrimitiveList() argument
88 class PrimitiveList class
1690 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const int firstElement) in PrimitiveList() function in rr::PrimitiveList1701 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indi… in PrimitiveList() function in rr::PrimitiveList