Lines Matching refs:GFX
374 GFX(get_display_palette_entry(pPriv->colorKey & 0xFF, &key));
391 GFX(set_video_color_key((blue | (green << 8) | (red << 16)), 0xFCFCFC,
422 GFX(set_video_palette(NULL));
424 GFX(set_video_filter(pPriv->filter, pPriv->filter));
541 GFX(set_video_enable(0));
600 GFX(set_video_filter(pPriv->filter, pPriv->filter));
970 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart));
971 GFX(set_video_offset(offset + y_extra));
972 GFX(set_video_left_crop(xstart - x));
1006 GFX(set_video_enable(1));
1010 GFX(set_video_format(VIDEO_FORMAT_UYVY));
1016 GFX(set_video_format(VIDEO_FORMAT_YUYV));
1019 GFX(set_video_format(VIDEO_FORMAT_Y2YU));
1022 GFX(set_video_format(VIDEO_FORMAT_YVYU));
1048 GFX(set_video_size(width, height));
1049 GFX(set_video_scale(width, height, drw_w, drw_h));
1052 GFX(set_color_space_YUV(0));
1361 GFX(set_video_enable(0));