HomeSort by relevance Sort by last modified time
    Searched refs:attriblist (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglGLES2SharingTests.cpp 132 const EGLint attriblist[] = local
140 context = egl.createContext(display, config, share, attriblist);
165 const EGLint attribList[] =
173 config = eglu::chooseSingleConfig(egl, *display, attribList);
    [all...]
teglImageFormatTests.cpp 284 const EGLint attriblist[] = local
294 m_context = m_egl.createContext(m_display, config, EGL_NO_CONTEXT, attriblist);
888 const EGLint attribList[] =
900 return eglu::chooseSingleConfig(m_eglTestCtx.getLibrary(), m_display, attribList);
    [all...]
teglGLES2SharingThreadedTests.cpp 602 const EGLint attriblist[] = local
619 m_context->context = thread.egl.createContext(m_display, m_config, m_shared->context, attriblist);
625 m_context->context = thread.egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attriblist);
820 const EGLint attriblist[] = { local
827 m_surface->surface = thread.egl.createPbufferSurface(m_display, m_config, attriblist);
    [all...]

Completed in 574 milliseconds