Lines Matching refs:GFX
366 GFX(get_display_palette_entry(pPriv->colorKey & 0xFF, &key));
393 GFX(set_video_color_key((blue | (green << 8) | (red << 16)), 0xFFFFFF,
423 GFX(set_video_palette(NULL));
425 GFX(set_video_filter(pPriv->filter, pPriv->filter));
540 GFX(set_video_enable(0));
599 GFX(set_video_filter(pPriv->filter, pPriv->filter));
904 GFX(set_video_window(xstart, ystart, xend - xstart, yend - ystart));
906 GFX(set_video_yuv_offsets(offset + y_extra,
910 GFX(set_video_offset(offset + y_extra));
912 GFX(set_video_left_crop(xstart - x));
944 GFX(set_video_enable(1));
948 GFX(set_video_format(VIDEO_FORMAT_UYVY));
949 GFX(set_video_size(width, height));
954 GFX(set_video_format(VIDEO_FORMAT_Y0Y1Y2Y3));
955 GFX(set_video_size(width, height));
956 GFX(set_video_yuv_pitch(dstPitch, dstPitch2));
959 GFX(set_video_format(VIDEO_FORMAT_YUYV));
960 GFX(set_video_size(width, height));
963 GFX(set_video_format(VIDEO_FORMAT_Y2YU));
964 GFX(set_video_size(width, height));
967 GFX(set_video_format(VIDEO_FORMAT_YVYU));
968 GFX(set_video_size(width, height));
984 GFX(set_video_scale(width, height, drw_w, drw_h));
1305 GFX(set_video_enable(0));