HomeSort by relevance Sort by last modified time
    Searched refs:m_eglConfig (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/egl/
egluGLContextFactory.cpp 153 EGLConfig m_eglConfig;
305 m_eglConfig = chooseConfig(egl, m_eglDisplay, config);
310 const EGLint supportedTypes = eglu::getConfigAttribInt(egl, m_eglDisplay, m_eglConfig, EGL_SURFACE_TYPE);
328 const WindowSurfacePair windowSurface = createWindow(m_display, windowFactory, m_eglDisplay, m_eglConfig, config);
341 const PixmapSurfacePair pixmapSurface = createPixmap(m_display, pixmapFactory, m_eglDisplay, m_eglConfig, config);
351 m_eglSurface = createPBuffer(egl, m_eglDisplay, m_eglConfig, config);
358 m_eglContext = createGLContext(egl, m_eglDisplay, m_eglConfig, config.type);
415 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_RED_SIZE, &pixelFmt.redBits);
416 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_GREEN_SIZE, &pixelFmt.greenBits);
417 egl.getConfigAttrib(m_eglDisplay, m_eglConfig, EGL_BLUE_SIZE, &pixelFmt.blueBits)
    [all...]
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 94 EGLConfig m_eglConfig;
358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer);
360 if (m_eglConfig == DE_NULL)
363 initEGLSurface(m_eglConfig);
364 initEGLContext(m_eglConfig);
teglSyncTests.cpp 97 EGLConfig m_eglConfig;
203 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, displayAttribList);
214 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
218 m_nativeWindow = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglConfig, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
219 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDisplay, m_eglConfig, DE_NULL);
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 1072 milliseconds