Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp417 struct VertexAttributes { in TEST_P() struct
418 float position[2]; in TEST_P()
419 float color[3]; in TEST_P()
563 struct VertexAttributes { in TEST_P() struct
564 float pos[2]; in TEST_P()
565 float tex[2]; in TEST_P()
702 struct VertexAttributes { in TEST_P() struct
703 float pos[2]; in TEST_P()
704 float tex[2]; in TEST_P()
943 struct VertexAttributes { in TEST_P() struct
[all …]
/aosp_15_r20/hardware/google/gfxstream/host/tests/
DHelloTriangle.h30 struct VertexAttributes { struct
31 float position[2];
32 float color[3];
DFrameBuffer_unittest.cpp613 struct VertexAttributes { in TEST_F() struct
614 float position[2]; in TEST_F()
615 float color[3]; in TEST_F()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessUtil.hpp82 typedef std::vector<vk::VkVertexInputAttributeDescription> VertexAttributes; typedef in vkt::robustness::GraphicsEnvironment
H A DvktRobustness1VertexAccessTests.cpp106 typedef vector<VkVertexInputAttributeDescription> VertexAttributes; typedef
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp4573 struct VertexAttributes { in glTestHostDriverPerformance() struct
4574 float position[2]; in glTestHostDriverPerformance()
4575 float color[3]; in glTestHostDriverPerformance()