Lines Matching refs:config
52 EGLConfig config;
66 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
67 context = eglCreateContext(display, config, EGL_NO_CONTEXT, NULL);
68 surfaceCache = eglCreatePbufferSurface(display, config, NULL);
112 EGLConfig config;
126 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
127 context = eglCreateContext(display, config, EGL_NO_CONTEXT, NULL);
128 surfaceCache = eglCreatePbufferSurface(display, config, NULL);
172 EGLConfig config;
186 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
187 context = eglCreateContext(display, config, EGL_NO_CONTEXT, NULL);
188 surfaceCache = eglCreatePbufferSurface(display, config, NULL);
232 EGLConfig config;
246 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
247 context = eglCreateContext(display, config, EGL_NO_CONTEXT, NULL);
248 surfaceCache = eglCreatePbufferSurface(display, config, NULL);
292 EGLConfig config;
306 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
307 context = eglCreateContext(display, config, EGL_NO_CONTEXT, NULL);
308 surfaceCache = eglCreatePbufferSurface(display, config, NULL);