/external/deqp/framework/egl/ |
D | egluGLContextFactory.hpp | 44 virtual eglw::EGLConfig getEGLConfig (void) const = 0;
|
D | egluGLContextFactory.cpp | 143 virtual EGLConfig getEGLConfig (void) const { return m_eglConfig; } in getEGLConfig() function in eglu::__anon7752e3e30111::RenderContext
|
/external/deqp/modules/egl/ |
D | teglNegativePartialUpdateTests.cpp | 100 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()
|
D | teglSwapBuffersWithDamageTests.cpp | 129 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
|
D | teglBufferAgeTests.cpp | 195 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
|
D | teglResizeTests.cpp | 131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType) in getEGLConfig() function 148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType()); in init()
|
D | teglPreservingSwapTests.cpp | 301 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()
|
D | teglPartialUpdateTests.cpp | 183 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
|
D | teglRobustnessTests.cpp | 268 EGLConfig getEGLConfig (void); 341 m_eglConfig = getEGLConfig(); in init() 365 EGLConfig RobustnessTestCase::getEGLConfig (void) in getEGLConfig() function in deqp::egl::__anone786aa280111::RobustnessTestCase
|