Searched defs:GraphicAllocationDtor (Results 1 – 1 of 1) sorted by relevance
648 struct GraphicAllocationDtor { struct649 GraphicAllocationDtor(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor() function652 void operator()(bufferpool_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()654 const std::shared_ptr<C2GraphicAllocation> mAllocation;