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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
FBConfig.h 40 EGLConfig getEGLConfig() const { return m_eglConfig; }
56 EGLConfig m_eglConfig;
FrameBuffer.h 133 EGLConfig m_eglConfig;
FrameBuffer.cpp 188 &fb->m_eglConfig, 1, &n)) {
200 fb->m_eglContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig,
218 fb->m_pbufContext = s_egl.eglCreateContext(fb->m_eglDisplay, fb->m_eglConfig,
240 fb->m_eglConfig,
430 fb->m_eglConfig,
FBConfig.cpp 239 m_eglConfig = p_eglCfg;
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 157 EGLConfig m_eglConfig;
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_SIZE, &pixelFmt.blueBits)
    [all...]
  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 88 EGLConfig m_eglConfig;
397 m_eglConfig = getEGLConfig(m_eglTestCtx.getDisplay(), m_preserveColorbuffer);
399 if (m_eglConfig == DE_NULL)
402 initEGLSurface(m_eglConfig);
403 initEGLContext(m_eglConfig);
teglSyncTests.cpp 97 EGLConfig m_eglConfig;
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);
    [all...]
teglGLES2SharingThreadedTests.cpp     [all...]

Completed in 374 milliseconds