Home
last modified time | relevance | path

Searched refs:draw_will_inject_frontface (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_context.h142 draw_will_inject_frontface(const struct draw_context *draw);
Ddraw_context.c1125 draw_will_inject_frontface(const struct draw_context *draw) in draw_will_inject_frontface() function
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_setup_point.c466 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_point()
Dlp_setup_line.c632 if (draw_will_inject_frontface(lp_context->draw) && in try_setup_line()