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

  /frameworks/base/libs/rs/
rsContext.cpp 696 for (size_t ct = 0; ct < mObjDestroy.mDestroyList.size(); ct++) {
697 mObjDestroy.mDestroyList[ct]->decUserRef();
699 mObjDestroy.mDestroyList.clear();
724 mObjDestroy.mDestroyList.add(obj);
rsContext.h 231 Vector<ObjectBase *> mDestroyList;

Completed in 10 milliseconds