Lines Matching refs:samplerIdx
891 …void bindSamplerToTexture (const int samplerIdx, const int textureIdx, const deUint32 textur…
892 void activateSampler (const int samplerIdx, const bool active);
980 for (std::size_t samplerIdx = 0; samplerIdx < m_samplerList.size(); samplerIdx++) in deinit() local
982 delete m_samplerList[samplerIdx]; in deinit()
1191 void SRGBTestCase::bindSamplerToTexture (const int samplerIdx, const int textureIdx, const deUint32… in bindSamplerToTexture() argument
1195 m_samplerList[samplerIdx]->setTextureUnit(enumConversion); in bindSamplerToTexture()
1198 void SRGBTestCase::activateSampler (const int samplerIdx, const bool active) in activateSampler() argument
1200 m_samplerList[samplerIdx]->setIsActive(active); in activateSampler()
1254 for (int samplerIdx = 0; samplerIdx < (int)m_samplerList.size(); samplerIdx++) in render() local
1256 if (m_samplerList[samplerIdx]->getIsActive() == true) in render()
1258 m_samplerList[samplerIdx]->bindToTexture(); in render()
1678 for (int samplerIdx = 0; samplerIdx < (int)m_samplerList.size(); samplerIdx++) in render() local
1680 if (m_samplerList[samplerIdx]->getIsActive() == true) in render()
1682 m_samplerList[samplerIdx]->bindToTexture(); in render()