/third_party/vk-gl-cts/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::__anon2fdd955a0111::RenderContext
|
/third_party/vk-gl-cts/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 | teglPartialUpdateTests.cpp | 183 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay); 386 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay); in init() 636 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay) in getEGLConfig() function
|
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 | teglRobustnessTests.cpp | 262 EGLConfig getEGLConfig (void); 324 m_eglConfig = getEGLConfig(); in init() 348 EGLConfig RobustnessTestCase::getEGLConfig (void) in getEGLConfig() function in deqp::egl::__anonceeef6ff0111::RobustnessTestCase
|