Searched defs:PrimitiveList (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/framework/opengl/ |
H A D | gluDrawUtil.hpp | 169 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 DE_NULL 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 192 …PrimitiveList(void) : type(PRIMITIVETYPE_LAST), numElements(0), indexType(INDEXTYPE_LAST), indices… in PrimitiveList() argument
|
/aosp_15_r20/external/tink/cc/core/ |
H A D | key_type_manager.h | 108 using PrimitiveList = List<Primitives...>; variable
|
/aosp_15_r20/external/deqp/framework/referencerenderer/ |
H A D | rrRenderer.hpp | 102 class PrimitiveList class
|
H A D | rrRenderer.cpp | 1765 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
|