X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=automated-tests%2Fsrc%2Fdali%2Fdali-test-suite-utils%2Ftest-application.cpp;h=a247f7dfe28897490d306cc4cc328fd7c49fb7e5;hb=5273729f378b095959406a31664af3bab60fb385;hp=54a69bbb65a715936918f277c8c30013489aab86;hpb=cc17e51c101f23c848fa2348f6097473fff41f33;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/automated-tests/src/dali/dali-test-suite-utils/test-application.cpp b/automated-tests/src/dali/dali-test-suite-utils/test-application.cpp index 54a69bb..a247f7d 100644 --- a/automated-tests/src/dali/dali-test-suite-utils/test-application.cpp +++ b/automated-tests/src/dali/dali-test-suite-utils/test-application.cpp @@ -68,7 +68,9 @@ void TestApplication::Initialize() mGlSyncAbstraction, mGestureManager, mDataRetentionPolicy, - false ); + Integration::RenderToFrameBuffer::FALSE, + Integration::DepthBufferAvailable::TRUE, + Integration::StencilBufferAvailable::TRUE ); mCore->ContextCreated(); mCore->SurfaceResized( mSurfaceWidth, mSurfaceHeight );