Home | History | Annotate | Download | only in glshared

Lines Matching full:m_iteration

3129 	, m_iteration		(0)
3146 , m_iteration (0)
3236 const int specNdx = (m_iteration / 2);
3237 const bool drawStep = (m_iteration % 2) == 0;
3238 const bool compareStep = (m_iteration % 2) == 1;
3239 const IterateResult iterateResult = ((size_t)m_iteration + 1 == m_specs.size()*2) ? (STOP) : (CONTINUE);
3241 const bool updateProgram = (m_iteration == 0) || (drawStep && !checkSpecsShaderCompatible(m_specs[specNdx], m_specs[specNdx-1])); // try to use the same shader in all iterations
3407 m_iteration++;