/external/skia/tools/sk_app/unix/ |
D | DawnVulkanWindowContext_unix.cpp | 51 XGetGeometry(fDisplay, fWindow, &root, &x, &y, &width, &height, &border_width, &depth); in DawnVulkanWindowContext_xlib()
|
D | GLWindowContext_unix.cpp | 152 XGetGeometry(fDisplay, fWindow, &root, &x, &y, (unsigned int*)&fWidth, (unsigned int*)&fHeight, in onInitializeContext()
|
/external/mesa3d/src/glx/apple/ |
D | apple_glx_surface.c | 54 XGetGeometry(dpy, drawable, &root, &x, &y, &width, &height, &bd, &depth); in update_viewport_and_scissor()
|
D | apple_glx_drawable.c | 404 XGetGeometry(dpy, d->drawable, &root, &x, &y, &width, &height, &bd, in apple_glx_garbage_collect_drawables()
|
/external/skqp/tools/sk_app/unix/ |
D | GLWindowContext_unix.cpp | 141 XGetGeometry(fDisplay, fWindow, &root, &x, &y, (unsigned int*)&fWidth, (unsigned int*)&fHeight, in onInitializeContext()
|
/external/angle/src/libANGLE/renderer/gl/glx/ |
D | PixmapSurfaceGLX.cpp | 103 int status = XGetGeometry(mDisplay, mXPixmap, &rootWindow, &x, &y, &mWidth, &mHeight, in initialize()
|
D | WindowSurfaceGLX.cpp | 291 return XGetGeometry(mDisplay, window, &root, &x, &y, width, height, &border, &depth) != 0; in getWindowDimensions()
|
D | DisplayGLX.cpp | 476 int status = XGetGeometry(mGLX.getDisplay(), pixmap, &rootWindow, &x, &y, &width, &height, in validatePixmap()
|
/external/deqp/framework/platform/lnx/X11/ |
D | tcuLnxX11.cpp | 256 …XGetGeometry(m_display.getXDisplay(), m_window, &root, &x, &y, &width_, &height_, &borderWidth, &d… in getDimensions()
|
/external/mesa3d/src/glx/ |
D | drisw_glx.c | 149 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()
|
D | glx_pbuffer.c | 834 if (XGetGeometry in glXQueryDrawable()
|
/external/ImageMagick/MagickCore/ |
D | vms.h | 160 #define XGetGeometry XGETGEOMETRY macro
|
D | xwindow.c | 3878 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/ |
D | xm_api.c | 363 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); in get_drawable_size()
|
/external/mesa3d/src/mesa/drivers/x11/ |
D | xm_api.c | 232 stat = XGetGeometry(dpy, d, &root, &xpos, &ypos, &w, &h, &bw, &depth); in get_drawable_size()
|