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

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

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/testbase.h ('k') | no next file » | 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 37af73fc98f70640f20dd06c95dc109d670871b9..66686bbc8ca17fe60a249fd9489e0a19ba9491a0 100644
--- a/client/deps/glbench/src/testbase.cc
+++ b/client/deps/glbench/src/testbase.cc
@@ -128,7 +128,6 @@ void DrawArraysTestFunc::FillRateTestNormalSubWindow(const char* name,
}
-#if defined(USE_OPENGL)
void DrawArraysTestFunc::FillRateTestBlendDepth(const char *name) {
const int buffer_len = 64;
char buffer[buffer_len];
@@ -148,7 +147,6 @@ void DrawArraysTestFunc::FillRateTestBlendDepth(const char *name) {
RunTest(this, buffer, g_width * g_height, true);
glDisable(GL_DEPTH_TEST);
}
-#endif
bool DrawElementsTestFunc::TestFunc(int iter) {
« no previous file with comments | « client/deps/glbench/src/testbase.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698