Home
last modified time | relevance | path

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

/external/skia/tools/viewer/sk_app/unix/
DRasterWindowContext_unix.cpp39 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in RasterWindowContext_xlib()
DWindow_unix.cpp250 fGC = XCreateGC(fDisplay, fWindow, 0, nullptr); in handleEvent()
/external/mesa3d/src/mesa/drivers/x11/
Dxm_buffer.c137 gc = XCreateGC(b->xm_visual->display, b->frontxrb->drawable, 0, NULL); in alloc_back_shm_ximage()
531 GC gc = XCreateGC(xrb->Parent->display, xrb->pixmap, 0, NULL); in xmesa_UnmapRenderbuffer()
Dxm_api.c616 b->gc = XCreateGC( v->display, window, 0, NULL ); in initialize_visual_and_buffer()
620 b->cleargc = XCreateGC( v->display, window, 0, NULL ); in initialize_visual_and_buffer()
630 b->swapgc = XCreateGC(v->display, window, in initialize_visual_and_buffer()
Dxfonts.c290 gc = XCreateGC(dpy, pixmap, valuemask, &values); in Fake_glXUseXFont()
/external/webrtc/webrtc/modules/video_render/linux/
Dvideo_x11_channel.cc159 _gc = XCreateGC(_display, _window, 0, 0); in Init()
/external/mesa3d/src/glx/
Ddrisw_glx.c80 pdp->gc = XCreateGC(dpy, drawable, 0, NULL); in XCreateDrawable()
81 pdp->swapgc = XCreateGC(dpy, drawable, 0, NULL); in XCreateDrawable()
Dxfont.c287 gc = XCreateGC(dpy, pixmap, valuemask, &values); in DRI_glXUseXFont()
/external/webrtc/webrtc/modules/desktop_capture/
Dscreen_capturer_x11.cc154 gc_ = XCreateGC(display(), root_window_, 0, NULL); in Init()
/external/webrtc/webrtc/modules/desktop_capture/x11/
Dx_server_pixel_buffer.cc201 shm_gc_ = XCreateGC(display_, window_, in InitPixmaps()
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_usefont.c284 gc = XCreateGC(dpy, pixmap, valuemask, &values); in glXUseXFont()
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c331 xlib_dt->gc = XCreateGC(display, xlib_drawable->drawable, 0, NULL); in xlib_sw_display()
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
DPVRShellOS.cpp194 m_X11GC = XCreateGC(m_X11Display,m_X11Window,0,0); in OsInitOS()
/external/ImageMagick/MagickCore/
Danimate.c935 pixel.annotate_context=XCreateGC(display,window_info.id,(unsigned long) in XAnimateBackgroundImage()
1588 XCreateGC(display,windows->context.id,context_mask,&context_values); in XAnimateImages()
1596 XCreateGC(display,windows->context.id,context_mask,&context_values); in XAnimateImages()
1606 pixel->highlight_context=XCreateGC(display,windows->context.id, in XAnimateImages()
1637 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XAnimateImages()
Dvms.h80 #define XCreateGC XCREATEGC macro
Dxwindow.c525 annotate_context=XCreateGC(display,root_window,(unsigned long) in XAnnotateImage()
2347 draw_context=XCreateGC(display,root_window,(size_t) in XDrawImage()
5799 graphics_context=XCreateGC(display,window->matte_pixmap, in XMakeImage()
9291 annotate_context=XCreateGC(display,root_window,(size_t) (GCBackground | in XSelectWindow()
Ddisplay.c13909 pixel.annotate_context=XCreateGC(display,window_info.id, in XDisplayBackgroundImage()
14642 pixel->annotate_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14650 pixel->widget_context=XCreateGC(display,windows->context.id,context_mask, in XDisplayImage()
14661 pixel->highlight_context=XCreateGC(display,windows->context.id, in XDisplayImage()
14692 icon_pixel->annotate_context=XCreateGC(display,windows->icon.id, in XDisplayImage()
/external/skia/src/views/unix/
DSkOSWindow_Unix.cpp148 fUnixWindow.fGc = XCreateGC(dsp, fUnixWindow.fWin, 0, nullptr); in initWindow()
/external/libpng/contrib/gregbook/
Drpng-x.c612 gc = XCreateGC(display, window, 0, &gcvalues); in rpng_x_create_window()
Drpng2-x.c989 gc = XCreateGC(display, window, 0, &gcvalues); in rpng2_x_create_window()
/external/mesa3d/include/GL/
Dvms_x_fix.h66 #define XCreateGC XCREATEGC macro