Lines Matching defs:m_spec
1555 const TestSpec m_spec;
1571 const GLint glesApi = m_spec.contexts[0] == TestSpec::API_GLES3 ? EGL_OPENGL_ES3_BIT : EGL_OPENGL_ES2_BIT;
1590 , m_spec (spec)
1609 for (int operationNdx = 0; operationNdx < (int)m_spec.operations.size(); operationNdx++)
1611 const TestSpec::Operation& op = m_spec.operations[operationNdx];
1629 if (m_spec.contexts[0] == TestSpec::API_GLES3 && eglu::getVersion(egl, m_display) < eglu::Version(1, 5))
1654 if (m_spec.contexts[0] == TestSpec::API_GLES3)
1662 for (int contextNdx = 0; contextNdx < (int)m_spec.contexts.size(); contextNdx++)
1665 switch (m_spec.contexts[contextNdx])
1723 const TestSpec::Operation& op = m_spec.operations[m_curIter++];
1727 if (isOk && m_curIter < (int)m_spec.operations.size())