Home
last modified time | relevance | path

Searched defs:DrawParamsBase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp104 struct DrawParamsBase struct
106 std::vector<PositionColorVertex> vertices;
107 vk::VkPrimitiveTopology topology;
109 DrawParamsBase () in DrawParamsBase() function
112 DrawParamsBase (const vk::VkPrimitiveTopology top) in DrawParamsBase() argument