Lines Matching refs:m_params
252 Params m_params; member in deqp::egl::__anon80c5ce610111::RobustnessTestCase
318 , m_params (params) in RobustnessTestCase()
1611 …EGL_CONTEXT_OPENGL_ROBUST_ACCESS_EXT, (m_params.getRobustAccessType() == ROBUSTACCESS_TRUE) ? EGL_… in iterate()
1622 const glu::ApiType apiType = paramsToApiType(m_params); in iterate()
1624 checkGLSupportForParams(gl, m_params); in iterate()
1634 …de::SharedPtr<ContextReset> contextReset = contextResetFactory(m_params, gl, m_testCtx.getLog(… in execute()
1640 if (m_params.getContextResetType() == CONTEXTRESETTYPE_INFINITE_LOOP) in execute()
1670 …else if (m_params.getContextResetType() == CONTEXTRESETTYPE_SHADER_OOB || m_params.getContextReset… in execute()
1930 contextA.initGLFunctions(&gl, paramsToApiType(m_params)); in iterate()
1931 checkGLSupportForParams(gl, m_params); in iterate()
1933 DE_ASSERT(m_params.getContextResetType() == CONTEXTRESETTYPE_INFINITE_LOOP); in iterate()
1934 de::UniquePtr<ContextReset> contextReset(new InfiniteLoop(gl, log, m_params.getShaderType())); in iterate()
2056 contextA.initGLFunctions(&gl, paramsToApiType(m_params)); in iterate()
2057 checkGLSupportForParams(gl, m_params); in iterate()
2059 DE_ASSERT(m_params.getContextResetType() == CONTEXTRESETTYPE_INFINITE_LOOP); in iterate()
2060 de::UniquePtr<ContextReset> contextReset(new InfiniteLoop(gl, log, m_params.getShaderType())); in iterate()