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

/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp74 struct DrawIndices struct in namespace:rr
76 DrawIndices (const deUint32*, int baseVertex = 0);
77 DrawIndices (const deUint16*, int baseVertex = 0);
78 DrawIndices (const deUint8*, int baseVertex = 0);
79 DrawIndices (const void* ptr, IndexType type, int baseVertex = 0);
90 PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices); // !< primitive list for drawElements-like call
H A DrrRenderer.cpp1646 DrawIndices::DrawIndices (const deUint32* ptr, int baseVertex_) function in class:rr::DrawIndices
1653 DrawIndices::DrawIndices (const deUint16* ptr, int baseVertex_) function in class:rr::DrawIndices
1660 DrawIndices::DrawIndices (const deUint8* ptr, int baseVertex_) function in class:rr::DrawIndices
1667 DrawIndices::DrawIndices (const void* ptr, IndexType type, int baseVertex_) function in class:rr::DrawIndices
1685 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices)
/external/deqp/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp959 rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, numVertices, rr::DrawIndices(indices))));
/external/deqp/modules/glshared/
H A DglsTextureBufferCase.cpp699 const rr::PrimitiveList primitives(rr::PRIMITIVETYPE_TRIANGLES, triangleCount * 3, rr::DrawIndices((const void*)texture.getRefBuffer(), rr::INDEXTYPE_UINT8));
/external/deqp/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4070 drawWithReference(rr::PrimitiveList(primitiveType, count, rr::DrawIndices(indicesPtr, sglr::rr_util::mapGLIndexType(type), baseVertex)), instanceCount);

Completed in 318 milliseconds