Home
last modified time | relevance | path

Searched defs:windowSurface (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/egl/
DegluGLContextFactory.cpp509 …const WindowSurfacePair windowSurface = createWindow(m_display, windowFactory, m_eglDisplay, m_egl… in create() local
669 …WindowSurfacePair windowSurface = createWindow(m_display, m_nativeWindowFactory, m_eglDisplay, m_e… in postIterate() local
DtcuEgl.cpp160 WindowSurface::WindowSurface (Display& display, EGLSurface windowSurface) in WindowSurface()