From 8e6ab562dd62383d191806e88548e89b4d0a9d65 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 25 May 2014 17:50:46 +0300 Subject: Add support for simple texture size detection. This test check from 1024 to max texture size reported by driver. --- src/test/testmain.h | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'src/test/testmain.h') diff --git a/src/test/testmain.h b/src/test/testmain.h index 72411417e..d4bae14ce 100644 --- a/src/test/testmain.h +++ b/src/test/testmain.h @@ -64,13 +64,19 @@ class TestMain final int invokeFastOpenBatchTest(const std::string &test); + int invokeMobileOpenBatchTest(const std::string &test); + int invokeSafeOpenGLRenderTest(const std::string &test); void testsMain(); - void writeConfig(const RenderType openGLMode, const int rescale, - const int sound, const std::string &info, - const int batchSize, const int detectMode); + void writeConfig(const RenderType openGLMode, + const int rescale, + const int sound, + const std::string &info, + const int batchSize, + const int textureSize, + const int detectMode); int readValue2(const int ver); -- cgit v1.2.3-60-g2f50