Searched defs:GraphicAllocationDtor (Results 1 – 1 of 1) sorted by relevance
530 struct GraphicAllocationDtor { struct531 GraphicAllocationDtor(const std::shared_ptr<C2GraphicAllocation> &alloc) in GraphicAllocationDtor() function534 void operator()(BufferPoolAllocation *poolAlloc) { delete poolAlloc; } in operator ()()536 const std::shared_ptr<C2GraphicAllocation> mAllocation;