Loading opengl/tests/gl_perfapp/jni/gl_code.cpp +0 −2 Original line number Original line Diff line number Diff line Loading @@ -26,8 +26,6 @@ uint32_t h; // The stateClock starts at zero and increments by 1 every time we draw a frame. It is used to control which phase of the test we are in. // The stateClock starts at zero and increments by 1 every time we draw a frame. It is used to control which phase of the test we are in. int stateClock; int stateClock; const int doLoopStates = 2; const int doSingleTestStates = 2; bool done; bool done; // Saves the parameters of the test (so we can print them out when we finish the timing.) // Saves the parameters of the test (so we can print them out when we finish the timing.) Loading Loading
opengl/tests/gl_perfapp/jni/gl_code.cpp +0 −2 Original line number Original line Diff line number Diff line Loading @@ -26,8 +26,6 @@ uint32_t h; // The stateClock starts at zero and increments by 1 every time we draw a frame. It is used to control which phase of the test we are in. // The stateClock starts at zero and increments by 1 every time we draw a frame. It is used to control which phase of the test we are in. int stateClock; int stateClock; const int doLoopStates = 2; const int doSingleTestStates = 2; bool done; bool done; // Saves the parameters of the test (so we can print them out when we finish the timing.) // Saves the parameters of the test (so we can print them out when we finish the timing.) Loading