Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_context.c59 static int hud_scale = 1; variable
84 hud->constants.translate[0] = (float) (xoffset * hud_scale); in hud_draw_colored_prims()
85 hud->constants.translate[1] = (float) (yoffset * hud_scale); in hud_draw_colored_prims()
86 hud->constants.scale[0] = hud_scale; in hud_draw_colored_prims()
87 hud->constants.scale[1] = yscale * hud_scale; in hud_draw_colored_prims()
560 hud->constants.scale[0] = hud_scale; in hud_draw_results()
561 hud->constants.scale[1] = hud_scale; in hud_draw_results()
591 hud->constants.scale[0] = hud_scale; in hud_draw_results()
592 hud->constants.scale[1] = hud_scale; in hud_draw_results()
1868 hud_scale = debug_get_num_option("GALLIUM_HUD_SCALE", 1); in hud_create()