HomeSort by relevance Sort by last modified time
    Searched defs:getEGLConfig (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/egl/
teglNegativePartialUpdateTests.cpp 100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bool preserveBuffer)
160 m_eglConfig = getEGLConfig(egl, m_eglDisplay, m_surfaceType, m_preserveBuffer);
275 const EGLConfig config = getEGLConfig(egl, m_eglDisplay, SURFACETYPE_PBUFFER, false);
499 const EGLConfig config = getEGLConfig(egl, m_eglDisplay, SURFACETYPE_PBUFFER, false);
teglBufferAgeTests.cpp 195 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorBuffer);
393 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorBuffer);
684 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorBuffer)
teglPartialUpdateTests.cpp 183 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay);
378 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay);
630 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay)
teglPreservingSwapTests.cpp 301 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorbuffer)
358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer);
teglResizeTests.cpp 131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType)
148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType());
teglSwapBuffersWithDamageTests.cpp 129 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveBuffer);
314 return getEGLConfig(egl, eglDisplay, false);
473 return getEGLConfig(egl, eglDisplay, true);
738 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveBuffer)
teglRobustnessTests.cpp 268 EGLConfig getEGLConfig (void);
341 m_eglConfig = getEGLConfig();
365 EGLConfig RobustnessTestCase::getEGLConfig (void)
    [all...]
  /external/deqp/framework/egl/
egluGLContextFactory.cpp 142 virtual EGLConfig getEGLConfig (void) const { return m_eglConfig; }
  /frameworks/native/services/surfaceflinger/RenderEngine/
RenderEngine.cpp 174 EGLConfig RenderEngine::getEGLConfig() const {

Completed in 309 milliseconds