Searched refs:mC2AllocatorGralloc (Results 1 – 2 of 2) sorted by relevance
161 allocatorStore->fetchAllocator(C2PlatformAllocatorStore::GRALLOC, &mC2AllocatorGralloc); in C2AllocatorBlob()162 if (!mC2AllocatorGralloc) { in C2AllocatorBlob()177 if (!mC2AllocatorGralloc) { in newLinearAllocation()184 c2_status_t status = mC2AllocatorGralloc->newGraphicAllocation( in newLinearAllocation()204 if (!mC2AllocatorGralloc) { in priorLinearAllocation()209 c2_status_t status = mC2AllocatorGralloc->priorGraphicAllocation(handle, &graphicAllocation); in priorLinearAllocation()
57 std::shared_ptr<C2Allocator> mC2AllocatorGralloc; variable