Home
last modified time | relevance | path

Searched refs:allocMeshes (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/gpu/ganesh/
DGrMeshDrawTarget.h124 GrSimpleMesh* allocMeshes(int n) { return this->allocator()->makeArray<GrSimpleMesh>(n); } in allocMeshes() function
/external/skia/src/gpu/ganesh/ops/
DAAConvexPathRenderer.cpp833 GrSimpleMesh* meshes = target->allocMeshes(draws.size()); in onPrepareDraws()