X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Frender%2Fcommon%2Frender-algorithms.h;h=463981140eb0a872530ad274453b5a5be9a7a608;hb=e4c2363521dceb18183bd7bcdeabe1a17d8cb78b;hp=84d5807a409811d606ab655c95f78842a4b5d350;hpb=5b9a31e2d4c86b3d5da69cd23814ee5c36dae8ae;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 84d5807..4639811 100644 --- a/dali/internal/render/common/render-algorithms.h +++ b/dali/internal/render/common/render-algorithms.h @@ -61,6 +61,7 @@ public: * @param[in] viewport The viewport for drawing * @param[in] rootClippingRect The clipping rectangle * @param[in] orientation The Scene's surface orientation. + * @param[in] sceneSize The Scene's surface size. */ void ProcessRenderInstruction(const SceneGraph::RenderInstruction& instruction, BufferIndex bufferIndex, @@ -69,7 +70,8 @@ public: Vector& boundTextures, const Rect& viewport, const Rect& rootClippingRect, - int orientation); + int orientation, + const Uint16Pair& sceneSize); /** * Resets main command buffer (per scene) @@ -155,6 +157,7 @@ private: * @param[in] viewport The Viewport * @param[in] rootClippingRect The root clipping rectangle * @param[in] orientation The Scene's surface orientation + * @param[in] sceneSize The Scene's surface size. */ inline void ProcessRenderList(const Dali::Internal::SceneGraph::RenderList& renderList, BufferIndex bufferIndex, @@ -166,7 +169,8 @@ private: const Dali::Internal::SceneGraph::RenderInstruction& instruction, // in the case of reflection, things like CullFace need to be adjusted for reflection world const Rect& viewport, const Rect& rootClippingRect, - int orientation); + int orientation, + const Uint16Pair& sceneSize); // Member variables: