Searched refs:m_vertices (Results 1 – 2 of 2) sorted by relevance
50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices()51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices()58 std::vector<float> m_vertices; member in deqp::gls::VertexArray
80 , m_vertices (input->getVariable()->getType().getNumElements() * numVertices) in VertexArray()