Searched refs:DrawIndices (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/referencerenderer/ |
D | rrRenderer.hpp | 76 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…
|
D | rrRenderer.cpp | 1662 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/ |
D | vktDrawInstancedTests.cpp | 616 const rr::DrawIndices indicies(m_indexes.data()); in iterate()
|
/external/deqp/modules/glshared/ |
D | glsTextureBufferCase.cpp | 701 …iveList primitives(rr::PRIMITIVETYPE_TRIANGLES, triangleCount * 3, rr::DrawIndices(texture.getRefB… in renderReference()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderBuiltinVarTests.cpp | 959 rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, numVertices, rr::DrawIndices(indices)))); in renderReference()
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrReferenceContext.cpp | 4049 …drawWithReference(rr::PrimitiveList(primitiveType, count, rr::DrawIndices(indicesPtr, sglr::rr_uti… in drawElementsInstancedBaseVertex()
|