Searched refs:s_renderAPIs (Results 1 – 1 of 1) sorted by relevance
129 static const EGLenum s_renderAPIs[] = { EGL_OPENGL_API, EGL_OPENGL_ES_API, EGL_OPENVG_API }; in init() local150 for (int ndx = 0; ndx < DE_LENGTH_OF_ARRAY(s_renderAPIs); ndx++) in init()152 if (!isAPISupported(s_renderAPIs[ndx])) in init()154 if (!eglBindAPI(s_renderAPIs[ndx])) in init()