Make GlView RGB format change as BGR when we use tbm_queue 26/316226/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 16 Aug 2024 05:06:35 +0000 (14:06 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 16 Aug 2024 05:06:35 +0000 (14:06 +0900)
commitc9351e9fd8fdea1314a7409c0c1c858f3af2c74d
tree29bc07e74a94b31201a6ab6fbf1ede88df200880
parentedcfcf355374cf81b682daf3c4a1a8e4512cf424
Make GlView RGB format change as BGR when we use tbm_queue

Until now, NativeImageSourceQueue's RGBA8888 color format works as
BGRA8888 internally.

We need to fix the name. So let we keep previous behavior until now.

Change-Id: Iedc51eca7d808788413ad22b62091e0ba24e57ae
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/controls/gl-view/gl-view-impl.cpp