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

Unified Diff: client/deps/glbench/src/yuvtest.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/windowmanagercompositingtest.cc ('k') | client/site_tests/power_Draw/control » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/yuvtest.cc
diff --git a/client/deps/glbench/src/yuvtest.cc b/client/deps/glbench/src/yuvtest.cc
index 2ae23ab4d2d85effeeee348150f43f515696e918..34e1827468b677b0c04d397a2f89d45e08a9b043 100644
--- a/client/deps/glbench/src/yuvtest.cc
+++ b/client/deps/glbench/src/yuvtest.cc
@@ -24,6 +24,7 @@ class YuvToRgbTest : public DrawArraysTestFunc {
glDeleteTextures(arraysize(textures_), textures_);
}
virtual bool Run();
+ virtual const char* Name() const { return "yuv_to_rgb"; }
enum YuvTestFlavor {
YUV_PLANAR_ONE_TEXTURE_SLOW,
« no previous file with comments | « client/deps/glbench/src/windowmanagercompositingtest.cc ('k') | client/site_tests/power_Draw/control » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698