Home | History | Annotate | Download | only in libcopybit

Lines Matching refs:sAlloc

129 static gralloc::IAllocController* sAlloc = 0;
1003 if (sAlloc == 0) {
1004 sAlloc = gralloc::IAllocController::getInstance();
1007 if (sAlloc == 0) {
1008 ALOGE("%s: sAlloc is still NULL", __FUNCTION__);
1012 int err = sAlloc->allocate(data, allocFlags);
1026 IMemAlloc* memalloc = sAlloc->getAllocator(data.allocType);
1295 IMemAlloc* memalloc = sAlloc->getAllocator(src_hnd->flags);
1381 IMemAlloc* memalloc = sAlloc->getAllocator(dst_hnd->flags);