Searched refs:XGetGeometry (Results 1 - 25 of 30) sorted by relevance

12

/external/chromium_org/ui/gl/
H A Dgl_image_glx.cc74 if (!XGetGeometry(gfx::GetXDisplay(),
/external/chromium_org/third_party/webrtc/modules/video_render/linux/
H A Dvideo_x11_channel.cc144 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
188 if (XGetGeometry(_display, _window, &rootret, &x, &y, &winWidth,
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A Dapple_glx_surface.c54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
H A Dapple_glx_drawable.c402 * XGetGeometry on the other hand is legal with a Pixmap and Window.
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/deqp/framework/platform/X11/
H A DtcuX11.cpp207 XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &depth);
/external/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_winsys_xsp.c69 if (XGetGeometry(xsp_screen->display, drawable, &root, &x, &y, &width, &height, &border_width, &depth) == BadDrawable)
/external/mesa3d/src/glx/apple/
H A Dapple_glx_surface.c54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth);
H A Dapple_glx_drawable.c402 * XGetGeometry on the other hand is legal with a Pixmap and Window.
404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd,
/external/chromium_org/media/tools/player_x11/
H A Dplayer_x11.cc194 XGetGeometry(g_display,
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c200 ok = XGetGeometry(xscr->dpy, drawable, &root,
H A Dnative_ximage.c104 ok = XGetGeometry(xsurf->xdpy->dpy, xsurf->drawable,
/external/mesa3d/src/gallium/state_trackers/egl/x11/
H A Dx11_screen.c200 ok = XGetGeometry(xscr->dpy, drawable, &root,
H A Dnative_ximage.c104 ok = XGetGeometry(xsurf->xdpy->dpy, xsurf->drawable,
/external/chromium_org/third_party/mesa/src/src/glx/
H A Ddrisw_glx.c146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
H A Dglx_pbuffer.c757 * XGetGeometry request fail with a GetGeometry request X error
762 if (XGetGeometry
/external/chromium_org/third_party/webrtc/base/
H A Dx11windowpicker.cc372 if (!XGetGeometry(display_, src_pixmap, &root, &x, &y,
377 LOG(LS_WARNING) << "XGetGeometry() failed (probably composite is not in "
/external/mesa3d/src/glx/
H A Ddrisw_glx.c146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
H A Dglx_pbuffer.c757 * XGetGeometry request fail with a GetGeometry request X error
762 if (XGetGeometry
/external/qemu/distrib/sdl-1.2.15/src/video/x11/
H A DSDL_x11sym.h63 SDL_X11_SYM(int,XGetGeometry,(Display* a,Drawable b,Window* c,int* d,int* e,unsigned int* f,unsigned int* g,unsigned int* h,unsigned int* i),(a,b,c,d,e,f,g,h,i),return)
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
H A Degl_glx.c818 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c79 * XGetGeometry after every swapbuffers, which allows swapbuffers to
278 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
304 _mesa_warning(NULL, "XGetGeometry failed!\n");
/external/mesa3d/src/egl/drivers/glx/
H A Degl_glx.c818 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.c79 * XGetGeometry after every swapbuffers, which allows swapbuffers to
278 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
304 _mesa_warning(NULL, "XGetGeometry failed!\n");
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxm_api.c229 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth);
255 _mesa_warning(NULL, "XGetGeometry failed!\n");

Completed in 7441 milliseconds

12