Searched refs:mToDirtyList (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/
H A DrsAllocation.cpp209 mToDirtyList.push(p);
213 for (size_t ct=0; ct < mToDirtyList.size(); ct++) {
214 if (mToDirtyList[ct] == p) {
215 mToDirtyList.removeAt(ct);
385 for (size_t ct=0; ct < mToDirtyList.size(); ct++) {
386 mToDirtyList[ct]->forceDirty();
H A DrsAllocation.h149 Vector<const Program *> mToDirtyList; member in class:android::renderscript::Allocation
/frameworks/support/renderscript/v8/rs_support/
H A DrsAllocation.h140 Vector<const Program *> mToDirtyList; member in class:android::renderscript::Allocation

Completed in 49 milliseconds