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::__anon7752e3e30111::RenderContext
/external/deqp/modules/egl/
DteglNegativePartialUpdateTests.cpp100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, unsigned surfaceTypes, bool pres… in getEGLConfig() function
163 m_eglConfig = getEGLConfig(egl, m_eglDisplay, SURFACETYPE_PBUFFER, m_preserveBuffer); in init()
169 …m_eglConfig = getEGLConfig(egl, m_eglDisplay, SURFACETYPE_WINDOW | SURFACETYPE_PBUFFER, m_preserve… in init()
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);
401 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorBuffer); in init()
689 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()
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()
DteglPartialUpdateTests.cpp183 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay);
386 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay); in init()
635 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay) in getEGLConfig() function
DteglRobustnessTests.cpp268 EGLConfig getEGLConfig (void);
341 m_eglConfig = getEGLConfig(); in init()
365 EGLConfig RobustnessTestCase::getEGLConfig (void) in getEGLConfig() function in deqp::egl::__anone786aa280111::RobustnessTestCase