Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: client/deps/glbench/src/trianglesetuptest.cc

Issue 2794002: Added gflags switches: duration, tests, save, out. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: addressed comments Created 10 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/glbench/src/textureupdatetest.cc ('k') | client/deps/glbench/src/utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/trianglesetuptest.cc
diff --git a/client/deps/glbench/src/trianglesetuptest.cc b/client/deps/glbench/src/trianglesetuptest.cc
index 6610eed68de107aa030fc200ae30b52c8fc128c7..e905b98b4217bbeeae1d0d0a26a925ff687e9e90 100644
--- a/client/deps/glbench/src/trianglesetuptest.cc
+++ b/client/deps/glbench/src/trianglesetuptest.cc
@@ -17,6 +17,7 @@ class TriangleSetupTest : public DrawElementsTestFunc {
TriangleSetupTest() {}
virtual ~TriangleSetupTest() {}
virtual bool Run();
+ virtual const char* Name() const { return "triangle_setup"; }
private:
DISALLOW_COPY_AND_ASSIGN(TriangleSetupTest);
« no previous file with comments | « client/deps/glbench/src/textureupdatetest.cc ('k') | client/deps/glbench/src/utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698