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

Unified Diff: client/deps/glbench/src/teartest.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/main.cc ('k') | client/deps/glbench/src/teartest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/deps/glbench/src/teartest.h
diff --git a/client/deps/glbench/src/teartest.h b/client/deps/glbench/src/teartest.h
index a11a97d4d341cfd232a151f0571c9566724e9160..09ae655f2f74da4a1b7fae1964e86d81ebb8a635 100644
--- a/client/deps/glbench/src/teartest.h
+++ b/client/deps/glbench/src/teartest.h
@@ -24,9 +24,9 @@ void CopyPixmapToTexture(Pixmap pixmap);
Test* GetUniformTest();
Test* GetTexImage2DTest();
-#ifdef USE_EGL
+#if defined(USE_OPENGLES)
Test* GetPixmapToTextureTestEGL();
-#else
+#elif defined(USE_OPENGL)
Test* GetPixmapToTextureTest();
#endif
« no previous file with comments | « client/deps/glbench/src/main.cc ('k') | client/deps/glbench/src/teartest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698