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
372 swrast->choose_line( ctx ); in _swrast_validate_line()747 swrast->choose_line = _swrast_choose_line; in _swrast_CreateContext()
907 swrast->choose_line = xmesa_choose_line; in xmesa_register_swrast_functions()
917 swrast->choose_line = osmesa_choose_line; in OSMesaCreateContextAttribs()