Home
last modified time | relevance | path

Searched refs:XGetGeometry (Results 1 – 15 of 15) sorted by relevance

/external/skia/tools/sk_app/unix/
DDawnVulkanWindowContext_unix.cpp51 XGetGeometry(fDisplay, fWindow, &root, &x, &y, &width, &height, &border_width, &depth); in DawnVulkanWindowContext_xlib()
DGLWindowContext_unix.cpp152 XGetGeometry(fDisplay, fWindow, &root, &x, &y, (unsigned int*)&fWidth, (unsigned int*)&fHeight, in onInitializeContext()
/external/mesa3d/src/glx/apple/
Dapple_glx_surface.c54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth); in update_viewport_and_scissor()
Dapple_glx_drawable.c404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd, in apple_glx_garbage_collect_drawables()
/external/skqp/tools/sk_app/unix/
DGLWindowContext_unix.cpp141 XGetGeometry(fDisplay, fWindow, &root, &x, &y, (unsigned int*)&fWidth, (unsigned int*)&fHeight, in onInitializeContext()
/external/angle/src/libANGLE/renderer/gl/glx/
DPixmapSurfaceGLX.cpp103 int status = XGetGeometry(mDisplay, mXPixmap, &rootWindow, &x, &y, &mWidth, &mHeight, in initialize()
DWindowSurfaceGLX.cpp291 return XGetGeometry(mDisplay, window, &root, &x, &y, width, height, &border, &depth) != 0; in getWindowDimensions()
DDisplayGLX.cpp476 int status = XGetGeometry(mGLX.getDisplay(), pixmap, &rootWindow, &x, &y, &width, &height, in validatePixmap()
/external/deqp/framework/platform/lnx/X11/
DtcuLnxX11.cpp256XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &d… in getDimensions()
/external/mesa3d/src/glx/
Ddrisw_glx.c149 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth); in swrastGetDrawableInfo()
700 XGetGeometry(dpy, xDrawable, &root, &x, &y, &uw, &uh, &bw, &depth); in driswCreateDrawable()
Dglx_pbuffer.c834 if (XGetGeometry in glXQueryDrawable()
/external/ImageMagick/MagickCore/
Dvms.h160 #define XGetGeometry XGETGEOMETRY macro
Dxwindow.c3878 status=XGetGeometry(display,target_window,&root_window,&x,&x,&d,&d,&d,&d); in XGetWindowColor()
4941 status=XGetGeometry(display,target,&root,&x,&x,&d,&d,&d,&d); in XImportImage()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dxm_api.c363 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); in get_drawable_size()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_api.c232 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); in get_drawable_size()