Searched defs:DrawIndexed (Results 1 - 4 of 4) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
H A DvktDrawIndexedTest.cpp46 class DrawIndexed : public DrawTestsBaseClass class in namespace:vkt::Draw::__anon3631
49 DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology);
53 class DrawInstancedIndexed : public DrawIndexed
60 DrawIndexed::DrawIndexed (Context &context, ShaderMap shaders, vk::VkPrimitiveTopology topology) function in class:vkt::Draw::__anon3631::DrawIndexed
117 tcu::TestStatus DrawIndexed::iterate (void)
214 : DrawIndexed (context, shaders, topology)
353 addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_list", "Draws indexed triangle list", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_LIST));
354 addChild(new InstanceFactory<DrawIndexed>(m_testCtx, "draw_indexed_triangle_strip", "Draws indexed triangle strip", shaderPaths, vk::VK_PRIMITIVE_TOPOLOGY_TRIANGLE_STRIP));
/external/vulkan-validation-layers/tests/
H A Dlayer_validation_tests.cpp230 void DrawIndexed(uint32_t indexCount, uint32_t instanceCount, function in class:VkLayerTest
233 m_commandBuffer->DrawIndexed(indexCount, instanceCount, firstIndex,
H A Dvkrenderframework.cpp1565 void VkCommandBufferObj::DrawIndexed(uint32_t indexCount, function in class:VkCommandBufferObj
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
H A Dd3d11_context.h721 virtual void STDMETHODCALLTYPE DrawIndexed( function in struct:GalliumD3D11DeviceContext

Completed in 674 milliseconds