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

  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 20 if (m_display == NULL) {
21 m_display = XOpenDisplay(NULL);
23 return NativeDisplayType(m_display);
28 if (m_display == NULL) return -1;
31 return XDestroyWindow(m_display, x11Window);
38 if (m_display == NULL) {
47 XMatchVisualInfo(m_display, defaultScreen, , dpeth, TrueColor, visualInfo);
53 Colormap x11Colormap = XCreateColormap(m_display, rootWindow, visualInfo->visual, AllocNone);
59 Window win = XCreateWindow( m_display,
65 XMapWindow(m_display, win)
    [all...]
X11RendererSurface.h 29 m_display = NULL;
35 Display m_display; member in class:X11RendererSurface

Completed in 163 milliseconds