HomeSort by relevance Sort by last modified time
    Searched refs:attribList (Results 76 - 78 of 78) sorted by null

1 2 34

  /external/deqp/modules/egl/
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...]
teglSyncTests.cpp 300 const EGLint attribList[] =
305 m_sync = egl.createSyncKHR(m_eglDisplay, m_syncType, 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 219 milliseconds

1 2 34