HomeSort by relevance Sort by last modified time
    Searched refs:m_eglConfig (Results 1 - 8 of 8) 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/
teglNegativePartialUpdateTests.cpp 74 EGLConfig m_eglConfig;
160 m_eglConfig = getEGLConfig(egl, m_eglDisplay, m_surfaceType, m_preserveBuffer);
165 m_eglSurface = egl.createPbufferSurface(m_eglDisplay, m_eglConfig, pbufferAttribList);
170 m_window = factory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglConfig, DE_NULL,
172 m_eglSurface = createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, m_eglConfig, DE_NULL);
174 m_eglContext = initAndMakeCurrentEGLContext(egl, m_eglDisplay, m_eglSurface, m_eglConfig, contextAttribList);
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);
teglBufferAgeTests.cpp 118 EGLConfig m_eglConfig;
389 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorBuffer);
391 if (m_eglConfig == DE_NULL)
395 initEGLSurface(m_eglConfig);
396 initEGLContext(m_eglConfig);
teglPartialUpdateTests.cpp 95 EGLConfig m_eglConfig;
374 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay);
377 initEGLSurface(m_eglConfig);
378 initEGLContext(m_eglConfig);
teglSwapBuffersWithDamageTests.cpp 281 EGLConfig m_eglConfig;
328 m_eglConfig = getConfig(egl, m_eglDisplay);
332 initEGLSurface(m_eglConfig);
333 initEGLContext(m_eglConfig);
teglSyncTests.cpp 98 EGLConfig m_eglConfig;
205 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, displayAttribList);
218 m_eglContext = egl.createContext(m_eglDisplay, m_eglConfig, EGL_NO_CONTEXT, contextAttribList);
222 m_nativeWindow = windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), m_eglDisplay, m_eglConfig, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
223 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_nativeWindow, m_eglDisplay, m_eglConfig, DE_NULL);
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 296 milliseconds