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

  /frameworks/rs/
rsProgramStore.cpp 45 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);
rsProgramStore.h 95 Vector<ProgramStore *> mStorePrograms;

Completed in 28 milliseconds