X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git;a=blobdiff_plain;f=dali%2Finternal%2Fgraphics%2Fgles%2Fegl-implementation.h;h=c0cf433ddb706a3dac88eafc2bd896e55512f340;hp=12dcbac466020bb1d47b405aa9fe0222e7afbe90;hb=573600ba751204639c5ee68a528f2b72acf8385c;hpb=6ca7dbaddcb7e68e587cb649b9df3681dddf13a8 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 12dcbac..c0cf433 --- a/dali/internal/graphics/gles/egl-implementation.h +++ b/dali/internal/graphics/gles/egl-implementation.h @@ -48,12 +48,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 @@ -127,16 +125,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 */ @@ -252,7 +240,6 @@ private: int32_t mMultiSamplingLevel; int32_t mGlesVersion; - std::vector mDamagedRectArray; ColorDepth mColorDepth; @@ -263,12 +250,8 @@ private: bool mStencilBufferRequired; bool mIsSurfacelessContextSupported; bool mIsKhrCreateContextSupported; - bool mIsFirstFrameAfterResume; - bool mIsKhrPartialUpdateSupported; - bool mPartialUpdateAvailable; - PFNEGLSETDAMAGEREGIONKHRPROC mEglSetDamageRegionKHR; - PFNEGLSWAPBUFFERSWITHDAMAGEEXTPROC mSwapBuffersWithDamage; + bool mIsFirstFrameAfterResume; }; } // namespace Adaptor