Home | History | Annotate | Download | only in swrast

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
201 #define USE(lineFunc) \
210 #define USE(lineFunc) swrast->Line = lineFunc
217 * Determine which line drawing function to use given the current
241 USE(general_line);
248 USE(general_line);
250 USE(rgba_line);
257 USE(simple_no_z_rgba_line);
261 USE(_swrast_feedback_line);
265 USE(_swrast_select_line);