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

Unified Diff: client/deps/glbench/src/all_tests.h

Issue 2123013: Split tests into individual files. Got rid of globals by converting them to classes. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: addressed comments Created 10 years, 7 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/Makefile ('k') | client/deps/glbench/src/attributefetchtest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/all_tests.h
diff --git a/client/deps/glbench/src/all_tests.h b/client/deps/glbench/src/all_tests.h
new file mode 100644
index 0000000000000000000000000000000000000000..357dd227543311b5d072ef864782a8c11b7fc2af
--- /dev/null
+++ b/client/deps/glbench/src/all_tests.h
@@ -0,0 +1,20 @@
+#ifndef BENCH_GL_ALL_TESTS_H_
+#define BENCH_GL_ALL_TESTS_H_
+
+namespace glbench {
+
+class TestBase;
+
+TestBase* GetSwapTest();
+TestBase* GetClearTest();
+TestBase* GetFillRateTest();
+TestBase* GetYuvToRgbTest(int type, const char* name);
+TestBase* GetReadPixelTest();
+TestBase* GetTriangleSetupTest();
+TestBase* GetAttributeFetchShaderTest();
+TestBase* GetVaryingsAndDdxyShaderTest();
+TestBase* GetWindowManagerCompositingTest(bool scissor);
+
+} // namespace glbench
+
+#endif // BENCH_GL_ALL_TESTS_H_
« no previous file with comments | « client/deps/glbench/src/Makefile ('k') | client/deps/glbench/src/attributefetchtest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698