Home
last modified time | relevance | path

Searched refs:getEGLConfig (Results 1 – 9 of 9) sorted by relevance

/external/deqp/framework/egl/
DegluGLContextFactory.hpp44 virtual eglw::EGLConfig getEGLConfig (void) const = 0;
DegluGLContextFactory.cpp143 virtual EGLConfig getEGLConfig (void) const { return m_eglConfig; } in getEGLConfig() function in eglu::__anonb10fb3450111::RenderContext
/external/deqp/modules/egl/
DteglNegativePartialUpdateTests.cpp100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::Surfa… in getEGLConfig() function
160 m_eglConfig = getEGLConfig(egl, m_eglDisplay, m_surfaceType, m_preserveBuffer); in init()
275 const EGLConfig config = getEGLConfig(egl, m_eglDisplay, SURFACETYPE_PBUFFER, false); in iterate()
499 const EGLConfig config = getEGLConfig(egl, m_eglDisplay, SURFACETYPE_PBUFFER, false); in iterate()
DteglSwapBuffersWithDamageTests.cpp129 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveBuffer);
314 return getEGLConfig(egl, eglDisplay, false); in getConfig()
473 return getEGLConfig(egl, eglDisplay, true); in getConfig()
738 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveBuffer) in getEGLConfig() function
DteglBufferAgeTests.cpp195 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorBuffer);
393 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorBuffer); in init()
684 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorBuffer) in getEGLConfig() function
DteglResizeTests.cpp131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType) in getEGLConfig() function
148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType()); in init()
DteglPartialUpdateTests.cpp183 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay);
378 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay); in init()
630 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay) in getEGLConfig() function
DteglPreservingSwapTests.cpp301 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorbuffer) in getEGLConfig() function
358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer); in init()
DteglRobustnessTests.cpp268 EGLConfig getEGLConfig (void);
341 m_eglConfig = getEGLConfig(); in init()
365 EGLConfig RobustnessTestCase::getEGLConfig (void) in getEGLConfig() function in deqp::egl::__anon78dce4ca0111::RobustnessTestCase