Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp119 struct Vertex { struct
120 float pos[3];
121 float coord[2];
DTextureResize.cpp440 struct Vertex { struct
441 float pos[2];
442 float coord[2];
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp45 struct Vertex { struct
46 alignas(8) glm::vec2 pos;
47 alignas(8) glm::vec2 tex;
49 static VkVertexInputBindingDescription getBindingDescription() { in getBindingDescription()
57 static std::array<VkVertexInputAttributeDescription, 2> getAttributeDescription() { in getAttributeDescription()