Searched defs:x_source (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.16.0/ |
H A D | glamor_utils.h | 1335 int x_source, int y_source, 1385 x_source, y_source, 0, 0, 0, 0, width, height); 1413 x_source, y_source, 0, 0, 0, 0, width, height); 1440 x_source = y_source = 0; 1446 x_source, y_source, 1332 glamor_compare_pictures(ScreenPtr screen, PicturePtr fst_picture, PicturePtr snd_picture, int x_source, int y_source, int width, int height, int all, int diffs) argument
|
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.17.1/ |
H A D | glamor_utils.h | 1257 int x_source, int y_source, 1307 x_source, y_source, 0, 0, 0, 0, width, height); 1335 x_source, y_source, 0, 0, 0, 0, width, height); 1362 x_source = y_source = 0; 1368 x_source, y_source, 1254 glamor_compare_pictures(ScreenPtr screen, PicturePtr fst_picture, PicturePtr snd_picture, int x_source, int y_source, int width, int height, int all, int diffs) argument
|
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_private.h | 123 unsigned x_source : 3; member in struct:color_fixup_desc 169 return fixup.x_source == CHANNEL_SOURCE_COMPLEX0 || fixup.x_source == CHANNEL_SOURCE_COMPLEX1; 175 if (fixup.x_source == CHANNEL_SOURCE_COMPLEX1) complex_fixup |= (1 << 0);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | wined3d_private.h | 112 unsigned x_source : 3; member in struct:color_fixup_desc 158 return fixup.x_source == CHANNEL_SOURCE_COMPLEX0 || fixup.x_source == CHANNEL_SOURCE_COMPLEX1; 164 if (fixup.x_source == CHANNEL_SOURCE_COMPLEX1) complex_fixup |= (1 << 0);
|
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/wined3d/ |
H A D | wined3d_private.h | 132 unsigned x_source : 3; member in struct:color_fixup_desc 178 return fixup.x_source == CHANNEL_SOURCE_COMPLEX0 || fixup.x_source == CHANNEL_SOURCE_COMPLEX1; 184 if (fixup.x_source == CHANNEL_SOURCE_COMPLEX1) complex_fixup |= (1 << 0);
|
Completed in 4650 milliseconds