Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglGLES2SharingTests.cpp132 const EGLint attriblist[] = in createContext() local
140 context = egl.createContext(display, config, share, attriblist); in createContext()
DteglImageFormatTests.cpp284 const EGLint attriblist[] = in GLES2ImageApi() local
294 m_context = m_egl.createContext(m_display, config, EGL_NO_CONTEXT, attriblist); in GLES2ImageApi()
DteglGLES2SharingThreadedTests.cpp602 const EGLint attriblist[] = in exec() local
619 m_context->context = thread.egl.createContext(m_display, m_config, m_shared->context, attriblist); in exec()
625 m_context->context = thread.egl.createContext(m_display, m_config, EGL_NO_CONTEXT, attriblist); in exec()
820 const EGLint attriblist[] = { in exec() local
827 m_surface->surface = thread.egl.createPbufferSurface(m_display, m_config, attriblist); in exec()