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

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

Issue 2913008: Converted fill rate test to GLES2. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: Created 10 years, 5 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/main.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/testbase.h
diff --git a/client/deps/glbench/src/testbase.h b/client/deps/glbench/src/testbase.h
index ce2a4f6f241e914dabb25f16c567a0cd501c829b..ceb8fba42f2a6bc9d9d7335c33bd0852b2f4d5c9 100644
--- a/client/deps/glbench/src/testbase.h
+++ b/client/deps/glbench/src/testbase.h
@@ -24,7 +24,7 @@ class TestBase;
bool Bench(TestBase* test, float *slope, int64_t *bias);
// Runs Bench on an instance of TestBase and prints out results.
-//
+//
// coefficient is multiplied (if inverse is false) or divided (if inverse is
// true) by the slope and the result is printed.
//
@@ -59,12 +59,10 @@ class DrawArraysTestFunc : public TestBase {
// Runs the test and reports results in mpixels per second, assuming each
// iteration updates a window of width by height pixels.
void FillRateTestNormalSubWindow(const char* name, float width, float height);
-#if defined(USE_OPENGL)
// Runs the test three times: with blending on; with depth test enabled and
// depth function of GL_NOTEQUAL; with depth function GL_NEVER. Results are
// reported as in FillRateTestNormal.
void FillRateTestBlendDepth(const char *name);
-#endif
};
// Helper class to time glDrawElements.
« no previous file with comments | « client/deps/glbench/src/main.cc ('k') | client/deps/glbench/src/testbase.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698