Home
last modified time | relevance | path

Searched refs:allSamplers (Results 1 – 1 of 1) sorted by relevance

/frameworks/rs/
DrsSampler.cpp51 auto& allSamplers = mRSC->mStateSampler.mAllSamplers; in preDestroy() local
52 for (uint32_t ct = 0; ct < allSamplers.size(); ct++) { in preDestroy()
53 if (allSamplers[ct] == this) { in preDestroy()
54 allSamplers.erase(allSamplers.begin() + ct); in preDestroy()