Searched refs:mStateSampler (Results 1 – 3 of 3) sorted by relevance
52 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()105 rsc->mStateSampler.mAllSamplers.push(s); in getSampler()
243 rsc->mStateSampler.init(rsc); in threadProc()314 mStateSampler.deinit(this); in destroyWorkerThreadResources()610 s->bindToContext(&rsc->mStateSampler, slot); in rsi_ContextBindSampler()
102 SamplerState mStateSampler; variable