Searched refs:gc (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xvva.c | 186 if (output->gc) { in psb_deinit_xvideo() 187 XFreeGC((Display *)ctx->native_dpy, output->gc); in psb_deinit_xvideo() 188 output->gc = NULL; in psb_deinit_xvideo() 472 if (output->gc) in psb__CheckGCXvImage() 473 XFreeGC((Display *)ctx->native_dpy, output->gc); in psb__CheckGCXvImage() 474 output->gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL); in psb__CheckGCXvImage() 491 XSetForeground((Display *)ctx->native_dpy, output->gc, driver_data->clear_color); in psb__CheckGCXvImage() 726 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth); in psb_putsurface_xvideo() 729 XFreeGC((Display *)ctx->native_dpy, output->gc); in psb_putsurface_xvideo() 730 output->gc = NULL; in psb_putsurface_xvideo() [all …]
|
D | psb_coverlay.c | 375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth); in psb_cleardrawable_stopoverlay() 498 …XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, wi… in psb_DisplayRGBASubpicture() 588 XSetForeground((Display *)ctx->native_dpy, output->gc, pPriv->colorKey); in psb_repaint_colorkey() 589 …XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_he… in psb_repaint_colorkey() 599 …XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_he… in psb_repaint_colorkey() 864 XSetForeground((Display *)ctx->native_dpy, output->gc, 0); in psb_clear_subpictures() 865 …XFillRectangle((Display *)ctx->native_dpy, output->output_drawable, output->gc, 0, 0, win_width, w… in psb_clear_subpictures() 940 if (!output->gc) { in psb_putsurface_coverlay() 941 output->gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL); in psb_putsurface_coverlay() 944 XSetForeground((Display *)ctx->native_dpy, output->gc, pPriv->colorKey); in psb_putsurface_coverlay() [all …]
|
D | psb_x11.c | 120 GC gc; in psb_putsurface_x11() local 163 gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL); in psb_putsurface_x11() 252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height); in psb_putsurface_x11() 261 XFreeGC((Display *)ctx->native_dpy, gc); in psb_putsurface_x11()
|
D | psb_x11.h | 83 GC gc; member
|
/hardware/invensense/65xx/libsensors_iio/software/build/android/ |
D | common.mk | 36 ANDROID_LINK += -Wl,--gc-sections
|
/hardware/invensense/6515/libsensors_iio/software/build/android/ |
D | common.mk | 45 ANDROID_LINK += -Wl,--gc-sections
|