Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluDrawUtil.hpp169 struct PrimitiveList struct
171 PrimitiveType type; //!< Primitive type.
172 int numElements; //!< Number of elements to be drawn.
173 IndexType indexType; //!< Index type or INDEXTYPE_LAST if not used
174 const void *indices; //!< Index list or nullptr if not used.
176 PrimitiveList(PrimitiveType type_, int numElements_) in PrimitiveList() function
184 PrimitiveList(PrimitiveType type_, int numElements_, IndexType indexType_, const void *indices_) in PrimitiveList() function
192PrimitiveList(void) : type(PRIMITIVETYPE_LAST), numElements(0), indexType(INDEXTYPE_LAST), indices… in PrimitiveList() argument
/external/tink/cc/core/
Dkey_type_manager.h108 using PrimitiveList = List<Primitives...>; variable
/external/deqp/framework/referencerenderer/
DrrRenderer.hpp102 class PrimitiveList class
DrrRenderer.cpp1765 PrimitiveList::PrimitiveList(PrimitiveType primitiveType, int numElements, const int firstElement) in PrimitiveList() function in rr::PrimitiveList
1776 PrimitiveList::PrimitiveList(PrimitiveType primitiveType, int numElements, const DrawIndices &indic… in PrimitiveList() function in rr::PrimitiveList