Lines Matching defs:config
299 EGLConfig config;306 eglChooseConfig(display, attribs, &config, 1, &numConfigs);307 surface = eglCreateWindowSurface(display, config, s.get(), NULL);308 context = eglCreateContext(display, config, NULL, NULL);