If EGL_KHR context is not supported on some system,
current test case should always fail.
To resolve the problem, this commit pass the case
once EGL_KHR is not supoorted on the running system.
Change-Id: Id45bd10ba56fe9a331e4ab9f412d7a7d4f667074
if (!strstr(ext_str, "EGL_KHR_create_context"))
{
printf("Not supported (EGL_KHR_create_context)");
+ return;
}
Evas_GL_Context_Version version = EVAS_GL_GLES_2_X | EVAS_GL_DEBUG;
if (!strstr(ext_str, "EGL_KHR_create_context"))
{
printf("Not supported (EGL_KHR_create_context)");
+ return;
}
Evas_GL_Context_Version version = EVAS_GL_DEBUG;