Home
last modified time | relevance | path

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

/frameworks/rs/
DrsSampler.cpp51 auto& allSamplers = mRSC->mStateSampler.mAllSamplers; 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_back(s); in getSampler()
DrsContext.cpp294 rsc->mStateSampler.init(rsc); in threadProc()
380 mStateSampler.deinit(this); in destroyWorkerThreadResources()
769 s->bindToContext(&rsc->mStateSampler, slot); in rsi_ContextBindSampler()
DrsContext.h114 SamplerState mStateSampler; variable