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

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

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/deps/glbench/src/bench.cc ('k') | client/deps/glbench/src/testbase.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/main.cc
diff --git a/client/deps/glbench/src/main.cc b/client/deps/glbench/src/main.cc
index 5f9a43132ccb1baa62e893563660e90cc96da0c0..3cd376061ac7b2fe59c3be74f88d8c30429cb51a 100644
--- a/client/deps/glbench/src/main.cc
+++ b/client/deps/glbench/src/main.cc
@@ -68,6 +68,7 @@ int main(int argc, char *argv[]) {
glbench::GetVaryingsAndDdxyShaderTest(),
glbench::GetWindowManagerCompositingTest(false),
glbench::GetWindowManagerCompositingTest(true),
+ glbench::GetTextureUpdateTest(),
};
for (unsigned int i = 0; i < arraysize(tests); i++) {
« no previous file with comments | « client/deps/glbench/src/bench.cc ('k') | client/deps/glbench/src/testbase.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698