Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/
DTextureDraw.cpp115 struct Vertex { struct
116 float pos[3];
117 float coord[2];
DTextureResize.cpp440 struct Vertex { struct
441 float pos[2];
442 float coord[2];
/hardware/google/gfxstream/host/vulkan/
DCompositorVk.cpp44 struct Vertex { struct
45 alignas(8) glm::vec2 pos;
46 alignas(8) glm::vec2 tex;
48 static VkVertexInputBindingDescription getBindingDescription() { in getBindingDescription()
56 static std::array<VkVertexInputAttributeDescription, 2> getAttributeDescription() { in getAttributeDescription()