Home | History | Annotate | Download | only in glshared

Lines Matching refs:m_specs

3164 	if (!m_specs.empty())
3166 const bool validContext = m_specs[0].apiType == spec.apiType;
3173 m_specs.push_back(spec);
3197 DE_ASSERT(!m_specs.empty());
3198 DE_ASSERT(contextSupports(m_renderCtx.getType(), m_specs[0].apiType));
3231 const IterateResult iterateResult = ((size_t)m_iteration + 1 == m_specs.size()*2) ? (STOP) : (CONTINUE);
3232 const DrawTestSpec& spec = m_specs[specNdx];
3233 const bool updateProgram = (m_iteration == 0) || (drawStep && !checkSpecsShaderCompatible(m_specs[specNdx], m_specs[specNdx-1])); // try to use the same shader in all iterations
3234 IterationLogSectionEmitter sectionEmitter (m_testCtx.getLog(), specNdx, m_specs.size(), m_iteration_descriptions[specNdx], drawStep && m_specs.size()!=1);