Searched refs:getTexCoords (Results 1 – 3 of 3) sorted by relevance
71 return VertexArray<TYPE>(getTexCoords(), mStride); in getTexCoordArray()97 float const* getTexCoords() const;140 float* getTexCoords();
77 float const* Mesh::getTexCoords() const { in getTexCoords() function in android::renderengine::Mesh80 float* Mesh::getTexCoords() { in getTexCoords() function in android::renderengine::Mesh
1340 mesh.getByteStride(), mesh.getTexCoords()); in drawMesh()