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

  /external/chromium_org/ui/ozone/platform/egltest/
eglplatform_shim_xeleven.cc 71 XWindowAttributes window_attributes; local
74 XGetWindowAttributes(g_display, window_id, &window_attributes);
75 *value = window_attributes.width;
78 XGetWindowAttributes(g_display, window_id, &window_attributes);
79 *value = window_attributes.height;
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/source/
vie_autotest_linux.cc 91 XSetWindowAttributes window_attributes; local
92 window_attributes.colormap = XCreateColormap(
94 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
95 window_attributes.background_pixel = 0;
96 window_attributes.border_pixel = 0;
104 attribute_mask, &window_attributes);
  /external/chromium_org/media/cast/test/
linux_output_window.cc 58 XSetWindowAttributes window_attributes; local
59 window_attributes.colormap = XCreateColormap(
61 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
62 window_attributes.background_pixel = 0;
63 window_attributes.border_pixel = 0;
79 &window_attributes);
  /external/chromium_org/third_party/webrtc/test/linux/
glx_renderer.cc 58 XSetWindowAttributes window_attributes; local
59 window_attributes.colormap = XCreateColormap(
61 window_attributes.border_pixel = 0;
62 window_attributes.event_mask = StructureNotifyMask | ExposureMask;
66 &window_attributes);
  /external/chromium_org/content/common/gpu/media/
rendering_helper.cc 149 XSetWindowAttributes window_attributes; local
150 memset(&window_attributes, 0, sizeof(window_attributes));
151 window_attributes.background_pixel =
153 window_attributes.override_redirect = true;
167 &window_attributes);

Completed in 217 milliseconds