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

/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp157 EGLConfig m_eglConfig; member in class:eglu::__anon19726::RenderContext
486 m_eglConfig = chooseConfig(m_eglDisplay, config);
491 const EGLint supportedTypes = eglu::getConfigAttribInt(m_eglDisplay, m_eglConfig, EGL_SURFACE_TYPE);
509 const WindowSurfacePair windowSurface = createWindow(m_display, windowFactory, m_eglDisplay, m_eglConfig, config);
522 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
532 m_eglSurface = createPBuffer(m_eglDisplay, m_eglConfig, config);
539 m_eglContext = createContext(m_eglDisplay, m_eglConfig, config);
596 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits);
597 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits);
598 eglGetConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZ
[all...]
/external/deqp/modules/egl/
H A DteglPreservingSwapTests.cpp88 EGLConfig m_eglConfig; member in class:deqp::egl::__anon19836::PreservingSwapTest
397 m_eglConfig = getEGLConfig(m_eglTestCtx.getDisplay(), m_preserveColorbuffer);
399 if (m_eglConfig == DE_NULL)
402 initEGLSurface(m_eglConfig);
403 initEGLContext(m_eglConfig);
H A DteglSyncTests.cpp97 EGLConfig m_eglConfig; member in class:deqp::egl::__anon19846::SyncTest
220 m_eglConfig = configs[0];
236 m_eglContext = eglCreateContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
240 m_nativeWindow = m_eglTestCtx.createNativeWindow(m_eglDisplay, m_eglConfig, DE_NULL, 480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()));
241 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDisplay, m_eglConfig, DE_NULL);
H A DteglGLES2SharingThreadedTests.cpp2118 EGLConfig m_eglConfig; member in class:deqp::egl::GLES2SharingRandomTest
2147 , m_eglConfig (0)
2173 m_eglConfig = configs[0];
2195 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, shared, context));
2207 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::CreatePBufferSurface(m_eglDisplay, m_eglConfig, 400, 400, surface));
2983 EGLConfig m_eglConfig; member in class:deqp::egl::GLES2ThreadedSharingTest
3000 , m_eglConfig (0)
3025 m_eglConfig = configs[0];
3051 m_threads[0]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, SharedPtr<GLES2ThreadTest::GLES2Context>(), contex1));
3052 m_threads[1]->addOperation(new GLES2ThreadTest::CreateContext(m_eglDisplay, m_eglConfig, contex
[all...]

Completed in 886 milliseconds