Home
last modified time | relevance | path

Searched refs:m_eglConfig (Results 1 – 4 of 4) sorted by relevance

/external/deqp/framework/egl/
DegluGLContextFactory.cpp153 EGLConfig m_eglConfig; member in eglu::__anoned1c331c0111::RenderContext
305 m_eglConfig = chooseConfig(egl, m_eglDisplay, config); in create()
310 …const EGLint supportedTypes = eglu::getConfigAttribInt(egl, m_eglDisplay, m_eglConfig, EGL_SURFACE… in create()
328 …facePair windowSurface = createWindow(m_display, windowFactory, m_eglDisplay, m_eglConfig, config); in create()
341 …facePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config); in create()
351 m_eglSurface = createPBuffer(egl, m_eglDisplay, m_eglConfig, config); in create()
358 m_eglContext = createGLContext(egl, m_eglDisplay, m_eglConfig, config.type); in create()
415 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits); in create()
416 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits); in create()
417 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZE, &pixelFmt.blueBits); in create()
[all …]
/external/deqp/modules/egl/
DteglPreservingSwapTests.cpp94 EGLConfig m_eglConfig; member in deqp::egl::__anon0c8e14090111::PreservingSwapTest
358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer); in init()
360 if (m_eglConfig == DE_NULL) in init()
363 initEGLSurface(m_eglConfig); in init()
364 initEGLContext(m_eglConfig); in init()
DteglSyncTests.cpp97 EGLConfig m_eglConfig; member in deqp::egl::__anon356dc6e60111::SyncTest
203 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, displayAttribList); in init()
214 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList); in init()
218 …owFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglConfig, DE_NULL, eglu:… in init()
219 …indowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDisplay, m_eglConfig, DE_NULL); in init()
DteglGLES2SharingThreadedTests.cpp2097 EGLConfig m_eglConfig; member in deqp::egl::GLES2SharingRandomTest
2128 , m_eglConfig (0) in GLES2SharingRandomTest()
2151 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribList); in init()
2175 …m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, s… in init()
2187 …->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surf… in init()
2986 EGLConfig m_eglConfig; member in deqp::egl::GLES2ThreadedSharingTest
3004 , m_eglConfig (0) in GLES2ThreadedSharingTest()
3026 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribList); in init()
3054 …m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr… in init()
3055 …m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex1, … in init()
[all …]