Searched refs:getCropCoords (Results 1 – 3 of 3) sorted by relevance
67 return VertexArray<TYPE>(getCropCoords(), mStride); in getCropCoordArray()79 float const* getCropCoords() const;103 float* getCropCoords();
76 float const* Mesh::getCropCoords() const { in getCropCoords() function in android::renderengine::Mesh79 float* Mesh::getCropCoords() { in getCropCoords() function in android::renderengine::Mesh
1216 mesh.getByteStride(), mesh.getCropCoords()); in drawMesh()