Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluConfigFilter.cpp62 …const std::vector<std::string> extensions = getDisplayExtensions(*m_cfg.object.egl, m_cfg.object.d… in get()
DegluUtil.hpp60 std::vector<std::string> getDisplayExtensions (const eglw::Library& egl, eglw::EGLDisplay display…
DegluConfigInfo.cpp125 const std::vector<std::string> extensions = getDisplayExtensions(egl, display); in queryExtConfigInfo()
DegluUtil.cpp100 vector<string> getDisplayExtensions (const Library& egl, EGLDisplay display) in getDisplayExtensions() function
/external/deqp/modules/egl/
DteglInfoTests.cpp152 vector<string> extensions = eglu::getDisplayExtensions(egl, m_display); in iterate()
DteglGetProcAddressTests.cpp138 …const std::vector<std::string> displayExtensios = eglu::getDisplayExtensions(m_eglTestCtx.getLibra… in init()
DteglChooseConfigTests.cpp489 …const std::vector<std::string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), … in iterate()
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.cpp930 const vector<string> eglExts = eglu::getDisplayExtensions(egl, dpy); in checkExtensions()
DteglRobustnessTests.cpp399 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_eglDisplay); in checkRequiredEGLExtensions()