Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:sAlloc

130 static gralloc::IAllocController* sAlloc = 0;
1010 if (sAlloc == 0) {
1011 sAlloc = gralloc::IAllocController::getInstance();
1014 if (sAlloc == 0) {
1015 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
1019 int err = sAlloc->allocate(data, allocFlags);
1033 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1299 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1384 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);