Home | History | Annotate | Download | only in tests

Lines Matching refs:displaySecsEnv

80         char* displaySecsEnv = getenv("GLTEST_DISPLAY_SECS");
81 if (displaySecsEnv != NULL) {
82 mDisplaySecs = atoi(displaySecsEnv);