HomeSort by relevance Sort by last modified time
    Searched defs:XlibWindow (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/platform/lnx/X11/
tcuLnxX11.hpp 103 class XlibWindow : public WindowBase
106 XlibWindow (XlibDisplay& display, int width, int height,
108 ~XlibWindow (void);
125 XlibWindow (const XlibWindow&);
126 XlibWindow& operator= (const XlibWindow&);
tcuLnxX11.cpp 126 XlibWindow::XlibWindow (XlibDisplay& display, int width, int height, ::Visual* visual)
181 void XlibWindow::setVisibility (bool visible)
212 void XlibWindow::getDimensions (int* width, int* height) const
225 void XlibWindow::setDimensions (int width, int height)
249 void XlibWindow::processEvents (void)
255 XlibWindow::~XlibWindow (void)

Completed in 94 milliseconds