Searched refs:XFreeGC (Results 1 – 20 of 20) sorted by relevance
/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 75 #define XMesaFreeGC XFreeGC
|
D | xm_buffer.c | 143 XFreeGC(b->xm_visual->display, gc); in alloc_back_shm_ximage() 544 XFreeGC(xrb->Parent->display, gc); in xmesa_UnmapRenderbuffer()
|
D | xfonts.c | 361 XFreeGC(dpy, gc); in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 286 XFreeGC(xlib_dt->display, xlib_dt->gc); in xlib_displaytarget_destroy() 316 XFreeGC(display, xlib_dt->gc); in xlib_sw_display()
|
/external/webrtc/webrtc/modules/video_render/linux/ |
D | video_x11_channel.cc | 218 XFreeGC(_display, _gc); in ReleaseWindow()
|
/external/webrtc/webrtc/modules/desktop_capture/ |
D | screen_capturer_x11.cc | 412 XFreeGC(display(), gc_); in DeinitXlib()
|
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
D | x_server_pixel_buffer.cc | 82 XFreeGC(display_, shm_gc_); in Release()
|
/external/mesa3d/src/gallium/frontends/glx/xlib/ |
D | glx_usefont.c | 364 XFreeGC(dpy, gc); in glXUseXFont()
|
/external/mesa3d/src/glx/ |
D | xfont.c | 364 XFreeGC(dpy, gc); in DRI_glXUseXFont()
|
D | drisw_glx.c | 127 XFreeGC(dpy, pdp->gc); in XDestroyDrawable()
|
/external/skqp/tools/sk_app/unix/ |
D | Window_unix.cpp | 169 XFreeGC(fDisplay, fGC); in closeWindow()
|
/external/skia/tools/sk_app/unix/ |
D | Window_unix.cpp | 175 XFreeGC(fDisplay, fGC); in closeWindow()
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 247 XFreeGC(m_X11Display,m_X11GC); in OsDoReleaseAPI()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 885 XFreeGC(display, gc); in rpng_x_cleanup()
|
D | rpng2-x.c | 2117 XFreeGC(display, gc); in rpng2_x_cleanup()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 375 XFreeGC(windows->display,windows->icon_pixel->annotate_context); in DestroyXResources() 385 XFreeGC(windows->display,windows->pixel_info->annotate_context); in DestroyXResources() 387 XFreeGC(windows->display,windows->pixel_info->widget_context); in DestroyXResources() 389 XFreeGC(windows->display,windows->pixel_info->highlight_context); in DestroyXResources() 540 (void) XFreeGC(display,annotate_context); in XAnnotateImage() 2438 (void) XFreeGC(display,draw_context); in XDrawImage() 2762 (void) XFreeGC(display,window_info->annotate_context); in XFreeResources() 2764 (void) XFreeGC(display,window_info->highlight_context); in XFreeResources() 2766 (void) XFreeGC(display,window_info->widget_context); in XFreeResources() 5802 (void) XFreeGC(display,graphics_context); in XMakeImage() [all …]
|
D | animate.c | 1597 (void) XFreeGC(display,pixel->annotate_context); in XAnimateImages() 1605 (void) XFreeGC(display,pixel->widget_context); in XAnimateImages() 1616 (void) XFreeGC(display,pixel->highlight_context); in XAnimateImages() 1645 (void) XFreeGC(display,icon_pixel->annotate_context); in XAnimateImages()
|
D | vms.h | 148 #define XFreeGC XFREEGC macro
|
D | display.c | 14656 (void) XFreeGC(display,pixel->annotate_context); in XDisplayImage() 14664 (void) XFreeGC(display,pixel->widget_context); in XDisplayImage() 14675 (void) XFreeGC(display,pixel->highlight_context); in XDisplayImage() 14704 (void) XFreeGC(display,icon_pixel->annotate_context); in XDisplayImage()
|
/external/libpng/ |
D | CHANGES | 1125 Fixed contrib/gregbook/rpng-x.c, rpng2-x.c to avoid crash with XFreeGC().
|