Home | History | Annotate | Download | only in pipeline

Lines Matching refs:Vertex4RGBA

100 		sizeof(Vertex4RGBA),			// uint32_t				stride;
610 std::vector<Vertex4RGBA> genTriangleVertices (void)
612 static const Vertex4RGBA data[] =
627 return std::vector<Vertex4RGBA>(data, data + DE_LENGTH_OF_ARRAY(data));
631 std::vector<Vertex4RGBA> genFullQuadVertices (void)
633 static const Vertex4RGBA data[] =
652 return std::vector<Vertex4RGBA>(data, data + DE_LENGTH_OF_ARRAY(data));
784 const std::vector<Vertex4RGBA> vertices = genTriangleVertices();
960 const std::vector<Vertex4RGBA> vertices = genFullQuadVertices();