Home
last modified time | relevance | path

Searched defs:PrimitiveList (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/opengl/
DgluDrawUtil.hpp159 struct PrimitiveList struct
161 PrimitiveType type; //!< Primitive type.
162 int numElements; //!< Number of elements to be drawn.
163 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
164 const void* indices; //!< Index list or DE_NULL if not used.
166 PrimitiveList (PrimitiveType type_, int numElements_) in PrimitiveList() function
174 PrimitiveList (PrimitiveType type_, int numElements_, IndexType indexType_, const void* indices_) in PrimitiveList() argument
182 PrimitiveList (void) in PrimitiveList() argument
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp88 class PrimitiveList class
DrrRenderer.cpp1690 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const int firstElement) in PrimitiveList() function in rr::PrimitiveList
1701 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indi… in PrimitiveList() function in rr::PrimitiveList