Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/
H A 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 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
192PrimitiveList(void) : type(PRIMITIVETYPE_LAST), numElements(0), indexType(INDEXTYPE_LAST), indices… in PrimitiveList() argument
/aosp_15_r20/external/tink/cc/core/
H A Dkey_type_manager.h108 using PrimitiveList = List<Primitives...>; variable
/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp102 class PrimitiveList class
H A 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