Searched defs:getEGLConfig (Results 1 - 8 of 8) sorted by relevance

/external/deqp/modules/egl/
H A DteglNegativePartialUpdateTests.cpp100 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, NegativePartialUpdateTest::SurfaceType surfaceType, bool preserveBuffer) function in namespace:deqp::egl::__anon4896
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);
H A DteglPreservingSwapTests.cpp301 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay, bool preserveColorbuffer) function in namespace:deqp::egl::__anon4899
358 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay, m_preserveColorbuffer);
H A DteglResizeTests.cpp131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType) function in namespace:deqp::egl
148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType());
H A DteglBufferAgeTests.cpp195 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) function in namespace:deqp::egl
H A DteglPartialUpdateTests.cpp183 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay);
378 m_eglConfig = getEGLConfig(m_eglTestCtx.getLibrary(), m_eglDisplay);
630 EGLConfig getEGLConfig (const Library& egl, EGLDisplay eglDisplay) function in namespace:deqp::egl
H A DteglSwapBuffersWithDamageTests.cpp129 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) function in namespace:deqp::egl::__anon4912
H A DteglRobustnessTests.cpp268 EGLConfig getEGLConfig (void);
341 m_eglConfig = getEGLConfig();
365 EGLConfig RobustnessTestCase::getEGLConfig (void) function in class:deqp::egl::__anon4905::RobustnessTestCase
/external/deqp/framework/egl/
H A DegluGLContextFactory.cpp142 virtual EGLConfig getEGLConfig (void) const { return m_eglConfig; } function in class:eglu::__anon4770::RenderContext

Completed in 229 milliseconds