Searched refs:getDisplayExtensions (Results 1 – 11 of 11) sorted by relevance
/external/deqp/framework/egl/ |
D | egluConfigFilter.cpp | 62 …const std::vector<std::string> extensions = getDisplayExtensions(*m_cfg.object.egl, m_cfg.object.d… in get()
|
D | egluUtil.hpp | 60 std::vector<std::string> getDisplayExtensions (const eglw::Library& egl, eglw::EGLDisplay display…
|
D | egluConfigInfo.cpp | 125 const std::vector<std::string> extensions = getDisplayExtensions(egl, display); in queryExtConfigInfo()
|
D | egluUtil.cpp | 100 vector<string> getDisplayExtensions (const Library& egl, EGLDisplay display) in getDisplayExtensions() function
|
/external/deqp/modules/egl/ |
D | teglInfoTests.cpp | 152 vector<string> extensions = eglu::getDisplayExtensions(egl, m_display); in iterate()
|
D | teglGetProcAddressTests.cpp | 138 …const std::vector<std::string> displayExtensios = eglu::getDisplayExtensions(m_eglTestCtx.getLibra… in init()
|
D | teglChooseConfigTests.cpp | 489 …const std::vector<std::string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), … in iterate()
|
D | teglCreateContextExtTests.cpp | 372 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_display); in checkRequiredExtensions()
|
D | teglGLES2SharedRenderingPerfTests.cpp | 498 const vector<string> extensions = eglu::getDisplayExtensions(egl, m_eglDisplay); in TestContext()
|
D | teglImageFormatTests.cpp | 930 const vector<string> eglExts = eglu::getDisplayExtensions(egl, dpy); in checkExtensions()
|
D | teglRobustnessTests.cpp | 399 vector<string> extensions = eglu::getDisplayExtensions(m_eglTestCtx.getLibrary(), m_eglDisplay); in checkRequiredEGLExtensions()
|