Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp90 struct DrawIndices struct
97 const void *const indices;
98 const IndexType indexType;
99 const int baseVertex;
H A DrrRenderer.cpp1737 DrawIndices::DrawIndices(const uint32_t *ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1744 DrawIndices::DrawIndices(const uint16_t *ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1751 DrawIndices::DrawIndices(const uint8_t *ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1758 DrawIndices::DrawIndices(const void *ptr, IndexType type, int baseVertex_) in DrawIndices() function in rr::DrawIndices