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

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

Issue 2122020: Fixes for GLES systems. (Closed) Base URL: ssh://git@chromiumos-git//autotest.git
Patch Set: ...and removed bogus #-I from Makefile 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/teartest.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 6d5cc9560ca469e3da5239c01a8a82e6b149100a..1a617b015e7b4f7787fc6b5e622549581200290a 100644
--- a/client/deps/glbench/src/testbase.h
+++ b/client/deps/glbench/src/testbase.h
@@ -58,7 +58,7 @@ 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);
-#ifndef USE_EGL
+#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.
« no previous file with comments | « client/deps/glbench/src/teartest.cc ('k') | client/deps/glbench/src/testbase.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698