Lines Matching defs:config
278 EGLConfig config;285 eglChooseConfig(display, attribs, &config, 1, &numConfigs);286 surface = eglCreateWindowSurface(display, config, s.get(), NULL);287 context = eglCreateContext(display, config, NULL, NULL);