Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp328 …const WindowSurfacePair windowSurface = createWindow(m_display, windowFactory, m_eglDisplay, m_egl… in create() local
329 m_window = windowSurface.first; in create()
330 m_eglSurface = windowSurface.second; in create()
492 …WindowSurfacePair windowSurface = createWindow(m_display, m_nativeWindowFactory, m_eglDisplay, m_e… in postIterate() local
493 m_window = windowSurface.first; in postIterate()
494 m_eglSurface = windowSurface.second; in postIterate()