Home | History | Annotate | Download | only in perf

Lines Matching refs:t0

146    int t0, t1;
154 t0 = glutGet(GLUT_ELAPSED_TIME);
158 fixed_func_time += t1 - t0;
161 t0 = glutGet(GLUT_ELAPSED_TIME);
165 glsl_time_1 += t1 - t0;
167 t0 = glutGet(GLUT_ELAPSED_TIME);
171 glsl_time_2 += t1 - t0;
216 GLint t0, t1, t2;
220 t0 = glutGet(GLUT_ELAPSED_TIME);
233 *compile_time = t1 - t0;