Searched refs:supportedConfigs (Results 1 – 2 of 2) sorted by relevance
218 std::unique_ptr<EGLConfig[]> supportedConfigs(new EGLConfig[numConfigs]); in initRenderer() local219 eglChooseConfig(display, attribs, supportedConfigs.get(), numConfigs, &numConfigs); in initRenderer()225 *std::find_if(supportedConfigs.get(), supportedConfigs.get() + numConfigs, in initRenderer()
259 Config[] supportedConfigs = new Config[] { in testCopyConfigs() local262 for (Config src : supportedConfigs) { in testCopyConfigs()263 for (Config dst : supportedConfigs) { in testCopyConfigs()