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

  /sdk/emulator/opengl/tests/ut_renderer/
X11RendererSurface.cpp 54 XSetWindowAttributes sWA;
55 sWA.Colormap = x11Colormap;
56 sWA.event_mask = StructureNotifyMask | ExposureMask;
63 CopyFromParent, eventMask, &sWA);
X11Windowing.cpp 103 XSetWindowAttributes sWA;
104 sWA.colormap = x11Colormap;
105 sWA.event_mask = StructureNotifyMask | ExposureMask;
106 sWA.background_pixel = 0;
107 sWA.border_pixel = 0;
114 CopyFromParent, attributes_mask, &sWA);

Completed in 777 milliseconds