Home | History | Annotate | Download | only in swrast

Lines Matching defs:USE

10  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \
211 #define USE(lineFunc) swrast->Line = lineFunc
218 * Determine which line drawing function to use given the current
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line);
266 USE(_swrast_select_line);