Searched refs:m_samplers (Results 1 – 4 of 4) sorted by relevance
447 if ((int)m_samplers.size() >= count) in requireSamplers()450 m_samplers.reserve(count); in requireSamplers()452 while ((int)m_samplers.size() < count) in requireSamplers()457 m_samplers.push_back(sampler); in requireSamplers()518 if (!m_samplers.empty()) in deinit()520 gl.deleteSamplers((GLsizei)m_samplers.size(), &m_samplers[0]); in deinit()521 m_samplers.clear(); in deinit()
95 std::vector<deUint32> m_samplers; member in deqp::gls::StateChangePerformanceCase
1456 gl.bindSampler(0, m_samplers[0]); in init()1461 gl.bindSampler(0, m_samplers[0]); in init()
1643 gl.bindSampler(0, m_samplers[ndx]); in init()1651 gl.bindSampler(0, m_samplers[stateId]); in init()