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

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

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/testbase.h ('k') | client/deps/glbench/src/textureupdatetest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/testbase.cc
diff --git a/client/deps/glbench/src/testbase.cc b/client/deps/glbench/src/testbase.cc
index ef138fe7c6b1f448369df8ce19062b708ed3460d..d200266c2893e772ae77e302f363f929b699fa6e 100644
--- a/client/deps/glbench/src/testbase.cc
+++ b/client/deps/glbench/src/testbase.cc
@@ -107,7 +107,7 @@ void DrawArraysTestFunc::FillRateTestNormalSubWindow(const char* name,
}
-#ifndef USE_EGL
+#if defined(USE_OPENGL)
void DrawArraysTestFunc::FillRateTestBlendDepth(const char *name) {
const int buffer_len = 64;
char buffer[buffer_len];
« no previous file with comments | « client/deps/glbench/src/testbase.h ('k') | client/deps/glbench/src/textureupdatetest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698