Searched refs:attriblist (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ |
D | teglGLES2SharingTests.cpp | 132 const EGLint attriblist[] = in createContext() local 140 context = egl.createContext(display, config, share, attriblist); in createContext()
|
D | teglImageFormatTests.cpp | 284 const EGLint attriblist[] = in GLES2ImageApi() local 294 m_context = m_egl.createContext(m_display, config, EGL_NO_CONTEXT, attriblist); in GLES2ImageApi()
|
D | teglGLES2SharingThreadedTests.cpp | 602 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()
|