Searched defs:GraphicAllocationDtor2 (Results 1 – 1 of 1) sorted by relevance
959 struct GraphicAllocationDtor2 { struct960 GraphicAllocationDtor2(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor2() argument963 void operator()(bufferpool2_impl::BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()965 const std::shared_ptr<C2GraphicAllocation> mAllocation;