Home
last modified time | relevance | path

Searched refs:draw_wide_line_threshold (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c182 draw_wide_line_threshold(llvmpipe->draw, 10000.0); in llvmpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h105 void draw_wide_line_threshold(struct draw_context *draw, float threshold);
Ddraw_context.c415 draw_wide_line_threshold(struct draw_context *draw, float threshold) in draw_wide_line_threshold() function
/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c300 draw_wide_line_threshold(st->draw, 1000.0f); in st_init_draw()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c385 draw_wide_line_threshold(r300->draw, 10000000.f);
/external/mesa3d/src/gallium/drivers/nv30/
Dnv30_draw.c498 draw_wide_line_threshold(draw, 10000000.f); in nv30_draw_init()