Searched refs:allConfigs (Results 1 – 1 of 1) sorted by relevance
131 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseConfigs() local134 for (vector<EGLConfig>::const_iterator cfg = allConfigs.begin(); cfg != allConfigs.end(); ++cfg) in chooseConfigs()145 const vector<EGLConfig> allConfigs (getConfigs(egl, display)); in chooseSingleConfig() local147 for (vector<EGLConfig>::const_iterator cfg = allConfigs.begin(); cfg != allConfigs.end(); ++cfg) in chooseSingleConfig()