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

Unified Diff: client/deps/glbench/src/attributefetchtest.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 | « no previous file | client/deps/glbench/src/cleartest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/attributefetchtest.cc
diff --git a/client/deps/glbench/src/attributefetchtest.cc b/client/deps/glbench/src/attributefetchtest.cc
index 2cc25ce58c94d64ef719b40e8989ae27eb8afed4..910bbc634516ff2a720d955dd8be9de7a0844d9f 100644
--- a/client/deps/glbench/src/attributefetchtest.cc
+++ b/client/deps/glbench/src/attributefetchtest.cc
@@ -14,6 +14,7 @@ class AttributeFetchShaderTest : public DrawElementsTestFunc {
AttributeFetchShaderTest() {}
virtual ~AttributeFetchShaderTest() {}
virtual bool Run();
+ virtual const char* Name() const { return "attribute_fetch_shader"; }
private:
DISALLOW_COPY_AND_ASSIGN(AttributeFetchShaderTest);
« no previous file with comments | « no previous file | client/deps/glbench/src/cleartest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698