wl_egl: change the management of buffer status
struct buffer_status_info
- This replaces status_to_string and is a structure that has the
maximum expected time to reach each status.
_update_buffer_status
- Called when changing the status of each buffer, it measures the
time taken to reach the requested status and prints out error logs
if it is greater than expected.
Newly added status
- CREATED and CANCELED have been added to further refine the status
of the buffer.
Change-Id: I3e7daaafe7472cf1ff85c5b134e196644e723e39
Signed-off-by: Joonbum Ko <joonbum.ko@samsung.com>