Home
last modified time | relevance | path

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

/frameworks/rs/
DrsSampler.cpp52 for (uint32_t ct = 0; ct < mRSC->mStateSampler.mAllSamplers.size(); ct++) { in preDestroy()
53 if (mRSC->mStateSampler.mAllSamplers[ct] == this) { in preDestroy()
54 mRSC->mStateSampler.mAllSamplers.removeAt(ct); in preDestroy()
87 for (uint32_t ct = 0; ct < rsc->mStateSampler.mAllSamplers.size(); ct++) { in getSampler()
88 Sampler *existing = rsc->mStateSampler.mAllSamplers[ct]; in getSampler()
116 rsc->mStateSampler.mAllSamplers.push(s); in getSampler()
DrsContext.cpp302 rsc->mStateSampler.init(rsc); in threadProc()
401 mStateSampler.deinit(this); in destroyWorkerThreadResources()
808 s->bindToContext(&rsc->mStateSampler, slot); in rsi_ContextBindSampler()
DrsContext.h124 SamplerState mStateSampler; variable