Searched defs:display (Results 201 - 225 of 425) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libjingle/source/talk/session/media/
H A Dmediamessages_unittest.cc82 const std::string& display) {
91 stream.display = display;
110 const std::string& display) {
115 " display='" + display + "'"
76 CreateStream(const std::string& nick, const std::string& name, uint32 ssrc1, uint32 ssrc2, const std::string& semantics, const std::string& type, const std::string& display) argument
104 StreamXml(const std::string& nick, const std::string& name, const std::string& ssrc1, const std::string& ssrc2, const std::string& semantics, const std::string& type, const std::string& display) argument
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Degldisplay.c139 * Try detecting native platform with the help of native display characteristcs.
216 * Finish display management.
246 * Find the display corresponding to the specified native display, or create a
259 /* search the display list first */
267 /* create a new display */
275 /* add to the display list */
288 * Destroy the contexts and surfaces that are linked to the display.
291 _eglReleaseDisplayResources(_EGLDriver *drv, _EGLDisplay *display) argument
295 list = display
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_drm.c92 wayland_create_drm_buffer(struct wayland_display *display, argument
96 struct wayland_drm_display *drmdpy = (struct wayland_drm_display *) display;
H A Dnative_wayland.c52 wayland_roundtrip(struct wayland_display *display) argument
57 callback = wl_display_sync(display->dpy);
59 wl_proxy_set_queue((struct wl_proxy *) callback, display->queue);
61 ret = wl_display_dispatch_queue(display->dpy, display->queue);
82 struct wayland_display *display = wayland_display(ndpy); local
86 if (!display->configs) {
89 display->num_configs = 0;
90 display->configs = CALLOC(Elements(wayland_formats),
91 sizeof(*display
166 struct wayland_display *display = surface->display; local
255 struct wayland_display *display = surface->display; local
374 struct wayland_display *display = wayland_display(ndpy); local
417 struct wayland_display *display = NULL; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h79 Display *display; member in struct:xmesa_display
89 * Input: display - X11 display
110 extern XMesaVisual XMesaCreateVisual( Display *display,
138 * share_list - another XMesaContext with which to share display
288 Display *display; /* The X11 display */ member in struct:xmesa_visual
H A Dxm_st.c36 XMesaDisplay display; member in struct:xmesa_st_framebuffer
276 assert(xmdpy->display == b->xm_visual->display);
288 xstfb->display = xmdpy;
377 pipe = xstfb->display->pipe;
382 xstfb->display->pipe = pipe;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtest_rendering.c136 Display *display; local
154 display = XOpenDisplay(NULL);
158 display,
170 XCloseDisplay(display);
176 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
177 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
180 root = XDefaultRootWindow(display);
181 window = XCreateSimpleWindow(display, root, 0, 0, output_width, output_height, 0, 0, colorkey);
183 assert(XvMCCreateContext(display, port_num, surface_type_id, INPUT_WIDTH, INPUT_HEIGHT, XVMC_DIRECT, &context) == Success);
184 assert(XvMCCreateSurface(display,
[all...]
H A Dxvmc_bench.c178 Display *display; local
200 display = XOpenDisplay(NULL);
204 display,
216 XCloseDisplay(display);
222 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
223 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
226 root = XDefaultRootWindow(display);
227 window = XCreateSimpleWindow(display, root, 0, 0, config.output_width, config.output_height, 0, 0, colorkey);
229 assert(XvMCCreateContext(display, port_num, surface_type_id, config.input_width, config.input_height, XVMC_DIRECT, &context) == Success);
230 assert(XvMCCreateSurface(display,
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c67 Display *display; member in struct:xlib_displaytarget
72 /* This is the last drawable that this display target was presented
88 Display *display; member in struct:xlib_sw_winsys
145 * Allocate a shared memory XImage back buffer for the given display target.
160 xlib_dt->tempImage = XShmCreateImage(xlib_dt->display,
176 XShmAttach(xlib_dt->display, &xlib_dt->shminfo);
177 XSync(xlib_dt->display, False);
180 /* we are on a remote display, this error is normal, don't print it */
181 XFlush(xlib_dt->display);
207 xlib_dt->tempImage = XCreateImage(xlib_dt->display,
295 Display *display = xlib_dt->display; local
456 xlib_create_sw_winsys(Display *display) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_drawable.h101 Display *display; member in struct:apple_glx_drawable
/external/chromium_org/third_party/mesa/src/src/glx/tests/
H A Dclientinfo_unittest.cpp90 mock_XDisplay *display; member in class:glX_send_client_info_test
227 : glx_dpy(0), display(0)
237 if (display)
238 delete display;
246 for (int i = 0; i < this->display->nscreens; i++) {
255 delete this->display;
281 this->display = new mock_XDisplay(1);
283 this->glx_dpy = new fake_glx_display(this->display, major, minor);
/external/chromium_org/third_party/webrtc/modules/desktop_capture/
H A Dmouse_cursor_monitor_x11.cc32 Window GetTopLevelWindow(Display* display, Window window) { argument
38 if (!XQueryTree(display, window, &root, &parent, &children,
73 Display* display() { return x_display_->display(); } function in class:webrtc::MouseCursorMonitorX11
117 XFixesQueryExtension(display(), &xfixes_event_base_, &xfixes_error_base_);
121 XFixesSelectCursorInput(display(), window_, XFixesDisplayCursorNotifyMask);
150 XErrorTrap error_trap(display());
151 Bool result = XQueryPointer(display(), window_, &root_window, &child_window,
185 XFixesCursorImage* img = XFixesGetCursorImage(display());
213 window = GetTopLevelWindow(options.x_display()->display(), windo
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dx_server_pixel_buffer.cc96 bool XServerPixelBuffer::Init(Display* display, Window window) { argument
98 display_ = display;
230 // XShmGetImage can fail if the display is being reconfigured.
/external/chromium_org/third_party/webrtc/modules/video_render/android/java/src/org/webrtc/videoengine/
H A DViEAndroidGLES20.java87 public EGLContext createContext(EGL10 egl, EGLDisplay display, EGLConfig eglConfig) { argument
91 EGLContext context = egl.eglCreateContext(display, eglConfig,
97 public void destroyContext(EGL10 egl, EGLDisplay display, EGLContext context) { argument
98 egl.eglDestroyContext(display, context);
133 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { argument
137 egl.eglChooseConfig(display, s_configAttribs2, null, 0, num_config);
147 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
150 printConfigs(egl, display, configs);
153 return chooseConfig(egl, display, configs);
156 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display, argument
184 findConfigAttrib(EGL10 egl, EGLDisplay display, EGLConfig config, int attribute, int defaultValue) argument
193 printConfigs(EGL10 egl, EGLDisplay display, EGLConfig[] configs) argument
203 printConfig(EGL10 egl, EGLDisplay display, EGLConfig config) argument
[all...]
/external/chromium_org/ui/aura/
H A Dwindow_tree_host.cc19 #include "ui/gfx/display.h"
33 gfx::Display display = gfx::Screen::GetScreenFor(window)-> local
35 DCHECK(display.is_valid());
36 return display.device_scale_factor();
236 // Get the latest scale from display because it might have been changed.
271 const gfx::Display& display = local
273 cursor_client->SetDisplay(display);
/external/chromium_org/ui/display/chromeos/
H A Ddisplay_configurator.h19 #include "ui/display/display_export.h"
20 #include "ui/display/types/display_constants.h"
21 #include "ui/display/types/native_display_observer.h"
34 // This class interacts directly with the system display configurator.
43 DisplaySnapshot* display; // Not owned. member in struct:ui::DisplayConfigurator::DisplayState
45 // User-selected mode for the display.
58 // Called after the display mode has been changed. |display| contains the
65 // Called after a display mode change attempt failed. |failed_new_state| is
71 // Interface for classes that make decisions about which display stat
[all...]
/external/chromium_org/ui/events/keycodes/
H A Dkeyboard_code_conversion_x.cc1316 xkeyevent->xkey.display = xievent->display;
1332 XDisplay* display) {
1353 return XKeysymToKeycode(display, XKeysymForWindowsKeyCode(key_code, false));
1330 XKeyCodeForWindowsKeyCode(ui::KeyboardCode key_code, int flags, XDisplay* display) argument
/external/chromium_org/ui/events/test/
H A Devents_test_utils_x11.cc152 XDisplay* display = gfx::GetXDisplay(); local
159 event_->xkey.display = display;
169 event_->xkey.keycode = XKeyCodeForWindowsKeyCode(key_code, flags, display);
182 XDisplay* display = gfx::GetXDisplay(); local
183 event_->xgeneric.display = display;
184 xievent->display = display;
186 xievent->detail = XKeyCodeForWindowsKeyCode(key_code, flags, display);
[all...]
/external/chromium_org/ui/events/x/
H A Devents_x_unittest.cc51 void InitKeyEvent(Display* display, argument
61 key_event->display = display;
69 bool HasFunctionKeyFlagSetIfSupported(Display* display, int x_keysym) { argument
71 int x_keycode = XKeysymToKeycode(display, x_keysym);
74 InitKeyEvent(display, &event, true, x_keycode, 0);
357 Display* display = gfx::GetXDisplay(); local
453 int x_keycode = XKeysymToKeycode(display, keys[k].x_keysym);
456 InitKeyEvent(display, &event, true, x_keycode, 0);
467 Display* display local
604 Display* display = gfx::GetXDisplay(); local
[all...]
/external/chromium_org/ui/gfx/
H A Dscreen_win.cc13 #include "ui/gfx/display.h"
30 gfx::Display display(id, bounds);
31 display.set_work_area(gfx::Rect(monitor_info.rcWork));
32 display.SetScaleAndBounds(gfx::win::GetDeviceScaleFactor(), bounds);
43 display.set_rotation(gfx::Display::ROTATE_0);
46 display.set_rotation(gfx::Display::ROTATE_90);
49 display.set_rotation(gfx::Display::ROTATE_180);
52 display.set_rotation(gfx::Display::ROTATE_270);
59 return display;
71 gfx::Display display local
164 gfx::Display display = GetDisplay(mi); local
[all...]
/external/chromium_org/ui/ozone/platform/dri/chromeos/
H A Dnative_display_delegate_dri.cc9 #include "ui/display/types/native_display_observer.h"
81 // TODO(dnicoara): Remove when async display configuration is supported.
163 DisplaySnapshotDri* display = new DisplaySnapshotDri( local
165 cached_displays_.push_back(display);
167 display->modes().begin(),
168 display->modes().end());
300 VLOG(1) << "Got display changed event";
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_unittest.cc204 // Make X11 synchronous for our display connection. This does not force the
352 Display* display = gfx::GetXDisplay(); local
353 ui::X11AtomCache atom_cache(display, kAtomsToCache);
366 XSendEvent(display, DefaultRootWindow(display), False,
394 Display* display = gfx::GetXDisplay(); local
404 ui::X11AtomCache atom_cache(display, kAtomsToCache);
415 xevent.xproperty.display = display;
419 XSendEvent(display, DefaultRootWindo
[all...]
/external/chromium_org/ui/wm/core/
H A Dcursor_manager.cc151 void CursorManager::SetDisplay(const gfx::Display& display) { argument
152 delegate_->SetDisplay(display, this);
/external/clang/utils/
H A Dclang-completion-mode.el109 (defun clang-completion-display (buffer)
125 (display-buffer buffer)
182 ;; updated, do so (and update the display of results).
187 (clang-completion-display clang-completion-buffer)
/external/deqp/framework/egl/
H A DegluUtil.cpp68 vector<string> getClientExtensions (EGLDisplay display) argument
70 const char* const extensionStr = eglQueryString(display, EGL_EXTENSIONS);
85 throw Error(result, "eglQueryString(display, EGL_EXTENSIONS)", DE_NULL, __FILE__, __LINE__);
88 vector<EGLConfig> getConfigs (EGLDisplay display) argument
92 EGLU_CHECK_CALL(eglGetConfigs(display, DE_NULL, 0, &configCount));
97 EGLU_CHECK_CALL(eglGetConfigs(display, &(configs[0]), (EGLint)configs.size(), &configCount));
103 vector<EGLConfig> chooseConfig (EGLDisplay display, const AttribMap& attribs) argument
117 EGLU_CHECK_CALL(eglChooseConfig(display, &attribList.front(), DE_NULL, 0, &numConfigs));
123 EGLU_CHECK_CALL(eglChooseConfig(display, &attribList.front(), &configs.front(), numConfigs, &numConfigs));
130 EGLConfig chooseSingleConfig (EGLDisplay display, cons argument
139 getConfigAttribInt(EGLDisplay display, EGLConfig config, EGLint attrib) argument
146 querySurfaceInt(EGLDisplay display, EGLSurface surface, EGLint attrib) argument
153 getSurfaceSize(EGLDisplay display, EGLSurface surface) argument
160 getSurfaceResolution(EGLDisplay display, EGLSurface surface) argument
176 EGLDisplay display = EGL_NO_DISPLAY; local
212 createWindowSurface(NativeDisplay& nativeDisplay, NativeWindow& window, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList) argument
256 createPixmapSurface(NativeDisplay& nativeDisplay, NativePixmap& pixmap, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList) argument
[all...]

Completed in 3838 milliseconds

1234567891011>>