Home
last modified time | relevance | path

Searched refs:DrawIndices (Results 1 – 6 of 6) sorted by relevance

/external/deqp/framework/referencerenderer/
DrrRenderer.hpp76 struct DrawIndices struct
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); // !< p…
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
1701 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indi… in PrimitiveList()
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawInstancedTests.cpp616 const rr::DrawIndices indicies(m_indexes.data()); in iterate()
/external/deqp/modules/glshared/
DglsTextureBufferCase.cpp701 …iveList primitives(rr::PRIMITIVETYPE_TRIANGLES, triangleCount * 3, rr::DrawIndices(texture.getRefB… in renderReference()
/external/deqp/modules/gles3/functional/
Des3fShaderBuiltinVarTests.cpp959 rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, numVertices, rr::DrawIndices(indices)))); in renderReference()
/external/deqp/framework/opengl/simplereference/
DsglrReferenceContext.cpp4049 …drawWithReference(rr::PrimitiveList(primitiveType, count, rr::DrawIndices(indicesPtr, sglr::rr_uti… in drawElementsInstancedBaseVertex()