/external/mesa3d/src/mesa/drivers/x11/ |
D | xmesa_x.h | 75 #define XMesaFreeGC XFreeGC
|
D | xm_buffer.c | 141 XFreeGC(b->xm_visual->display, gc); in alloc_back_shm_ximage() 541 XFreeGC(xrb->Parent->display, gc); in xmesa_UnmapRenderbuffer()
|
D | xfonts.c | 368 XFreeGC(dpy, gc); in Fake_glXUseXFont()
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 278 XFreeGC(xlib_dt->display, xlib_dt->gc); in xlib_displaytarget_destroy() 308 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/mesa3d/src/glx/ |
D | drisw_glx.c | 123 XFreeGC(dpy, pdp->gc); in XDestroyDrawable() 124 XFreeGC(dpy, pdp->swapgc); in XDestroyDrawable()
|
D | xfont.c | 364 XFreeGC(dpy, gc); in DRI_glXUseXFont()
|
/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/state_trackers/glx/xlib/ |
D | glx_usefont.c | 362 XFreeGC(dpy, gc); in glXUseXFont()
|
/external/skia/tools/viewer/sk_app/unix/ |
D | Window_unix.cpp | 169 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/skia/src/views/unix/ |
D | SkOSWindow_Unix.cpp | 51 XFreeGC(fUnixWindow.fDisplay, fUnixWindow.fGc); in internalCloseWindow()
|
/external/libpng/contrib/gregbook/ |
D | rpng-x.c | 884 XFreeGC(display, gc); in rpng_x_cleanup()
|
D | rpng2-x.c | 2108 XFreeGC(display, gc); in rpng2_x_cleanup()
|
/external/ImageMagick/MagickCore/ |
D | xwindow.c | 370 XFreeGC(windows->display,windows->icon_pixel->annotate_context); in DestroyXResources() 380 XFreeGC(windows->display,windows->pixel_info->annotate_context); in DestroyXResources() 382 XFreeGC(windows->display,windows->pixel_info->widget_context); in DestroyXResources() 384 XFreeGC(windows->display,windows->pixel_info->highlight_context); in DestroyXResources() 535 (void) XFreeGC(display,annotate_context); in XAnnotateImage() 2439 (void) XFreeGC(display,draw_context); in XDrawImage() 2763 (void) XFreeGC(display,window_info->annotate_context); in XFreeResources() 2765 (void) XFreeGC(display,window_info->highlight_context); in XFreeResources() 2767 (void) XFreeGC(display,window_info->widget_context); in XFreeResources() 5803 (void) XFreeGC(display,graphics_context); in XMakeImage() [all …]
|
D | animate.c | 1586 (void) XFreeGC(display,pixel->annotate_context); in XAnimateImages() 1594 (void) XFreeGC(display,pixel->widget_context); in XAnimateImages() 1605 (void) XFreeGC(display,pixel->highlight_context); in XAnimateImages() 1634 (void) XFreeGC(display,icon_pixel->annotate_context); in XAnimateImages()
|
D | vms.h | 148 #define XFreeGC XFREEGC macro
|
D | display.c | 14641 (void) XFreeGC(display,pixel->annotate_context); in XDisplayImage() 14649 (void) XFreeGC(display,pixel->widget_context); in XDisplayImage() 14660 (void) XFreeGC(display,pixel->highlight_context); in XDisplayImage() 14689 (void) XFreeGC(display,icon_pixel->annotate_context); in XDisplayImage()
|
/external/mesa3d/include/GL/ |
D | vms_x_fix.h | 148 #define XFreeGC XFREEGC macro
|
/external/syslinux/com32/lib/libpng/ |
D | CHANGES | 1018 Fixed contrib/gregbook/rpng-x.c, rpng2-x.c to avoid crash with XFreeGC().
|
/external/libpng/ |
D | CHANGES | 1126 Fixed contrib/gregbook/rpng-x.c, rpng2-x.c to avoid crash with XFreeGC().
|