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