TC fail because of tbm surface is not supporting specific color depth 16/69816/11
authordongsug.song <dongsug.song@samsung.com>
Tue, 17 May 2016 02:21:16 +0000 (11:21 +0900)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Thu, 19 May 2016 13:04:52 +0000 (06:04 -0700)
commitb69be782aa1b207c3687664f1bdbadf30884f4cf
tree945221f9d77923f62adb64e3be51c36206f7a9f8
parent3a65f02f2ff62bb3da51807066e4215d4d7f54d0
TC fail because of tbm surface is not supporting specific color depth

 - Add "IsSupportedColorDepth()" method to check which color depth is supported on a specific HW
 - change the API name of "IsSupportedColorDepth()" to "IsColorDepthSupported()"
IsSupportedColorDepth
 - fix Dali server build error

Change-Id: Ie2fb36bca91962a6ecd5c5054daf17ce5efea0f2
Signed-off-by: dongsug.song <dongsug.song@samsung.com>
adaptors/public-api/adaptor-framework/native-image-source.cpp [changed mode: 0644->0755]
adaptors/public-api/adaptor-framework/native-image-source.h [changed mode: 0644->0755]
adaptors/tizen/native-image-source-impl-tizen.cpp [changed mode: 0644->0755]
adaptors/tizen/native-image-source-impl.h [changed mode: 0644->0755]
adaptors/x11/native-image-source-impl-x.cpp [changed mode: 0644->0755]
adaptors/x11/native-image-source-impl.h [changed mode: 0644->0755]