Home | History | Annotate | Download | only in glshared

Lines Matching refs:specNdx

3152 	const int					specNdx			= (m_iteration / 2);
3156 const DrawTestSpec& spec = m_specs[specNdx];
3157 const bool updateProgram = (m_iteration == 0) || (drawStep && !checkSpecsShaderCompatible(m_specs[specNdx], m_specs[specNdx-1])); // try to use the same shader in all iterations
3158 IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[specNdx], drawStep && m_specs.size()!=1);