Searched refs:allocMeshes (Results 1 – 6 of 6) sorted by relevance
153 GrMesh* allocMeshes(int n) { return this->pipelineArena()->makeArray<GrMesh>(n); } in allocMeshes() function
221 GrMesh* mesh = target->allocMeshes(1); in onPrepareDraws()
397 GrMesh* meshes = target->allocMeshes(numProxies); in onPrepareDraws()
788 GrMesh* meshes = target->allocMeshes(draws.count()); in onPrepareDraws()
221 GrSimpleMesh* allocMeshes(int n) { return this->allocator()->makeArray<GrSimpleMesh>(n); } in allocMeshes() function
850 GrSimpleMesh* meshes = target->allocMeshes(draws.count()); in onPrepareDraws()