Searched refs:mStorePrograms (Results 1 - 2 of 2) sorted by relevance

/frameworks/rs/
H A DrsProgramStore.cpp45 for (uint32_t ct = 0; ct < mRSC->mStateFragmentStore.mStorePrograms.size(); ct++) {
46 if (mRSC->mStateFragmentStore.mStorePrograms[ct] == this) {
47 mRSC->mStateFragmentStore.mStorePrograms.removeAt(ct);
94 for (uint32_t ct = 0; ct < rsc->mStateFragmentStore.mStorePrograms.size(); ct++) {
95 ProgramStore *existing = rsc->mStateFragmentStore.mStorePrograms[ct];
121 rsc->mStateFragmentStore.mStorePrograms.push(pfs);
H A DrsProgramStore.h95 Vector<ProgramStore *> mStorePrograms; member in class:android::renderscript::ProgramStoreState

Completed in 1720 milliseconds