OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:output_drawable
(Results
1 - 5
of
5
) sorted by null
/hardware/intel/img/psb_video/src/x11/
psb_x11.h
84
Drawable
output_drawable
;
member in struct:_psb_x11_output_s
psb_xvva.c
209
if ((output->using_port == USING_TEXTURE_PORT) && output->
output_drawable
210
&& (psb_CheckDrawable(ctx, output->
output_drawable
) == 0)) {
212
XvStopVideo((Display *)ctx->native_dpy, output->textured_portID, output->
output_drawable
);
221
if ((output->using_port == USING_OVERLAY_PORT) && output->
output_drawable
222
&& (psb_CheckDrawable(ctx, output->
output_drawable
) == 0)) {
224
XvStopVideo((Display *)ctx->native_dpy, output->overlay_portID, output->
output_drawable
);
240
output->
output_drawable
= 0;
471
if (output->
output_drawable
!= draw) {
475
output->
output_drawable
= draw;
731
output->
output_drawable
= 0
[
all
...]
psb_ctexture.c
275
if (output->
output_drawable
!= draw) {
276
output->
output_drawable
= draw;
331
ret = psb_dri_init(ctx, output->
output_drawable
);
434
XMoveResizeWindow(ctx->native_dpy, output->
output_drawable
, 0, extend_display_height, destw, desth);
437
XMoveResizeWindow(ctx->native_dpy, output->
output_drawable
, extend_display_width, 0, destw, desth);
455
ret = psb_dri_init(ctx, output->
output_drawable
);
psb_coverlay.c
498
XPutImage(ctx->native_dpy, output->
output_drawable
, output->gc, ximg, srcx, srcy, destx, desty, width, height);
[
all
...]
psb_x11.c
288
output->
output_drawable
= 0;
Completed in 261 milliseconds