Searched refs:StaticVertexAllocator (Results 1 – 2 of 2) sorted by relevance
95 class StaticVertexAllocator : public GrEagerVertexAllocator { class97 StaticVertexAllocator(GrResourceProvider* resourceProvider, bool canMapVB) in StaticVertexAllocator() function in __anona5e524290111::StaticVertexAllocator103 ~StaticVertexAllocator() override { in ~StaticVertexAllocator()389 StaticVertexAllocator allocator(rp, canMapVB); in createNonAAMesh()
70 class StaticVertexAllocator : public GrTessellator::VertexAllocator { class72 StaticVertexAllocator(size_t stride, GrResourceProvider* resourceProvider, bool canMapVB) in StaticVertexAllocator() function in __anon66fb31960111::StaticVertexAllocator283 StaticVertexAllocator allocator(vertexStride, rp, canMapVB); in draw()