X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali-toolkit%2Fdali-toolkit-test-utils%2Ftoolkit-adaptor-impl.h;h=b5bab83200af6efa425aeec0b7f08374bd608b2e;hp=2e5a2cb1c5de083ac23dac5e4a7b54f7ab5e78d1;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=1603e2b6d9e19160df2fb9d8cefa6a168c3ec953 diff --git a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-adaptor-impl.h b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-adaptor-impl.h index 2e5a2cb..b5bab83 100644 --- a/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-adaptor-impl.h +++ b/automated-tests/src/dali-toolkit/dali-toolkit-test-utils/toolkit-adaptor-impl.h @@ -1,8 +1,8 @@ -#ifndef __DALI_TOOLKIT_ADAPTOR_IMPL_H__ -#define __DALI_TOOLKIT_ADAPTOR_IMPL_H__ +#ifndef DALI_TOOLKIT_ADAPTOR_IMPL_H +#define DALI_TOOLKIT_ADAPTOR_IMPL_H /* - * Copyright (c) 2016 Samsung Electronics Co., Ltd. + * Copyright (c) 2019 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. @@ -18,7 +18,7 @@ * */ -#include +#include namespace Dali { @@ -26,44 +26,24 @@ class EglInterface; class DisplayConnection; class ThreadSynchronizationInterface; -namespace Integration +namespace Internal { -class GlAbstraction; - -} // namespace Integration - -class TestRenderSurface : public RenderSurface +namespace Adaptor { -public: - virtual PositionSize GetPositionSize() const { PositionSize size; return size; } - - virtual void InitializeEgl( EglInterface& egl ) {} - - virtual void CreateEglSurface( EglInterface& egl ) {} - - virtual void DestroyEglSurface( EglInterface& egl ) {} - virtual bool ReplaceEGLSurface( EglInterface& egl ) { return false; } +class GraphicsInterface; - virtual void MoveResize( Dali::PositionSize positionSize ) {} - - virtual void SetViewMode( ViewMode viewMode ) {} - - virtual void StartRender() {} - - virtual bool PreRender( EglInterface& egl, Integration::GlAbstraction& glAbstraction, bool resizingSurface ) { return false; } - - virtual void PostRender( EglInterface& egl, Integration::GlAbstraction& glAbstraction, DisplayConnection* displayConnection, bool replacingSurface, bool resizingSurface ) {} +} // namespace Adaptor - virtual void StopRender() {} +} // namespace Internal - virtual void ReleaseLock() {} +namespace Integration +{ - virtual void SetThreadSynchronization( ThreadSynchronizationInterface& threadSynchronization ) {} +class GlAbstraction; - virtual RenderSurface::Type GetSurfaceType() { return RenderSurface::ECORE_RENDER_SURFACE; } -}; +} // namespace Integration namespace Internal { @@ -78,7 +58,7 @@ public: ~Adaptor(); public: - static Dali::RenderSurface& GetSurface(); + static Dali::RenderSurfaceInterface& GetSurface(); static Dali::Adaptor::AdaptorSignalType& AdaptorSignal(); static bool mAvailable; static Vector mCallbacks; @@ -88,4 +68,4 @@ public: } // namespace Internal } // namespace Dali -#endif // __DALI_TOOLKIT_ADAPTOR_IMPL_H__ +#endif // DALI_TOOLKIT_ADAPTOR_IMPL_H