Searched refs:allocMeshes (Results 1 – 2 of 2) sorted by relevance
124 GrSimpleMesh* allocMeshes(int n) { return this->allocator()->makeArray<GrSimpleMesh>(n); } in allocMeshes() function
833 GrSimpleMesh* meshes = target->allocMeshes(draws.size()); in onPrepareDraws()