Searched defs:VertexAttributes (Results 1 – 6 of 6) sorted by relevance
417 struct VertexAttributes { in TEST_P() struct418 float position[2]; in TEST_P()419 float color[3]; in TEST_P()563 struct VertexAttributes { in TEST_P() struct564 float pos[2]; in TEST_P()565 float tex[2]; in TEST_P()702 struct VertexAttributes { in TEST_P() struct703 float pos[2]; in TEST_P()704 float tex[2]; in TEST_P()943 struct VertexAttributes { in TEST_P() struct[all …]
30 struct VertexAttributes { struct31 float position[2];32 float color[3];
613 struct VertexAttributes { in TEST_F() struct614 float position[2]; in TEST_F()615 float color[3]; in TEST_F()
82 typedef std::vector<vk::VkVertexInputAttributeDescription> VertexAttributes; typedef in vkt::robustness::GraphicsEnvironment
106 typedef vector<VkVertexInputAttributeDescription> VertexAttributes; typedef
4573 struct VertexAttributes { in glTestHostDriverPerformance() struct4574 float position[2]; in glTestHostDriverPerformance()4575 float color[3]; in glTestHostDriverPerformance()