X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-algorithms.h;h=30c8041529904d38123129228b5fd9389e2c05bb;hb=ce74fc2afd318859452610424a04a8781e2a982a;hp=98c219bf511a5135292589d60320aa1e56a89116;hpb=fa00680bb4d86d2b301e82864bc81246579d9922;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/render/common/render-algorithms.h b/dali/internal/render/common/render-algorithms.h index 98c219b..30c8041 100644 --- a/dali/internal/render/common/render-algorithms.h +++ b/dali/internal/render/common/render-algorithms.h @@ -65,8 +65,7 @@ class RenderAlgorithms BufferIndex bufferIndex, Integration::DepthBufferAvailable depthBufferAvailable, Integration::StencilBufferAvailable stencilBufferAvailable, - Vector& boundTextures, - int orientation); + Vector& boundTextures ); private: @@ -89,7 +88,7 @@ class RenderAlgorithms * @param[in] item The current RenderItem (about to be rendered) * @param[in] context The current Context */ - inline void SetupScissorClipping( const Dali::Internal::SceneGraph::RenderItem& item, Context& context, int orientation ); + inline void SetupScissorClipping( const Dali::Internal::SceneGraph::RenderItem& item, Context& context ); /** * @brief Set up the clipping based on the specified clipping settings. @@ -105,8 +104,7 @@ class RenderAlgorithms bool& usedStencilBuffer, uint32_t& lastClippingDepth, uint32_t& lastClippingId, - Integration::StencilBufferAvailable stencilBufferAvailable, - int orientation ); + Integration::StencilBufferAvailable stencilBufferAvailable ); /** * @brief Process a render-list. @@ -126,8 +124,7 @@ class RenderAlgorithms const Matrix& projectionMatrix, Integration::DepthBufferAvailable depthBufferAvailable, Integration::StencilBufferAvailable stencilBufferAvailable, - Vector& boundTextures, - int orientation ); + Vector& boundTextures ); // Prevent copying: RenderAlgorithms( RenderAlgorithms& rhs );