Fallback to GLES 2.0 when num_config is 0 69/204669/7
authorSunghyun kim <scholb.kim@samsung.com>
Thu, 25 Apr 2019 09:54:31 +0000 (18:54 +0900)
committerSunghyun kim <scholb.kim@samsung.com>
Thu, 16 May 2019 02:05:01 +0000 (11:05 +0900)
commitb85ff4310a6b47a925d7ae6997a21aad32df7637
tree988e171786641cf33751f6b214d9d39d11a93950
parent39560fc622a2acc3d8ad6ee596c6b86aa1d589f0
Fallback to GLES 2.0 when num_config is 0

when eglChooseConfig() is successed but num_config is 0, creating context is failed.
it is depends on GPU driver, but we need to protect.

Change-Id: I68484312f2719a5e0c108e8d7a70fbf3d10d70f9
dali/internal/graphics/gles/egl-implementation.cpp