| 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.
|
|
|