Lines Matching defs:context
218 EGLContext context = m_rnd.choose<EGLContext>(m_contexts.begin(), m_contexts.end());
224 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context));
262 // Allocate context
273 EGLContext context = egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attribList);
276 DE_ASSERT(context != EGL_NO_CONTEXT);
278 m_contexts.push_back(context);
288 EGLU_CHECK_CALL(egl, makeCurrent(m_display, surface, surface, context));
569 addChild(new MemoryStressCase(m_eglTestCtx, spec, "context", "Context allocation stress tests"));
597 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context", "PBuffer and context allocation stress tests"));
611 addChild(new MemoryStressCase(m_eglTestCtx, spec, "pbuffer_context_use", "PBuffer and context allocation stress tests"));