Searched defs:display (Results 176 - 200 of 425) sorted by path

1234567891011>>

/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
H A Dappledri.h80 Display *display; /* Display the event was read from */ member in struct:__anon14282
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddri2.c65 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code);
113 aevent->display = dpy;
178 DRI2Error(Display *display, xError *err, XExtCodes *codes, int *ret_code) argument
H A Dglxclient.h94 * Method to destroy the private DRI display data.
96 void (*destroyDisplay) (__GLXDRIdisplay * display);
144 ** Function to create and DRI display data and initialize the display
338 * \c dpy of current display for this context. Will be \c NULL if not
339 * current to any display, or if this is the "dummy context".
462 * One of these records exists per screen of the display. It contains
495 struct glx_display *display; member in struct:glx_screen
527 * Per display private data. One of these records exists for each display
[all...]
/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/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c43 * Byte swapping: If the Mesa host and the X display use a different
46 * display, not the Mesa host.
48 * according to the display's visual red_mask, green_mask, and blue_mask.
114 static int check_for_xshm( XMesaDisplay *display )
119 if (XQueryExtension( display, "MIT-SHM", &ignore, &ignore, &ignore )) {
122 * one display connection and start using a new one. XShm has been
160 * Input: dpy - the X display
167 XMesaDisplay *dpy = xmv->display;
195 * Input: dpy - the display
249 XSync(b->xm_visual->display,
739 XMesaCreateVisual( XMesaDisplay *display, XMesaVisualInfo visinfo, GLboolean rgb_flag, GLboolean alpha_flag, GLboolean db_flag, GLboolean stereo_flag, GLboolean ximage_flag, GLint depth_size, GLint stencil_size, GLint accum_red_size, GLint accum_green_size, GLint accum_blue_size, GLint accum_alpha_size, GLint num_samples, GLint level, GLint visualCaveat ) argument
[all...]
H A DxmesaP.h76 XMesaDisplay *display; /* The X11 display */ member in struct:xmesa_visual
113 XMesaDisplay *display; /* == xm_visual->display */ member in struct:xmesa_context
114 GLboolean swapbytes; /* Host byte order != display byte order? */
189 XMesaDisplay *display; member in struct:xmesa_buffer
/external/chromium_org/third_party/npapi/bindings/
H A Dnpapi_x11.h54 Display* display; member in struct:_NPSetWindowCallbackStruct
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h324 Display* display; member in struct:__anon14678
/external/chromium_org/third_party/skia/platform_tools/android/app/src/com/skia/
H A DSkiaSampleView.java193 public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) { argument
237 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
265 if (!egl.eglChooseConfig(display, configSpec, null, 0, value)) {
278 if (!egl.eglChooseConfig(display, configSpec, configs, numConfigs, value)) {
284 if (findConfigAttrib(egl, display, config , EGL10.EGL_RED_SIZE, 0) == 8 &&
285 findConfigAttrib(egl, display, config, EGL10.EGL_BLUE_SIZE, 0) == 8 &&
286 findConfigAttrib(egl, display, config, EGL10.EGL_GREEN_SIZE, 0) == 8 &&
287 findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE, 0) == 8 &&
288 findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE, 0) == 8) {
296 private int findConfigAttrib(EGL10 egl, EGLDisplay display, argument
[all...]
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp410 EGLDisplay display = eglGetDisplay(GetDC(hWnd)); local
411 if (display == EGL_NO_DISPLAY ) {
417 if (!eglInitialize(display, &majorVersion, &minorVersion)) {
422 if (!eglGetConfigs(display, NULL, 0, &numConfigs)) {
441 if (eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) {
447 if (!eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) {
453 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig,
461 EGLContext context = eglCreateContext(display, *eglConfig,
469 if (!eglMakeCurrent(display, surface, surface, context)) {
473 *eglDisplay = display;
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpprof179 --base=<base> Subtract <base> from <profile> before display
194 --gv Generate Postscript and display
195 --evince Generate PDF and display
196 --web Generate SVG and display
996 Show graphical hierarchical display of current profile. Without
1475 display: none; label
1488 asm.style.display = (asm.style.display == "block" ? "" : "block");
2597 # causes confusing cycles in dot display. Instead, we synthesize
4808 # Clean file name for display
[all...]
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dthread_dealloc_unittest.cc65 char* display = new char[kDisplaySize]; local
72 MallocExtension::instance()->GetStats(display, kDisplaySize);
73 fprintf(stderr, "%s\n", display);
76 delete[] display;
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dthread_dealloc_unittest.cc65 char* display = new char[kDisplaySize]; local
72 MallocExtension::instance()->GetStats(display, kDisplaySize);
73 fprintf(stderr, "%s\n", display);
76 delete[] display;
/external/chromium_org/third_party/webrtc/base/
H A Dtestutils.h609 XDisplay display; local
610 if (!display.IsValid()) {
615 if (!XRRQueryExtension(display, &ignored_int, &ignored_int) ||
616 !XRRQueryVersion(display, &major_version, &minor_version) ||
H A Dx11windowpicker.cc32 XWindowProperty(Display* display, Window window, Atom property) argument
38 int status = XGetWindowProperty(display, window, property, 0L, ~0L, False,
84 explicit XErrorSuppressor(Display* display) argument
85 : display_(display), original_error_handler_(NULL) {
93 static int ErrorHandler(Display* display, XErrorEvent* e) { argument
95 XGetErrorText(display, e->error_code, buf, sizeof buf);
147 LOG(LS_ERROR) << "Failed to open display.";
619 // Iterate in reverse order to display windows from front to back.
730 bool X11WindowPicker::IsDesktopElement(_XDisplay* display, Window window) { argument
741 Atom window_type_atom = XInternAtom(display, "_NET_WM_WINDOW_TYP
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c52 EGLDisplay display; member in struct:engine
61 * Initialize an EGL context for the current display.
84 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
86 eglInitialize(display, 0, 0);
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
97 eglGetConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &format);
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
102 context = eglCreateContext(display, config, NULL, NULL);
104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
109 eglQuerySurface(display, surfac
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
H A Ddesktop_configuration_monitor.cc58 CGDirectDisplayID display,
63 monitor->DisplaysReconfigured(display, flags);
67 CGDirectDisplayID display,
71 // If this is the first display to start reconfiguring then wait on
73 // from accessing display memory until the reconfiguration completes.
80 reconfiguring_displays_.insert(display);
82 reconfiguring_displays_.erase(display);
57 DisplaysReconfiguredCallback( CGDirectDisplayID display, CGDisplayChangeSummaryFlags flags, void *user_parameter) argument
66 DisplaysReconfigured( CGDirectDisplayID display, CGDisplayChangeSummaryFlags flags) argument
/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...]
H A Dscreen_capturer_x11.cc64 Display* display() { return options_.x_display()->display(); } function in class:webrtc::__anon15941::ScreenCapturerLinux
166 root_window_ = RootWindow(display(), DefaultScreen(display()));
173 gc_ = XCreateGC(display(), root_window_, 0, NULL);
184 if (XFixesQueryExtension(display(), &xfixes_event_base_,
192 XSelectInput(display(), root_window_, StructureNotifyMask);
194 if (!x_server_pixel_buffer_.Init(display(), DefaultRootWindow(display()))) {
201 XFixesSelectCursorInput(display(), root_window
[all...]
H A Dwindow_capturer_x11.cc39 XWindowProperty(Display* display, Window window, Atom property) argument
47 int status = XGetWindowProperty(display, window, property, 0L, ~0L, False,
107 Display* display() { return x_display_->display(); } function in class:webrtc::__anon15947::WindowCapturerLinux
141 wm_state_atom_ = XInternAtom(display(), "WM_STATE", True);
142 window_type_atom_ = XInternAtom(display(), "_NET_WM_WINDOW_TYPE", True);
144 display(), "_NET_WM_WINDOW_TYPE_NORMAL", True);
147 if (XCompositeQueryExtension(display(), &event_base, &error_base) &&
148 XCompositeQueryVersion(display(), &major_version, &minor_version) &&
166 XErrorTrap error_trap(display());
[all...]
/external/chromium_org/third_party/webrtc/modules/desktop_capture/x11/
H A Dshared_x_display.cc19 SharedXDisplay::SharedXDisplay(Display* display) argument
20 : display_(display) {
32 Display* display = local
34 if (!display) {
35 LOG(LS_ERROR) << "Unable to open display";
38 return new SharedXDisplay(display);
71 int events_to_process = XPending(display());
75 XNextEvent(display(), &e);
H A Dshared_x_display.h38 // Takes ownership of |display|.
39 explicit SharedXDisplay(Display* display);
46 // Creates X11 Display connection for the default display (e.g. specified in
56 Display* display() { return display_; } function in class:webrtc::SharedXDisplay
H A Dx_error_trap.cc29 int XServerErrorHandler(Display* display, XErrorEvent* error_event) { argument
39 XErrorTrap::XErrorTrap(Display* display) argument

Completed in 5562 milliseconds

1234567891011>>