Searched defs:display (Results 126 - 150 of 425) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/test/chromedriver/
H A Dkeycode_text_conversion_x.cc152 bool GetXModifierMask(Display* display, int modifier, int* x_modifier) { argument
153 XModifierKeymap* mod_map = XGetModifierMapping(display);
159 int keysym = XkbKeycodeToKeysym(display, key, 0, 0);
193 XDisplay* display = gfx::GetXDisplay(); local
194 if (!display) {
196 "an X display is required for keycode conversions, consider using Xvfb";
200 key_event->display = display;
210 GetXModifierMask(display, kAltKeyModifierMask, &x_modifier)) {
214 GetXModifierMask(display, kMetaKeyModifierMas
[all...]
/external/chromium_org/third_party/angle/samples/angle/post_sub_buffer/
H A DPostSubBuffer.cpp146 EGLDisplay display = getDisplay(); local
148 mPostSubBufferNV(display, surface, 60, 60, windowWidth - 120, windowHeight - 120);
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.h92 display == other.display &&
167 std::string display; member in struct:cricket::StreamParams
/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglscreen.c40 * To actually display a screen surface on a screen, the eglShowSurface()
103 * Link a screen to its display and return the handle of the link.
109 _EGLDisplay *display; local
113 display = screen->Display;
115 if (!display->Screens) {
116 display->Screens = _eglCreateArray("Screen", 4);
117 if (!display->Screens)
125 _eglAppendArray(display->Screens, (void *) screen);
136 _eglLookupScreen(EGLScreenMESA screen, _EGLDisplay *display) argument
140 if (!display || !displa
165 _eglGetScreensMESA(_EGLDriver *drv, _EGLDisplay *display, EGLScreenMESA *screens, EGLint max_screens, EGLint *num_screens) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/egl/wayland/wayland-drm/
H A Dwayland-drm.c40 struct wl_display *display; member in struct:wl_drm
210 wayland_drm_init(struct wl_display *display, char *device_name, argument
217 drm->display = display;
222 wl_display_add_global(display, &wl_drm_interface, drm, bind_drm);
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c47 Display *display; member in struct:vl_xsp_screen
69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
129 vl_screen_create(Display *display, int screen) argument
134 assert(display);
140 winsys = xlib_create_sw_winsys(display);
153 xsp_screen->display = display;
155 xsp_screen->xdraw.visual = XDefaultVisual(display, screen);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Degl_g3d_st.c43 _EGLDisplay *display; member in struct:egl_g3d_st_manager
63 _eglLockMutex(&gsmapi->display->Mutex);
65 img = _eglLookupImage(handle, gsmapi->display);
67 _eglUnlockMutex(&gsmapi->display->Mutex);
78 _eglUnlockMutex(&gsmapi->display->Mutex);
98 gsmapi->display = dpy;
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/wayland/
H A Dnative_shm.c77 wayland_create_shm_buffer(struct wayland_display *display, argument
81 struct wayland_shm_display *shmdpy = (struct wayland_shm_display *) display;
H A Dnative_wayland.h57 struct wl_buffer *(*create_buffer)(struct wayland_display *display,
75 struct wayland_display *display; member in struct:wayland_surface
115 wayland_create_shm_display(struct wl_display *display,
119 wayland_create_drm_display(struct wl_display *display,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vdpau/
H A Ddevice.c40 vdp_imp_device_create_x11(Display *display, int screen, VdpDevice *device, argument
47 if (!(display && device && get_proc_address))
61 dev->vscreen = vl_screen_create(display, screen);
207 _ERROR_TYPE(VDP_STATUS_DISPLAY_PREEMPTED,"The display was preempted, or a fatal error occurred. The application must re-initialize VDPAU.");
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
H A Dtestlib.c44 Display *display,
63 if (!XvMCQueryExtension(display, &ev_base, &err_base))
65 if (XvQueryAdaptors(display, XDefaultRootWindow(display), &num_adaptors, &adaptor_info) != Success)
72 XvMCSurfaceInfo *surface_info = XvMCListSurfaceTypes(display, adaptor_info[i].base_id, &num_types);
91 if (XvGrabPort(display, adaptor_info[i].base_id + l, CurrentTime) == Success)
42 GetPort( Display *display, unsigned int width, unsigned int height, unsigned int chroma_format, const unsigned int *mc_types, unsigned int num_mc_types, XvPortID *port_id, int *surface_type_id, unsigned int *is_overlay, unsigned int *intra_unsigned ) argument
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/wayland/
H A Dwayland_sw_winsys.c61 struct wl_display *display; member in struct:wayland_sw_winsys
260 wayland_create_sw_winsys(struct wl_display *display) argument
268 wlws->display = display;
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dappledri.h80 Display *display; /* Display the event was read from */ member in struct:__anon14282
/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/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/video_engine/test/auto_test/source/
H A Dvie_autotest_linux.cc73 Display* display = XOpenDisplay(NULL); local
74 if (display == NULL) {
80 int screen = DefaultScreen(display);
82 // Try to establish a 24-bit TrueColor display
85 if (XMatchVisualInfo(display, screen, 24, TrueColor, &visual_info) == 0) {
93 display, DefaultRootWindow(display), visual_info.visual, AllocNone);
101 Window _window = XCreateWindow(display, DefaultRootWindow(display), x_pos,
107 XStoreName(display, _windo
127 ViEDestroyWindow(Window *window, Display *display) argument
[all...]
/external/chromium_org/ui/events/x/
H A Dhotplug_event_handler_x11.cc124 Display* display = gfx::GetXDisplay(); local
125 Atom valuator_x = XInternAtom(display, "Abs MT Position X", False);
126 Atom valuator_y = XInternAtom(display, "Abs MT Position Y", False);
173 IsTouchscreenInternal(display, x11_devices[i].deviceid);
H A Dtouch_factory_x11.cc40 XDisplay* display = gfx::GetXDisplay();
41 UpdateDeviceList(display);
82 void TouchFactory::UpdateDeviceList(Display* display) { argument
98 DeviceListCacheX::GetInstance()->GetXDeviceList(display);
99 Atom xi_touchscreen = XInternAtom(display, XI_TOUCHSCREEN, false);
126 DeviceListCacheX::GetInstance()->GetXI2DeviceList(display);
161 CacheTouchscreenIds(display, devinfo->deviceid);
206 XDisplay* display = gfx::GetXDisplay(); local
230 XISelectEvents(display, window, &evmask, 1);
231 XFlush(display);
[all...]
/external/chromium_org/ui/gfx/x/
H A Dx11_types.cc16 static XDisplay* display = NULL; local
17 if (!display)
18 display = OpenNewXDisplay();
19 return display;
32 void PutARGBImage(XDisplay* display, argument
37 PutARGBImage(display,
64 void PutARGBImage(XDisplay* display, argument
74 int pixmap_bpp = BitsPerPixelForPixmapDepth(display, depth);
101 XPutImage(display, pixmap, static_cast<GC>(pixmap_gc), &image,
128 XPutImage(display, pixma
[all...]
/external/chromium_org/ui/views/widget/desktop_aura/
H A Ddesktop_window_tree_host_x11_interactive_uitest.cc101 Display* display = gfx::GetXDisplay(); local
104 xev.xmotion.display = display;
106 xev.xmotion.root = DefaultRootWindow(display);
141 // Make X11 synchronous for our display connection. This does not force the
H A Dx11_whole_screen_move_loop.cc113 xevent.xany.display = xev->xgeneric.display;
118 xevent.xmotion.root = DefaultRootWindow(xev->xgeneric.display);
224 XDisplay* display = gfx::GetXDisplay(); local
226 XUngrabPointer(display, CurrentTime);
230 XUngrabKeyboard(display, CurrentTime);
235 XDestroyWindow(display, grab_input_window_);
243 XDisplay* display = gfx::GetXDisplay(); local
244 XGrabServer(display);
249 display,
268 XDisplay* display = gfx::GetXDisplay(); local
283 CreateDragInputWindow(XDisplay* display) argument
[all...]
/external/deqp/framework/egl/
H A DegluCallLogWrapper.cpp189 EGLDisplay display; member in class:eglu::EGLDisplayFmt
190 EGLDisplayFmt (EGLDisplay display_) : display(display_) {}
193 inline EGLDisplayFmt getEGLDisplayStr (EGLDisplay display) { return EGLDisplayFmt(display); } argument
197 if (fmt.display == EGL_NO_DISPLAY)
200 return str << toHex(fmt.display);
208 EGLSurface display; member in class:eglu::EGLSurfaceFmt
209 EGLSurfaceFmt (EGLSurface display_) : display(display_) {}
212 inline EGLSurfaceFmt getEGLSurfaceStr (EGLSurface display) { return EGLSurfaceFmt(display); } argument
227 EGLContext display; member in class:eglu::EGLContextFmt
231 getEGLContextStr(EGLContext display) argument
[all...]
H A DtcuEgl.hpp56 Display (EGLDisplay display, EGLint majorVersion, EGLint minorVersion);
102 Surface (Display& display) : m_display(display), m_surface(EGL_NO_SURFACE) {} argument
114 WindowSurface (Display& display, EGLSurface windowSurface);
115 WindowSurface (Display& display, EGLConfig config, EGLNativeWindowType nativeWindow, const EGLint* attribList);
124 PixmapSurface (Display& display, EGLSurface surface);
125 PixmapSurface (Display& display, EGLConfig config, EGLNativePixmapType nativePixmap, const EGLint* attribList);
132 PbufferSurface (Display& display, EGLConfig config, const EGLint* attribList);
139 Context (const Display& display, EGLConfig config, const EGLint* attribList, EGLenum api);
/external/deqp/framework/platform/X11/
H A DtcuX11EglPlatform.cpp88 Window (Display& display,
102 Window::Window(Display& display, const WindowParams& params, Visual* visual) argument
104 , m_window (display.getX11Display(), params.width, params.height, visual)
130 EGLDisplay display,
144 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
146 return new Window(display, params, DE_NULL);
157 Display& display = *dynamic_cast<Display*>(nativeDisplay); local
163 visual = display.getX11Display().getVisual(visualID);
165 return new Window(display, params, visual);
205 Display* display
[all...]
/external/deqp/framework/platform/android/
H A DtcuAndroidPlatform.cpp84 virtual eglu::NativeWindow* createWindow (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const eglu::WindowParams& params) const;
124 : eglu::NativeWindowFactory ("default", "Default display", WINDOW_CAPABILITIES)
139 eglu::NativeWindow* NativeWindowFactory::createWindow (eglu::NativeDisplay* nativeDisplay, EGLDisplay display, EGLConfig config, const EGLAttrib* attribList, const eglu::WindowParams& params) const argument
141 const int32_t format = (int32_t)eglu::getConfigAttribInt(display, config, EGL_NATIVE_VISUAL_ID);
160 : eglu::NativeDisplayFactory("default", "Default display", DISPLAY_CAPABILITIES)

Completed in 7774 milliseconds

1234567891011>>