X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fcommon%2Fcore-impl.h;h=9272e16bb31971b69dad7409076c0ed13b93faa4;hb=79881246746f65474b24ea4fe14151ccef8df3f4;hp=ba380925974abb2d3cc26bdab2f13f2483f09b7e;hpb=3b1dbdc4b4cdbfbdfb558aa53eca064bb97bdb32;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/common/core-impl.h b/dali/internal/common/core-impl.h index ba38092..9272e16 100644 --- a/dali/internal/common/core-impl.h +++ b/dali/internal/common/core-impl.h @@ -44,7 +44,6 @@ class GlSyncAbstraction; class GlContextHelperAbstraction; class UpdateStatus; class RenderStatus; -class RenderSurface; struct Event; struct TouchData; } @@ -120,11 +119,6 @@ public: void RecoverFromContextLoss(); /** - * @copydoc Dali::Integration::Core::SurfaceDeleted(Integration::RenderSurface*) - */ - void SurfaceDeleted( Integration::RenderSurface* surface ); - - /** * @copydoc Dali::Integration::Core::SetMinimumFrameTimeInterval(uint32_t) */ void SetMinimumFrameTimeInterval(uint32_t interval); @@ -137,7 +131,17 @@ public: /** * @copydoc Dali::Integration::Core::Render() */ - void Render( Integration::RenderStatus& status, bool forceClear, bool uploadOnly ); + void PreRender( Integration::RenderStatus& status, bool forceClear, bool uploadOnly ); + + /** + * @copydoc Dali::Integration::Core::RenderScene() + */ + void RenderScene( Integration::Scene& scene, bool renderToFbo ); + + /** + * @copydoc Dali::Integration::Core::Render() + */ + void PostRender( bool uploadOnly ); /** * @copydoc Dali::Integration::Core::SceneCreated()