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

Side by Side Diff: client/deps/glbench/src/all_tests.h

Issue 2115012: Added texture update test. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: C++ enum 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 unified diff | Download patch
« no previous file with comments | « client/deps/glbench/src/Makefile ('k') | client/deps/glbench/src/bench.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef BENCH_GL_ALL_TESTS_H_ 1 #ifndef BENCH_GL_ALL_TESTS_H_
2 #define BENCH_GL_ALL_TESTS_H_ 2 #define BENCH_GL_ALL_TESTS_H_
3 3
4 namespace glbench { 4 namespace glbench {
5 5
6 class TestBase; 6 class TestBase;
7 7
8 TestBase* GetSwapTest(); 8 TestBase* GetSwapTest();
9 TestBase* GetClearTest(); 9 TestBase* GetClearTest();
10 TestBase* GetFillRateTest(); 10 TestBase* GetFillRateTest();
11 TestBase* GetYuvToRgbTest(int type, const char* name); 11 TestBase* GetYuvToRgbTest(int type, const char* name);
12 TestBase* GetReadPixelTest(); 12 TestBase* GetReadPixelTest();
13 TestBase* GetTriangleSetupTest(); 13 TestBase* GetTriangleSetupTest();
14 TestBase* GetAttributeFetchShaderTest(); 14 TestBase* GetAttributeFetchShaderTest();
15 TestBase* GetVaryingsAndDdxyShaderTest(); 15 TestBase* GetVaryingsAndDdxyShaderTest();
16 TestBase* GetWindowManagerCompositingTest(bool scissor); 16 TestBase* GetWindowManagerCompositingTest(bool scissor);
17 TestBase* GetTextureUpdateTest();
17 18
18 } // namespace glbench 19 } // namespace glbench
19 20
20 #endif // BENCH_GL_ALL_TESTS_H_ 21 #endif // BENCH_GL_ALL_TESTS_H_
OLDNEW
« no previous file with comments | « client/deps/glbench/src/Makefile ('k') | client/deps/glbench/src/bench.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698