Searched refs:choose_line (Results 1 – 5 of 5) sorted by relevance
40 void (*choose_line)( struct gl_context * );
275 void (*choose_line)( struct gl_context * ); member
375 swrast->choose_line( ctx ); in _swrast_validate_line()750 swrast->choose_line = _swrast_choose_line; in _swrast_CreateContext()
903 swrast->choose_line = xmesa_choose_line; in xmesa_register_swrast_functions()
907 swrast->choose_line = osmesa_choose_line; in OSMesaCreateContextAttribs()