Searched refs:c2Graphic (Results 1 – 1 of 1) sorted by relevance
688 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local693 c2Params.data.usage, &c2Graphic); in allocate()694 if (status == C2_OK && c2Graphic) { in allocate()696 new bufferpool_impl::BufferPoolAllocation(c2Graphic->handle()); in allocate()699 ptr, GraphicAllocationDtor(c2Graphic)); in allocate()999 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local1004 c2Params.data.usage, &c2Graphic); in allocate()1005 if (status == C2_OK && c2Graphic) { in allocate()1007 new bufferpool2_impl::BufferPoolAllocation(c2Graphic->handle()); in allocate()1010 ptr, GraphicAllocationDtor2(c2Graphic)); in allocate()