Searched refs:matchedConfigs (Results 1 – 1 of 1) sorted by relevance
168 EGLConfig *matchedConfigs = new EGLConfig[nConfigs]; in chooseConfig() local206 s_egl.eglChooseConfig(dpy, newAttribs, matchedConfigs, nConfigs, &nConfigs); in chooseConfig()217 s_egl.eglGetConfigAttrib(dpy, matchedConfigs[matchedIdx], EGL_CONFIG_ID, &sCfgId); in chooseConfig()231 delete[] matchedConfigs; in chooseConfig()