Home
last modified time | relevance | path

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

/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11Xcb.cpp85 visual = &m_display.getScreen()->root_visual; in XcbWindow()
87 values[0] = m_display.getScreen()->white_pixel; in XcbWindow()
94 display.getScreen()->root, // parent window in XcbWindow()
DtcuLnxX11Xcb.hpp42 xcb_screen_t* getScreen (void) { return m_screen; } in getScreen() function in tcu::lnx::x11::XcbDisplay
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.h35 int getScreen() const;
DFunctionsGLX.cpp291 int FunctionsGLX::getScreen() const in getScreen() function in rx::FunctionsGLX