X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Frendering%2Ftexture-impl.cpp;h=c0f658c9717358df7f10818524694504dff993fc;hb=2b10280985738c74efa2aa0fb956a837c69acee6;hp=704ab4015128e23e010a2213dab6498452e84671;hpb=6a1344d8b5d192ea54b7f9912357a627514b0dec;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/rendering/texture-impl.cpp b/dali/internal/event/rendering/texture-impl.cpp index 704ab40..c0f658c 100644 --- a/dali/internal/event/rendering/texture-impl.cpp +++ b/dali/internal/event/rendering/texture-impl.cpp @@ -108,14 +108,14 @@ bool NewTexture::Upload( PixelDataPtr pixelData, { if( mNativeImage ) { - DALI_LOG_ERROR( "OpenGL ES does not support uploading data to native texture"); + DALI_LOG_ERROR( "OpenGL ES does not support uploading data to native texture\n"); } else { unsigned int pixelDataSize = pixelData->GetWidth()*pixelData->GetHeight(); if( pixelData->GetBuffer() == NULL || pixelDataSize == 0 ) { - DALI_LOG_ERROR( "PixelData is empty"); + DALI_LOG_ERROR( "PixelData is empty\n"); } else { @@ -124,12 +124,12 @@ bool NewTexture::Upload( PixelDataPtr pixelData, { if( pixelDataSize < width * height ) { - DALI_LOG_ERROR( "PixelData of an incorrect size when trying to update texture"); + DALI_LOG_ERROR( "PixelData of an incorrect size when trying to update texture\n"); } else if( ( xOffset + width > ( mWidth / (1< ( mHeight / (1<