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