Searched refs:getVertices (Results 1 – 5 of 5) 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
173 float* dst = &vtxArray.getVertices()[vtxNdx*numComponents]; in init()498 …er(location, attribIter->getNumComponents(), GL_FLOAT, GL_FALSE, 0, &attribIter->getVertices()[0]); in iterate()
147 const SkVertices* getVertices(SkReadBuffer* reader) const { in getVertices() function
702 const SkVertices* vertices = fPictureData->getVertices(reader); in handleOp()
577 static vector<Vec4> getVertices (void) in testImageQueryLod() function607 const vector<Vec4> vertices (LocalUtil::getVertices()); in testImageQueryLod()