Searched refs:matchedConfigs (Results 1 – 1 of 1) sorted by relevance
167 EGLConfig *matchedConfigs = new EGLConfig[nConfigs]; in chooseConfig() local205 if (!s_egl.eglChooseConfig(dpy, newAttribs, matchedConfigs, nConfigs, &nConfigs)) { in chooseConfig()218 s_egl.eglGetConfigAttrib(dpy, matchedConfigs[matchedIdx], EGL_CONFIG_ID, &sCfgId); in chooseConfig()232 delete[] matchedConfigs; in chooseConfig()