Searched defs:DrawIndices (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp76 struct DrawIndices struct in namespace:rr
78 DrawIndices (const deUint32*, int baseVertex = 0);
79 DrawIndices (const deUint16*, int baseVertex = 0);
80 DrawIndices (const deUint8*, int baseVertex = 0);
81 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
92 PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices); // !< primitive list for drawElements-like call
H A DrrRenderer.cpp1662 DrawIndices::DrawIndices (const deUint32* ptr, int baseVertex_) function in class:rr::DrawIndices
1669 DrawIndices::DrawIndices (const deUint16* ptr, int baseVertex_) function in class:rr::DrawIndices
1676 DrawIndices::DrawIndices (const deUint8* ptr, int baseVertex_) function in class:rr::DrawIndices
1683 DrawIndices::DrawIndices (const void* ptr, IndexType type, int baseVertex_) function in class:rr::DrawIndices
1701 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices)

Completed in 1094 milliseconds