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