Home
last modified time | relevance | path

Searched refs:getDisplayExtensions (Results 1 – 7 of 7) sorted by relevance

/external/deqp/modules/egl/
DteglInfoTests.cpp152 vector<string> extensions = eglu::getDisplayExtensions(egl, m_display); in iterate()
DteglGetProcAddressTests.cpp143 …const std::vector<std::string> displayExtensios = eglu::getDisplayExtensions(m_eglTestCtx.getLibra… in init()
DteglCreateContextExtTests.cpp372 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_display); in checkRequiredExtensions()
DteglGLES2SharedRenderingPerfTests.cpp498 const vector<string> extensions = eglu::getDisplayExtensions(egl, m_eglDisplay); in TestContext()
DteglImageFormatTests.cpp927 const vector<string> eglExts = eglu::getDisplayExtensions(egl, dpy); in checkExtensions()
/external/deqp/framework/egl/
DegluUtil.hpp60 std::vector<std::string> getDisplayExtensions (const eglw::Library& egl, eglw::EGLDisplay display…
DegluUtil.cpp91 vector<string> getDisplayExtensions (const Library& egl, EGLDisplay display) in getDisplayExtensions() function