Home
last modified time | relevance | path

Searched refs:baseVertex_ (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/framework/referencerenderer/
H A DrrRenderer.cpp1670 DrawIndices::DrawIndices (const deUint32* ptr, int baseVertex_) in DrawIndices() argument
1673 , baseVertex(baseVertex_) in DrawIndices()
1677 DrawIndices::DrawIndices (const deUint16* ptr, int baseVertex_) in DrawIndices() argument
1680 , baseVertex(baseVertex_) in DrawIndices()
1684 DrawIndices::DrawIndices (const deUint8* ptr, int baseVertex_) in DrawIndices() argument
1687 , baseVertex(baseVertex_) in DrawIndices()
1691 DrawIndices::DrawIndices (const void* ptr, IndexType type, int baseVertex_) in DrawIndices() argument
1694 , baseVertex(baseVertex_) in DrawIndices()

Completed in 5 milliseconds