Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libEGL/
DSurface.cpp295 WindowSurface::WindowSurface(Display *display, const Config *config, EGLNativeWindowType window) in WindowSurface() function in egl::WindowSurface
301 WindowSurface::~WindowSurface() in ~WindowSurface()
303 WindowSurface::deleteResources(); in ~WindowSurface()
306 bool WindowSurface::initialize() in initialize()
313 void WindowSurface::swap() in swap()
323 EGLNativeWindowType WindowSurface::getWindowHandle() const in getWindowHandle()
328 bool WindowSurface::checkForResize() in checkForResize()
386 void WindowSurface::deleteResources() in deleteResources()
394 bool WindowSurface::reset(int backBufferWidth, int backBufferHeight) in reset()
DSurface.hpp114 class WindowSurface : public Surface class
117 WindowSurface(Display *display, const egl::Config *config, EGLNativeWindowType window);
118 ~WindowSurface() override;
DDisplay.cpp327 Surface *surface = new WindowSurface(this, configuration, window); in createWindowSurface()