Searched defs:allocMeshes (Results 1 – 2 of 2) sorted by relevance
153 GrMesh* allocMeshes(int n) { return this->pipelineArena()->makeArray<GrMesh>(n); } in allocMeshes() function
221 GrSimpleMesh* allocMeshes(int n) { return this->allocator()->makeArray<GrSimpleMesh>(n); } in allocMeshes() function