Searched defs:getVertices (Results 1 – 2 of 2) sorted by relevance
50 const std::vector<float>& getVertices (void) const { return m_vertices; } in getVertices() function in deqp::gls::VertexArray51 std::vector<float>& getVertices (void) { return m_vertices; } in getVertices() function in deqp::gls::VertexArray
147 const SkVertices* getVertices(SkReadBuffer* reader) const { in getVertices() function