Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_draw.c192 draw_wide_line_threshold(svga->swtnl.draw, in svga_init_swtnl()
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_context.c270 draw_wide_line_threshold(llvmpipe->draw, 10000.0); in llvmpipe_create_context()
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h117 void draw_wide_line_threshold(struct draw_context *draw, float threshold);
Ddraw_context.c555 draw_wide_line_threshold(struct draw_context *draw, float threshold) in draw_wide_line_threshold() function
/external/mesa3d/src/mesa/state_tracker/
Dst_draw.c368 draw_wide_line_threshold(st->draw, 1000.0f); in st_get_draw_context()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_context.c408 draw_wide_line_threshold(r300->draw, 10000000.f);
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c523 draw_wide_line_threshold(draw, 10000000.f); in nv30_draw_init()