Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/referencerenderer/
H A 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); // !< primitive list for drawElements-like call
H A DrrRenderer.cpp1670 DrawIndices::DrawIndices (const deUint32* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1677 DrawIndices::DrawIndices (const deUint16* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1684 DrawIndices::DrawIndices (const deUint8* ptr, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1691 DrawIndices::DrawIndices (const void* ptr, IndexType type, int baseVertex_) in DrawIndices() function in rr::DrawIndices
1709 PrimitiveList::PrimitiveList (PrimitiveType primitiveType, int numElements, const DrawIndices& indices) in PrimitiveList()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawInstancedTests.cpp781 const rr::DrawIndices indicies(m_indexes.data()); in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawInstancedTests.cpp763 const rr::DrawIndices indicies(m_indexes.data()); in iterate()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderBuiltinVarTests.cpp980 rr::PrimitiveList(rr::PRIMITIVETYPE_TRIANGLES, numVertices, rr::DrawIndices(indices)))); in renderReference()
/third_party/vk-gl-cts/modules/glshared/
H A DglsTextureBufferCase.cpp702 const rr::PrimitiveList primitives(rr::PRIMITIVETYPE_TRIANGLES, triangleCount * 3, rr::DrawIndices(texture.getRefBuffer().getPtr(), rr::INDEXTYPE_UINT8)); in renderReference()
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrReferenceContext.cpp4088 drawWithReference(rr::PrimitiveList(primitiveType, count, rr::DrawIndices(indicesPtr, sglr::rr_util::mapGLIndexType(type), baseVertex)), instanceCount);

Completed in 17 milliseconds