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

/external/deqp/framework/egl/
H A DtcuEgl.cpp160 WindowSurface::WindowSurface (Display& display, EGLSurface windowSurface) argument
163 m_surface = windowSurface;
H A DtcuEgl.hpp114 WindowSurface (Display& display, EGLSurface windowSurface);
H A DegluGLContextFactory.cpp509 const WindowSurfacePair windowSurface = createWindow(m_display, windowFactory, m_eglDisplay, m_eglConfig, config); local
510 m_window = windowSurface.first;
511 m_eglSurface = windowSurface.second;
669 WindowSurfacePair windowSurface = createWindow(m_display, m_nativeWindowFactory, m_eglDisplay, m_eglConfig, m_renderConfig);
670 m_window = windowSurface.first;
671 m_eglSurface = windowSurface.second;

Completed in 102 milliseconds