Searched refs:period_env (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c1196 const char *period_env; local in function:hud_parse_env_var
1208 period_env = getenv("GALLIUM_HUD_PERIOD");
1209 if (period_env) {
1210 float p = (float) atof(period_env);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
H A Dhud_context.c1195 const char *period_env; local in function:hud_parse_env_var
1207 period_env = getenv("GALLIUM_HUD_PERIOD");
1208 if (period_env) {
1209 float p = (float) atof(period_env);

Completed in 6 milliseconds