Home | History | Annotate | Download | only in egl

Lines Matching full:eglu

116 	eglu::NativeWindow*			m_window;
388 m_eglDisplay = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay());
400 if (eglu::hasExtension(egl, m_eglDisplay, "EGL_EXT_buffer_age") == false)
442 const eglu::NativeWindowFactory& factory = eglu::selectNativeWindowFactory(m_eglTestCtx.getNativeDisplayFactory(), m_testCtx.getCommandLine());
444 eglu::WindowParams(480, 480, eglu::parseWindowVisibility(m_testCtx.getCommandLine())));
445 m_eglSurface = eglu::createWindowSurface(m_eglTestCtx.getNativeDisplay(), *m_window, m_eglDisplay, config, DE_NULL);
488 const int width = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_WIDTH);
489 const int height = eglu::querySurfaceInt(egl, m_eglDisplay, m_eglSurface, EGL_HEIGHT);
665 bool isWindow (const eglu::CandidateConfig& c)
670 bool isES2Renderable (const eglu::CandidateConfig& c)
675 bool hasPreserveSwap (const eglu::CandidateConfig& c)
682 eglu::FilterList filters;
686 return eglu::chooseSingleConfig(egl, eglDisplay, filters);