X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-adaptor%2Fdali-test-suite-utils%2Ftest-graphics-application.h;h=aef657afc37423702da868232828badab63cbdc2;hb=299781da2924963459b7f13cfb8b39f2374db55d;hp=66c9f7a5d4b1b493d6af81b24ed69a098b505724;hpb=ad4588dd06054fadd0e524b20725d2cb95c92bbb;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h b/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h index 66c9f7a..aef657a 100644 --- a/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h +++ b/automated-tests/src/dali-adaptor/dali-test-suite-utils/test-graphics-application.h @@ -2,7 +2,7 @@ #define DALI_TEST_GRAPHICS_APPLICATION_H /* - * Copyright (c) 2022 Samsung Electronics Co., Ltd. + * Copyright (c) 2023 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -179,6 +179,11 @@ public: return 32768u; } + uint32_t GetMaxCombinedTextureUnits() override + { + return 96; + } + /** * @return the maximum texture samples when we use multisampled texture */ @@ -241,7 +246,7 @@ public: void InitializeCore(); ~TestGraphicsApplication() override; static void LogMessage(Dali::Integration::Log::DebugPriority level, std::string& message); - static void LogContext(bool start, const char* tag); + static void LogContext(bool start, const char* tag, const char* message); Dali::Integration::Core& GetCore(); TestPlatformAbstraction& GetPlatform(); TestRenderController& GetRenderController();