OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:extend_gc
(Results
1 - 3
of
3
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_x11.h
87
GC
extend_gc
;
member in struct:_psb_x11_output_s
psb_coverlay.c
511
XPutImage(ctx->native_dpy, output->extend_drawable, output->
extend_gc
, ximg,
[
all
...]
psb_xvva.c
191
if (output->
extend_gc
) {
192
XFreeGC((Display *)ctx->native_dpy, output->
extend_gc
);
193
output->
extend_gc
= NULL;
Completed in 215 milliseconds