Searched refs:attriblist (Results 1 - 3 of 3) sorted by relevance

/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp192 EGLint attriblist[] = local
203 context = eglCreateContext(display, config, share, attriblist);
H A DteglImageFormatTests.cpp326 EGLint attriblist[] = local
335 m_context = new tcu::egl::Context(m_display, config, attriblist, EGL_OPENGL_ES_API);
H A DteglGLES2SharingThreadedTests.cpp625 EGLint attriblist[] = local
642 m_context->context = eglCreateContext(m_display, m_config, m_shared->context, attriblist);
648 m_context->context = eglCreateContext(m_display, m_config, EGL_NO_CONTEXT, attriblist);
841 EGLint attriblist[] = { local
848 m_surface->surface = eglCreatePbufferSurface(m_display, m_config, attriblist);

Completed in 2648 milliseconds