Home | History | Annotate | Download | only in globaltime

Lines Matching defs:configs

283             EGLConfig[] configs = new EGLConfig[1];
285 egl.eglChooseConfig(dpy, configSpec, configs, 1, num_config);
286 mEGLConfig = configs[0];