X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fcommon%2Fcore-impl.h;h=4f137a5cebb289148d36ad260e5e4457ecebb064;hb=6a67e0230482527fba6fba6950e57b7afbc1ac5c;hp=f596ae9baa22f881e909de92a381db54bce5207b;hpb=fe72bce0e4e3b42e29765b1fb1b4e2c62e11410e;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/common/core-impl.h b/dali/internal/common/core-impl.h index f596ae9..4f137a5 100644 --- a/dali/internal/common/core-impl.h +++ b/dali/internal/common/core-impl.h @@ -41,6 +41,7 @@ class RenderController; class PlatformAbstraction; class GlAbstraction; class GlSyncAbstraction; +class GlContextHelperAbstraction; class UpdateStatus; class RenderStatus; class RenderSurface; @@ -83,6 +84,7 @@ public: Integration::PlatformAbstraction& platform, Integration::GlAbstraction& glAbstraction, Integration::GlSyncAbstraction& glSyncAbstraction, + Integration::GlContextHelperAbstraction& glContextHelperAbstraction, ResourcePolicy::DataRetention dataRetentionPolicy, Integration::RenderToFrameBuffer renderToFboEnabled, Integration::DepthBufferAvailable depthBufferAvailable, @@ -119,9 +121,9 @@ public: void RecoverFromContextLoss(); /** - * @copydoc Dali::Integration::Core::SurfaceResized(Integration::RenderSurface*) + * @copydoc Dali::Integration::Core::SurfaceDeleted(Integration::RenderSurface*) */ - void SurfaceResized( Integration::RenderSurface* surface ); + void SurfaceDeleted( Integration::RenderSurface* surface ); /** * @copydoc Dali::Integration::Core::SetMinimumFrameTimeInterval(uint32_t) @@ -136,7 +138,7 @@ public: /** * @copydoc Dali::Integration::Core::Render() */ - void Render( Integration::RenderStatus& status, bool forceClear ); + void Render( Integration::RenderStatus& status, bool forceClear, bool uploadOnly ); /** * @copydoc Dali::Integration::Core::SceneCreated()