Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluGLContextFactory.cpp357 …const WindowSurfacePair windowSurface = createWindow(m_display.get(), windowFactory, m_eglDisplay,… in create() local
358 m_window = windowSurface.first; in create()
359 m_eglSurface = windowSurface.second; in create()
532 …WindowSurfacePair windowSurface = createWindow(m_display.get(), m_nativeWindowFactory, m_eglDispla… in postIterate() local
533 m_window = windowSurface.first; in postIterate()
534 m_eglSurface = windowSurface.second; in postIterate()