Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c58 static int hud_scale = 1; variable
82 hud->constants.translate[0] = (float) (xoffset * hud_scale); in hud_draw_colored_prims()
83 hud->constants.translate[1] = (float) (yoffset * hud_scale); in hud_draw_colored_prims()
84 hud->constants.scale[0] = hud_scale; in hud_draw_colored_prims()
85 hud->constants.scale[1] = yscale * hud_scale; in hud_draw_colored_prims()
557 hud->constants.scale[0] = hud_scale; in hud_draw_results()
558 hud->constants.scale[1] = hud_scale; in hud_draw_results()
592 hud->constants.scale[0] = hud_scale; in hud_draw_results()
593 hud->constants.scale[1] = hud_scale; in hud_draw_results()
1815 hud_scale = debug_get_num_option("GALLIUM_HUD_SCALE", 1); in hud_create()