Searched defs:display (Results 351 - 375 of 425) sorted by relevance

<<11121314151617

/external/mesa3d/src/glx/
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/mesa3d/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/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11video.c78 Display *display = NULL; local
80 display = XOpenDisplay(NULL);
81 if ( display != NULL ) {
82 XCloseDisplay(display);
86 return(display != NULL);
249 /* We will crash if we try to clean up our display */
264 printf(" Extension \"%s\" %s on display \"%s\".\n",
456 SDL_SetError("display has changed while an IM is kept");
587 char *display; local
590 /* Open the X11 display */
[all...]
/external/qemu/ui/
H A Dvnc.h2 * QEMU VNC display driver
95 char *display; member in struct:VncDisplay
/external/chromium_org/ash/display/
H A Ddisplay_manager.cc5 #include "ash/display/display_manager.h"
14 #include "ash/display/display_layout_store.h"
15 #include "ash/display/screen_ash.h"
28 #include "ui/gfx/display.h"
40 #include "ash/display/display_configurator_animation.h"
64 // 2560 pixel width 2x density display. Please see crbug.com/233375
296 bool DisplayManager::IsActiveDisplay(const gfx::Display& display) const {
299 if ((*iter).id() == display.id())
320 NOTREACHED() << "DisplayLayout is requested for single display";
388 gfx::Display* display local
397 const gfx::Display& display = *iter; local
406 gfx::Display* display = FindDisplayForId(display_id); local
[all...]
/external/chromium_org/ash/wm/dock/
H A Ddocked_window_layout_manager.cc666 // display via API or due to display configuration change, so the alignment
667 // is set based on which edge is closer in the new display.
943 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( local
945 const gfx::Rect work_area = display.work_area();
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dchrome_launcher_controller.cc116 gfx::Display display = gfx::Screen::GetScreenFor( local
118 DCHECK(display.is_valid());
120 return base::Int64ToString(display.id());
141 // Returns a pref value in |pref_service| for the display of |root_window|. The
143 // per-display preferences and the value can be specified by policy. Here is
147 // * A user-set value for the specified display.
148 // * A user-set value in |local_path| or |path|, if no per-display settings are
177 // If the pref for the specified display is not found, scan the whole prefs
178 // and check if the prefs for other display is already specified.
421 // TODO(mukai): Allows it to observe display chang
[all...]
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc1224 // Update our sync/signin status display.
1379 // Cannot display signin status when running in guest mode on chromeos
1824 bool display = manager && local
1826 base::FundamentalValue value(display);
/external/chromium_org/content/browser/android/
H A Dcontent_view_core_impl.cc152 const gfx::Display& display = local
154 return display.device_scale_factor();
/external/chromium_org/extensions/browser/app_window/
H A Dapp_window.cc1059 gfx::Display display = screen->GetDisplayMatching(cached_bounds); local
1060 gfx::Rect current_screen_bounds = display.work_area();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTable.cpp123 EDisplay display = object->style()->display(); local
124 return display != TABLE_CAPTION && display != TABLE_COLUMN_GROUP && display != TABLE_COLUMN;
137 switch (child->style()->display()) {
820 switch (child->style()->display()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
H A DRenderStyle.cpp86 PassRefPtr<RenderStyle> RenderStyle::createAnonymousStyleWithDisplay(const RenderStyle* parentStyle, EDisplay display) argument
91 newStyle->setDisplay(display);
180 if (oldStyle->display() != newStyle->display()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/elements/
H A DStylesSidebarPane.js1924 this._alwaysShowComputedProperties = { "display": true, "height": true, "width": true };
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dglx.h495 Display *display; /* display the event was read from */ member in struct:__anon13632
508 Display *display; /* Display the event was read from */ member in struct:__anon13633
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp143 void* display; member in struct:GalliumDXGIFactory
147 GalliumDXGIFactory(const struct native_platform* platform, void* display, IGalliumDXGIBackend* p_backend) argument
148 : GalliumDXGIObject<IDXGIFactory1, IUnknown>((IUnknown*)NULL), platform(platform), display(display)
153 backend.reset(new GalliumDXGIX11IdentityBackend((Display*)display));
172 return GalliumDXGIAdapterCreate(this, platform, display, out_adapter);
178 unsigned nscreens = ScreenCount((Display*)display);
181 unsigned def_screen = DefaultScreen(display);
184 *out_adapter = GalliumDXGIAdapterCreate(this, platform, display, adapter);
244 struct native_display* display; member in struct:GalliumDXGIAdapter
1412 void* display; member in struct:dxgi_binding
[all...]
/external/chromium_org/third_party/npapi/npspy/extern/plugin/
H A Dnpapi.h324 Display* display; member in struct:__anon14678
/external/chromium_org/ui/aura/
H A Dwindow.cc184 const gfx::Display& display = local
187 cursor_client->SetDisplay(display);
377 // is likely wrong anyway in a multi-display world, but this will
/external/chromium_org/ui/base/x/
H A Dx11_util.cc172 XDisplay* display = gfx::GetXDisplay(); local
173 it.first->second = XCreateFontCursor(display, cursor_shape);
179 XDisplay* display = gfx::GetXDisplay(); local
182 XFreeCursor(display, it->second);
430 XDisplay* display = xev->xany.display; local
435 while (XPending(display)) {
437 XPeekEvent(display, &next_event);
440 if (!XGetEventData(next_event.xgeneric.display, &next_event.xcookie))
448 XFreeEventData(display,
580 XDisplay* display = gfx::GetXDisplay(); local
992 SetWindowClassHint(XDisplay* display, XID window, const std::string& res_name, const std::string& res_class) argument
1005 SetWindowRole(XDisplay* display, XID window, const std::string& role) argument
1052 GetX11ErrorString(XDisplay* display, int err) argument
1355 XScopedCursor(::Cursor cursor, XDisplay* display) argument
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11.cc33 #include "ui/gfx/display.h"
736 const gfx::Display display = local
738 bounds_ = display.bounds();
992 xevent.xany.display = xdisplay_;
1818 XFreeEventData(xev->xgeneric.display, &last_event.xcookie);
1884 while (XPending(xev->xany.display)) {
1886 XPeekEvent(xev->xany.display, &next_event);
1891 XNextEvent(xev->xany.display, &last_event);
/external/deqp/modules/egl/
H A DteglGLES2SharedRenderingPerfTests.cpp657 EGLDisplay display = m_testCtx.getDisplay().getEGLDisplay(); local
659 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, m_eglSurface, m_eglSurface, m_eglContext));
662 TCU_CHECK_EGL_CALL(m_eglDestroyImageKHR(display, m_eglImage));
664 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT));
665 TCU_CHECK_EGL_CALL(eglDestroyContext(display, m_eglContext));
666 TCU_CHECK_EGL_CALL(eglDestroySurface(display, m_eglSurface));
671 EGLDisplay display = m_testCtx.getDisplay().getEGLDisplay(); local
673 eglMakeCurrent(display, m_eglSurface, m_eglSurface, m_eglContext);
723 eglSwapBuffers(display, m_eglSurface);
728 TCU_CHECK_EGL_CALL(eglMakeCurrent(display, EGL_NO_SURFAC
870 EGLDisplay display = m_eglTestCtx.getDisplay().getEGLDisplay(); local
[all...]
H A DteglImageFormatTests.cpp201 ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface);
217 ImageApi::ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface) argument
220 , m_display (display)
293 GLES2ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface, EGLConfig config);
322 GLES2ImageApi::GLES2ImageApi (int contextId, tcu::TestLog& log, tcu::egl::Display& display, tcu::egl::Surface* surface, EGLConfig config) argument
323 : ImageApi (contextId, log, display, surface)
H A DteglRenderTests.cpp665 tcu::PixelFormat getPixelFormat (const tcu::egl::Display& display, EGLConfig config) argument
668 display.describeConfig(config, fmt);
682 virtual void executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts);
692 void SingleThreadRenderCase::executeForContexts (tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts) argument
701 const tcu::PixelFormat pixelFmt = getPixelFormat(display, config);
702 const int depthBits = display.getConfigAttrib(config, EGL_DEPTH_SIZE);
703 const int stencilBits = display.getConfigAttrib(config, EGL_STENCIL_SIZE);
704 const int numSamples = display.getConfigAttrib(config, EGL_SAMPLES);
735 eglMakeCurrent(display.getEGLDisplay(), surface.getEGLSurface(), surface.getEGLSurface(), context->getEGLContext());
747 eglMakeCurrent(display
829 RenderTestThread(tcu::egl::Display& display, tcu::egl::Surface& surface, tcu::egl::Context& context, EGLint api, const Program& program, const std::vector<DrawOpPacket>& packets) argument
875 executeForContexts(tcu::egl::Display& display, tcu::egl::Surface& surface, EGLConfig config, const std::vector<std::pair<EGLint, tcu::egl::Context*> >& contexts) argument
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-x.c3 rpng2 - progressive-model PNG display program rpng2-x.c
40 - 2.02: fixed improper display of usage screen on PNG error(s); fixed
71 software must display the following acknowledgment:
275 static Display *display; variable
309 double default_display_exponent; /* whole display system */
323 /* Set the default value for our display-system exponent, i.e., the
378 if (!strncmp(*argv, "-display", 2)) {
459 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg | -bgpat pat]\n"
465 " xdpy\tname of the target X display (e.g., ``hostname:0'')\n"
466 " exp \ttransfer-function exponent (``gamma'') of the display\
[all...]
/external/libpng/contrib/libtests/
H A Dpngimage.c496 struct display struct
545 display_init(struct display *dp)
569 display_clean_read(struct display *dp)
577 display_clean_write(struct display *dp)
585 display_clean(struct display *dp)
601 static struct display *
603 /* The display pointer is always stored in the png_struct error pointer */
605 struct display *dp = (struct display*)png_get_error_ptr(pp);
609 fprintf(stderr, "pngimage: internal error (no display)\
[all...]

Completed in 1638 milliseconds

<<11121314151617