Home
last modified time | relevance | path

Searched refs:XCreateGC (Results 1 – 21 of 21) sorted by relevance

/external/igt-gpu-tools/overlay/x11/
Dx11-overlay.c262 priv->gc = XCreateGC(dpy, DefaultRootWindow(dpy), 0, NULL); in x11_overlay_create()
354 XCreateGC(dpy, DefaultRootWindow(dpy), 0, NULL), image, in x11_overlay_stop()
/external/skia/tools/sk_app/unix/
DRasterWindowContext_unix.cpp41 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in RasterWindowContext_xlib()
DWindow_unix.cpp253 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in handleEvent()
/external/crosvm/gpu_display/src/generated/
Dxlib_generator.sh31 --allowlist-function XCreateGC \
Dxlib.rs2601 pub fn XCreateGC( in XCreateGC() function
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c139 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL); in alloc_back_shm_ximage()
534 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); in xmesa_UnmapRenderbuffer()
Dxm_api.c618 b->gc = XCreateGC( v->display, window, 0, NULL ); in initialize_visual_and_buffer()
622 b->cleargc = XCreateGC( v->display, window, 0, NULL ); in initialize_visual_and_buffer()
632 b->swapgc = XCreateGC(v->display, window, in initialize_visual_and_buffer()
Dxfonts.c283 gc = XCreateGC(dpy, pixmap, valuemask, &values); in Fake_glXUseXFont()
/external/mesa3d/src/glx/
Dxfont.c287 gc = XCreateGC(dpy, pixmap, valuemask, &values); in DRI_glXUseXFont()
Ddrisw_glx.c675 pdp->gc = XCreateGC(dpy, xDrawable, 0, NULL); in driswCreateDrawable()
/external/mesa3d/src/gallium/frontends/glx/xlib/
Dglx_usefont.c286 gc = XCreateGC(dpy, pixmap, valuemask, &values); in glXUseXFont()
/external/webrtc/modules/desktop_capture/linux/x11/
Dx_server_pixel_buffer.cc298 shm_gc_ = XCreateGC(display_, window_, in InitPixmaps()
Dscreen_capturer_x11.cc70 gc_ = XCreateGC(display(), root_window_, 0, NULL); in Init()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c339 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL); in xlib_sw_display()
/external/ImageMagick/MagickCore/
Danimate.c938 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long) in XAnimateBackgroundImage()
1596 XCreateGC(display,windows->context.id,context_mask,&context_values); in XAnimateImages()
1604 XCreateGC(display,windows->context.id,context_mask,&context_values); in XAnimateImages()
1614 pixel->highlight_context=XCreateGC(display,windows->context.id, in XAnimateImages()
1645 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XAnimateImages()
Dvms.h80 #define XCreateGC XCREATEGC macro
Dxwindow.c530 annotate_context=XCreateGC(display,root_window,(unsigned long) in XAnnotateImage()
2346 draw_context=XCreateGC(display,root_window,(size_t) in XDrawImage()
5790 graphics_context=XCreateGC(display,window->matte_pixmap, in XMakeImage()
9287 annotate_context=XCreateGC(display,root_window,(size_t) (GCBackground | in XSelectWindow()
Ddisplay.c13912 pixel.annotate_context=XCreateGC(display,window_info.id, in XDisplayBackgroundImage()
14644 pixel->annotate_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14652 pixel->widget_context=XCreateGC(display,windows->context.id,context_mask, in XDisplayImage()
14663 pixel->highlight_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14694 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XDisplayImage()
/external/libpng/contrib/gregbook/
Drpng-x.c613 gc = XCreateGC(display, window, 0, &gcvalues); in rpng_x_create_window()
Drpng2-x.c998 gc = XCreateGC(display, window, 0, &gcvalues); in rpng2_x_create_window()
/external/crosvm/gpu_display/src/
Dgpu_display_x.rs638 let gc = xlib::XCreateGC(self.display.as_ptr(), window, 0, null_mut()); in create_surface()