Home
last modified time | relevance | path

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

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp76 struct DrawIndices struct
83 const void* const indices;
84 const IndexType indexType;
85 const int baseVertex;
DrrRenderer.cpp1662 DrawIndices::DrawIndices (const deUint32* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1669 DrawIndices::DrawIndices (const deUint16* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1676 DrawIndices::DrawIndices (const deUint8* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1683 DrawIndices::DrawIndices (const void* ptr, IndexType type, int baseVertex_) in DrawIndices() function in rr::DrawIndices