Searched refs:extend_gc (Results 1 – 3 of 3) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_coverlay.c | 511 XPutImage(ctx->native_dpy, output->extend_drawable, output->extend_gc, ximg, in psb_DisplayRGBASubpicture() 868 XSetForeground((Display *)ctx->native_dpy, output->extend_gc, 0); in psb_clear_subpictures() 869 … XFillRectangle((Display *)ctx->native_dpy, output->extend_drawable, output->extend_gc, in psb_clear_subpictures() 1077 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_putsurface_coverlay() 1078 output->extend_gc = 0; in psb_putsurface_coverlay() 1174 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_putsurface_coverlay() 1175 output->extend_gc = 0; in psb_putsurface_coverlay() 1250 if (output->extend_gc) in psb_putsurface_coverlay() 1251 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_putsurface_coverlay() 1252 output->extend_gc = XCreateGC((Display *)ctx->native_dpy, extend_win, 0, NULL); in psb_putsurface_coverlay() [all …]
|
D | psb_x11.h | 87 GC extend_gc; member
|
D | psb_xvva.c | 191 if (output->extend_gc) { in psb_deinit_xvideo() 192 XFreeGC((Display *)ctx->native_dpy, output->extend_gc); in psb_deinit_xvideo() 193 output->extend_gc = NULL; in psb_deinit_xvideo()
|