Home
last modified time | relevance | path

Searched refs:DrawIndexed (Results 1 – 9 of 9) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndexedTest.cpp51 class DrawIndexed : public DrawTestsBaseClass class
56 DrawIndexed (Context &context, TestSpec testSpec);
63 class DrawInstancedIndexed : public DrawIndexed
70 DrawIndexed::DrawIndexed (Context &context, TestSpec testSpec) in DrawIndexed() function in vkt::Draw::__anon4e44fc600211::DrawIndexed
134 tcu::TestStatus DrawIndexed::iterate (void) in iterate()
231 : DrawIndexed (context, testSpec) in DrawInstancedIndexed()
367 DrawIndexed::TestSpec testSpec; in init()
372 …addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_list", "Draws indexed … in init()
374 …addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_strip", "Draws indexed… in init()
/external/vulkan-validation-layers/tests/
Dvkrenderframework.h171 …void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexO…
Dvkrenderframework.cpp1488 void VkCommandBufferObj::DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstInd… in DrawIndexed() function in VkCommandBufferObj
Dlayer_validation_tests.cpp297 …void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, uint32_t firstIndex, int32_t vertexO… in DrawIndexed() function in VkLayerTest
299 … m_commandBuffer->DrawIndexed(indexCount, instanceCount, firstIndex, vertexOffset, firstInstance); in DrawIndexed()
503 DrawIndexed(3, 1, 0, 0, 0); in VKTriangleTest()
/external/mesa3d/src/gallium/state_trackers/d3d1x/progs/d3d11app/
Dd3d11u.h145 ctx->DrawIndexed(draw_count, 0, 0); in draw_bound()
/external/mesa3d/src/gallium/docs/
Dd3d11ddi.txt266 DrawIndexed -> draw_vbo
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/
Dd3d10.idl1212 void DrawIndexed(
Dd3d11.idl1848 void DrawIndexed(
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
Dd3d11_context.h721 virtual void STDMETHODCALLTYPE DrawIndexed( in DrawIndexed() function