Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp84 struct DrawConfig struct in vkt::robustness::GraphicsEnvironment
86 std::vector<vk::VkBuffer> vertexBuffers;
87 uint32_t vertexCount;
88 uint32_t instanceCount;
90 vk::VkBuffer indexBuffer;
91 uint32_t indexCount;
/aosp_15_r20/development/tools/winscope/src/app/components/timeline/mini-timeline/drawer/
H A Ddraggable_canvas_object_impl.ts22 export interface DrawConfig { interface