Make MASK_CANCELLED loadstate + minor log info 45/282345/2
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 30 Sep 2022 04:41:51 +0000 (13:41 +0900)
committerEunki Hong <eunkiki.hong@samsung.com>
Fri, 30 Sep 2022 13:22:55 +0000 (13:22 +0000)
commitdf48fc1b49f6e01aa6c9980dcca69b816746e127
treeeeebc438897ae6013e6419c7e231a0fc31c0663c
parente43da21c5d0e057ed069d413c5812c2689f831e8
Make MASK_CANCELLED loadstate + minor log info

When we remove the image during ApplyMask job,
the loadstate become "CANCELLED".
And, if we re-load the same image,
the loadstate revived as "LOADING".

Without MASK_CANCELLED state, that image will send
ApplyMask one more times.
That mean, alpha mask applied double times.

This patch seperate the cancelled situation
so we can revive the loadstate well.

+

Add some more informations for log

Change-Id: I055bb9807d2c1afe7192daa29aca08cd47910968
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
automated-tests/src/dali-toolkit/utc-Dali-ImageView.cpp
dali-toolkit/internal/texture-manager/texture-cache-manager.cpp
dali-toolkit/internal/texture-manager/texture-manager-impl.cpp
dali-toolkit/internal/texture-manager/texture-manager-type.h