X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-core.git;a=blobdiff_plain;f=dali%2Finternal%2Frender%2Frenderers%2Frender-renderer.h;h=6e1a1f7113ccfb3f4b8c972f502b33ff1f7be35c;hp=55bac5730ee442ca9d94f7819e2d500b7f67adc4;hb=0643c768fd100bd7ffb522e3358b88d075bc1d2e;hpb=9822303ce87b5133249686ab49f72d2f354fe932 diff --git a/dali/internal/render/renderers/render-renderer.h b/dali/internal/render/renderers/render-renderer.h old mode 100755 new mode 100644 index 55bac57..6e1a1f7 --- a/dali/internal/render/renderers/render-renderer.h +++ b/dali/internal/render/renderers/render-renderer.h @@ -82,11 +82,11 @@ public: int stencilFunctionMask; ///< The stencil function mask int stencilFunctionReference; ///< The stencil function reference int stencilMask; ///< The stencil mask - RenderMode::Type renderMode:4; ///< The render mode - StencilFunction::Type stencilFunction:4; ///< The stencil function - StencilOperation::Type stencilOperationOnFail:4; ///< The stencil operation for stencil test fail - StencilOperation::Type stencilOperationOnZFail:4; ///< The stencil operation for depth test fail - StencilOperation::Type stencilOperationOnZPass:4; ///< The stencil operation for depth test pass + RenderMode::Type renderMode:3; ///< The render mode + StencilFunction::Type stencilFunction:3; ///< The stencil function + StencilOperation::Type stencilOperationOnFail:3; ///< The stencil operation for stencil test fail + StencilOperation::Type stencilOperationOnZFail:3; ///< The stencil operation for depth test fail + StencilOperation::Type stencilOperationOnZPass:3; ///< The stencil operation for depth test pass }; /** @@ -429,10 +429,10 @@ private: size_t mIndexedDrawFirstElement; ///< Offset of first element to draw size_t mIndexedDrawElementsCount; ///< Number of elements to draw - DepthFunction::Type mDepthFunction:4; ///< The depth function - FaceCullingMode::Type mFaceCullingMode:3; ///< The mode of face culling - DepthWriteMode::Type mDepthWriteMode:3; ///< The depth write mode - DepthTestMode::Type mDepthTestMode:3; ///< The depth test mode + DepthFunction::Type mDepthFunction:3; ///< The depth function + FaceCullingMode::Type mFaceCullingMode:2; ///< The mode of face culling + DepthWriteMode::Type mDepthWriteMode:2; ///< The depth write mode + DepthTestMode::Type mDepthTestMode:2; ///< The depth test mode bool mUpdateAttributesLocation:1; ///< Indicates attribute locations have changed bool mPremultipledAlphaEnabled:1; ///< Flag indicating whether the Pre-multiplied Alpha Blending is required