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