HomeSort by relevance Sort by last modified time
    Searched refs:mDefaultAlloc (Results 1 - 2 of 2) sorted by null

  /frameworks/rs/
rsProgramVertex.h 60 ObjectBaseRef<Allocation> mDefaultAlloc;
rsProgramVertex.cpp 211 mDefaultAlloc.set(alloc);
218 float *f = static_cast<float *>(rsc->mHal.funcs.allocation.lock1D(rsc, mDefaultAlloc.get()));
231 rsc->mHal.funcs.allocation.unlock1D(rsc, mDefaultAlloc.get());
235 mDefaultAlloc.clear();

Completed in 853 milliseconds