X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;ds=sidebyside;f=dali%2Finternal%2Fgraphics%2Fgles%2Fegl-implementation.h;h=ad890edca593b8557bb0772e60d4f303b0780d8c;hb=0c135e9a6b2daf11a4d9cdcfc94aa53cc7fa8a2a;hp=eac50562d0bb54c92bbe191be4d8b34c7c33c484;hpb=d7f05f34f092ca726c4468c7589c930c756da597;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/internal/graphics/gles/egl-implementation.h b/dali/internal/graphics/gles/egl-implementation.h old mode 100755 new mode 100644 index eac5056..ad890ed --- a/dali/internal/graphics/gles/egl-implementation.h +++ b/dali/internal/graphics/gles/egl-implementation.h @@ -47,12 +47,10 @@ public: * @param[in] multiSamplingLevel The Multi-sampling level required * @param[in] depthBufferRequired Whether the depth buffer is required * @param[in] stencilBufferRequired Whether the stencil buffer is required - * @param[in] partialUpdateAvailable Whether the partial update is available */ EglImplementation( int multiSamplingLevel, Integration::DepthBufferAvailable depthBufferRequired, - Integration::StencilBufferAvailable stencilBufferRequired, - Integration::PartialUpdateAvailable partialUpdateAvailable ); + Integration::StencilBufferAvailable stencilBufferRequired ); /** * Destructor @@ -126,16 +124,6 @@ public: */ virtual void SwapBuffers( EGLSurface& eglSurface ); - /** - * Get current buffer age - */ - virtual int GetBufferAge( EGLSurface& eglSurface ); - - /** - * Set Damaged rect for Partial update - */ - virtual void SetDamagedRect( std::vector damagedRectArray, EGLSurface& eglSurface ); - /** * Performs an OpenGL copy buffers command */ @@ -251,7 +239,6 @@ private: int32_t mMultiSamplingLevel; int32_t mGlesVersion; - std::vector mDamagedRectArray; ColorDepth mColorDepth; @@ -262,12 +249,8 @@ private: bool mStencilBufferRequired; bool mIsSurfacelessContextSupported; bool mIsKhrCreateContextSupported; - uint32_t mSwapBufferCountAfterResume; - bool mIsKhrPartialUpdateSupported; - bool mPartialUpdateAvailable; - PFNEGLSETDAMAGEREGIONKHRPROC mEglSetDamageRegionKHR; - PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC mSwapBuffersWithDamage; + uint32_t mSwapBufferCountAfterResume; }; } // namespace Adaptor