Searched refs:gc (Results 1 - 6 of 6) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
H A Dpsb_x11.h83 GC gc; member in struct:_psb_x11_output_s
H A Dpsb_xvva.c186 if (output->gc) {
187 XFreeGC((Display *)ctx->native_dpy, output->gc);
188 output->gc = NULL;
472 if (output->gc)
473 XFreeGC((Display *)ctx->native_dpy, output->gc);
474 output->gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL);
491 XSetForeground((Display *)ctx->native_dpy, output->gc, driver_data->clear_color);
726 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
729 XFreeGC((Display *)ctx->native_dpy, output->gc);
730 output->gc
[all...]
H A Dpsb_x11.c120 GC gc; local
163 gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL);
252 XPutImage((Display *)ctx->native_dpy, draw, gc, ximg, 0, 0, destx, desty, width, height);
261 XFreeGC((Display *)ctx->native_dpy, gc);
H A Dpsb_coverlay.c375 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, destx, desty, destw, desth);
498 XPutImage(ctx->native_dpy, output->output_drawable, output->gc, ximg, srcx, srcy, destx, desty, width, height);
588 XSetForeground((Display *)ctx->native_dpy, output->gc, pPriv->colorKey);
589 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_height);
599 XFillRectangle((Display *)ctx->native_dpy, draw, output->gc, 0, 0, x11_window_width, x11_window_height);
864 XSetForeground((Display *)ctx->native_dpy, output->gc, 0);
865 XFillRectangle((Display *)ctx->native_dpy, output->output_drawable, output->gc, 0, 0, win_width, win_height);
940 if (!output->gc) {
941 output->gc = XCreateGC((Display *)ctx->native_dpy, draw, 0, NULL);
944 XSetForeground((Display *)ctx->native_dpy, output->gc, pPri
[all...]
/hardware/invensense/65xx/libsensors_iio/software/build/android/
H A Dcommon.mk36 ANDROID_LINK += -Wl,--gc-sections
/hardware/invensense/6515/libsensors_iio/software/build/android/
H A Dcommon.mk45 ANDROID_LINK += -Wl,--gc-sections

Completed in 235 milliseconds