Searched refs:getCropCoords (Results 1 – 3 of 3) sorted by relevance
76 return VertexArray<TYPE>(getCropCoords(), mStride); in getCropCoordArray()100 float const* getCropCoords() const;141 float* getCropCoords();
84 float const* Mesh::getCropCoords() const { in getCropCoords() function in android::renderengine::Mesh87 float* Mesh::getCropCoords() { in getCropCoords() function in android::renderengine::Mesh
1349 mesh.getByteStride(), mesh.getCropCoords()); in drawMesh()