Home | History | Annotate | Download | only in x11

Lines Matching defs:USE

9  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
21 * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
983 #define USE(triFunc) \
991 #define USE(triFunc) return triFunc
997 * Return pointer to line drawing function, or NULL if we should use a
1039 USE(smooth_TRUECOLOR_z_triangle);
1041 USE(smooth_8A8B8G8R_z_triangle);
1043 USE(smooth_8A8R8G8B_z_triangle);
1045 USE(smooth_8R8G8B_z_triangle);
1047 USE(smooth_8R8G8B24_z_triangle);
1049 USE(smooth_TRUEDITHER_z_triangle);
1051 USE(smooth_5R6G5B_z_triangle);
1053 USE(smooth_DITHER_5R6G5B_z_triangle);
1066 USE(flat_TRUECOLOR_z_triangle);
1068 USE(flat_8A8B8G8R_z_triangle);
1070 USE(flat_8A8R8G8B_z_triangle);
1072 USE(flat_8R8G8B_z_triangle);
1074 USE(flat_8R8G8B24_z_triangle);
1076 USE(flat_TRUEDITHER_z_triangle);
1078 USE(flat_5R6G5B_z_triangle);
1080 USE(flat_DITHER_5R6G5B_z_triangle);
1090 USE(smooth_TRUECOLOR_triangle);
1092 USE(smooth_8A8B8G8R_triangle);
1094 USE(smooth_8A8R8G8B_triangle);
1096 USE(smooth_8R8G8B_triangle);
1098 USE(smooth_8R8G8B24_triangle);
1100 USE(smooth_TRUEDITHER_triangle);
1102 USE(smooth_5R6G5B_triangle);
1104 USE(smooth_DITHER_5R6G5B_triangle);
1115 USE(flat_TRUECOLOR_triangle);
1117 USE(flat_TRUEDITHER_triangle);
1119 USE(flat_8A8B8G8R_triangle);
1121 USE(flat_8A8R8G8B_triangle);
1123 USE(flat_8R8G8B_triangle);
1125 USE(flat_8R8G8B24_triangle);
1127 USE(flat_5R6G5B_triangle);
1129 USE(flat_DITHER_5R6G5B_triangle);
1141 /* Override for the swrast tri-selection function. Try to use one