Searched refs:c2Graphic (Results 1 – 1 of 1) sorted by relevance
566 std::shared_ptr<C2GraphicAllocation> c2Graphic; in allocate() local571 c2Params.data.usage, &c2Graphic); in allocate()572 if (status == C2_OK && c2Graphic) { in allocate()573 BufferPoolAllocation *ptr = new BufferPoolAllocation(c2Graphic->handle()); in allocate()576 ptr, GraphicAllocationDtor(c2Graphic)); in allocate()