Searched refs:eglu (Results 101 - 108 of 108) sorted by relevance

12345

/external/deqp/modules/egl/
H A DteglGLES2SharingTests.cpp157 eglu::UniqueDisplay display (egl, eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()));
158 const eglu::NativeWindowFactory& windowFactory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
173 config = eglu::chooseSingleConfig(egl, *display, attribList);
178 de::UniquePtr<eglu::NativeWindow> window (windowFactory.createWindow(&m_eglTestCtx.getNativeDisplay(), *display, config, DE_NULL, eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine()))));
179 eglu::UniqueSurface surface (egl, *display, eglu
[all...]
H A DteglGLES2SharedRenderingPerfTests.cpp498 const vector<string> extensions = eglu::getDisplayExtensions(egl, m_eglDisplay);
846 m_display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
856 EGLConfig eglConfig = eglu::chooseSingleConfig(egl, m_display, attribList);
H A DteglGLES2SharingThreadedTests.cpp2017 if (!eglu::hasExtension(egl, eglDisplay, requiredExtension))
2150 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
2151 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribList);
3040 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
3041 m_eglConfig = eglu::chooseSingleConfig(egl, m_eglDisplay, attribList);
/external/deqp/framework/egl/
H A DegluCallLogWrapper.cpp31 namespace eglu namespace
247 } // eglu
H A DegluConfigInfo.cpp31 namespace eglu namespace
149 } // eglu
H A DegluUtil.hpp46 namespace eglu namespace
96 } // eglu
H A DegluUtil.cpp41 namespace eglu namespace
480 } // eglu
/external/deqp/framework/platform/surfaceless/
H A DtcuSurfacelessPlatform.cpp149 const vector<string> exts = eglu::getClientExtensions(egl);

Completed in 193 milliseconds

12345