• Home
  • Raw
  • Download

Lines Matching refs:egl

59 namespace egl  namespace
131 EGLConfig getEGLConfig (const Library& egl, const EGLDisplay eglDisplay, EGLenum surfaceType) in getEGLConfig() argument
138 return eglu::chooseSingleConfig(egl, eglDisplay, attribMap); in getEGLConfig()
145 const Library& egl = m_eglTestCtx.getLibrary(); in init() local
148 const EGLConfig eglConfig = getEGLConfig(egl, eglDisplay, surfaceType()); in init()
154 EGLContext eglContext = egl.createContext(eglDisplay, in init()
158 EGLU_CHECK_MSG(egl, "eglCreateContext()"); in init()
159 MovePtr<UniqueContext> context (new UniqueContext(egl, eglDisplay, eglContext)); in init()
160 const EGLint configId = eglu::getConfigAttribInt(egl, in init()
180 MovePtr<UniqueSurface> surface (new UniqueSurface(egl, eglDisplay, eglSurface)); in init()
193 EGLU_CHECK_MSG(egl, "init"); in init()
328 IVec2 checkSurfaceSize (const Library& egl, in checkSurfaceSize() argument
336 IVec2 eglSize = eglu::getSurfaceSize(egl, eglDisplay, eglSurface); in checkSurfaceSize()
348 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
349 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
350 egl.swapBuffers(m_display, **m_surface); in iterate()
351 IVec2 oldEglSize = checkSurfaceSize(egl, in iterate()
362 egl.swapBuffers(m_display, **m_surface); in iterate()
363 EGLU_CHECK_MSG(egl, "eglSwapBuffers()"); in iterate()
364 checkSurfaceSize(egl, m_display, **m_surface, *m_nativeWindow, m_newSize, m_status); in iterate()
388 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
389 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
391 …EGLU_CHECK_CALL(egl, surfaceAttrib(m_display, **m_surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED… in iterate()
396 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
405 egl.swapBuffers(m_display, **m_surface); in iterate()
407 egl.swapBuffers(m_display, **m_surface); in iterate()
408 EGLU_CHECK_MSG(egl, "eglSwapBuffers()"); in iterate()
411 const IVec2 newEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
461 const Library& egl = m_eglTestCtx.getLibrary(); in getNativePixelsPerInch() local
463 const IVec2 bufSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in getNativePixelsPerInch()
465 const IVec2 bufPp10km = eglu::getSurfaceResolution(egl, m_display, **m_surface); in getNativePixelsPerInch()
489 const Library& egl = m_eglTestCtx.getLibrary(); in iterate() local
490 ScopedCurrentContext currentCtx (egl, m_display, **m_surface, **m_surface, **m_context); in iterate()
497 const IVec2 oldEglSize = eglu::getSurfaceSize(egl, m_display, **m_surface); in iterate()
503 EGLU_CHECK_CALL(egl, swapBuffers(m_display, **m_surface)); in iterate()