• Home
  • Raw
  • Download

Lines Matching refs:eglu

274 …log << TestLog::Message << "EGL_RED_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), c…  in executeForConfig()
275 …log << TestLog::Message << "EGL_GREEN_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(),… in executeForConfig()
276 …log << TestLog::Message << "EGL_BLUE_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(), … in executeForConfig()
277 …log << TestLog::Message << "EGL_ALPHA_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(),… in executeForConfig()
278 …log << TestLog::Message << "EGL_DEPTH_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(),… in executeForConfig()
279 …log << TestLog::Message << "EGL_STENCIL_SIZE: " << eglu::getConfigAttribInt(display.getEGLDisplay(… in executeForConfig()
280 …log << TestLog::Message << "EGL_SAMPLES: " << eglu::getConfigAttribInt(display.getEGLDisplay(), co… in executeForConfig()
285 …if ((m_eglTestCtx.getNativeWindowFactory().getCapabilities() & eglu::NativeWindow::CAPABILITY_READ… in executeForConfig()
288 …niquePtr<eglu::NativeWindow> window (m_eglTestCtx.createNativeWindow(m_eglTestCtx.getDisplay().get… in executeForConfig()
290eglu::UniqueSurface surface (display.getEGLDisplay(), eglu::createWindowSurface(m_eglTestCtx.g… in executeForConfig()
291eglu::UniqueContext context (display.getEGLDisplay(), createGLES2Context(display.getEGLDisplay… in executeForConfig()
436 eglu::FilterList filters; in init()
437 filters << (eglu::ConfigSurfaceType() & EGL_WINDOW_BIT); in init()