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

/frameworks/native/opengl/tests/gl_perfapp/jni/
H A Dgl_code.cpp47 if (fOut) {
48 fclose(fOut);
49 fOut = NULL;
76 if (fOut != NULL) {
78 fclose(fOut);
79 fOut = NULL;
82 fOut = fopen(fileName, "w");
83 if (fOut == NULL) {
88 if (fOut) fprintf(fOut,"varColo
[all...]
/frameworks/native/opengl/tests/gl_perf/
H A Dfill_common.cpp19 FILE * fOut = NULL; variable
129 if (fOut) {
130 fprintf(fOut, "%s, %f, %f\r\n", gCurrentTestName, mpps, dc60);
131 fflush(fOut);

Completed in 38 milliseconds