Searched refs:newGraphicAllocation (Results 1 – 5 of 5) sorted by relevance
63 virtual c2_status_t newGraphicAllocation(
92 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
570 status = mAllocator->newGraphicAllocation( in allocate()1086 c2_status_t err = mAllocator->newGraphicAllocation(width, height, format, usage, &alloc); in fetchGraphicBlock()
289 c2_status_t err = mGraphicAllocator->newGraphicAllocation( in allocateGraphic()
704 virtual c2_status_t newGraphicAllocation( in newGraphicAllocation() function