Home | History | Annotate | Download | only in panorama

Lines Matching refs:configs

159                 throw new IllegalArgumentException("No configs match configSpec");
162 /* Allocate then read the array of minimally matching EGL configs
164 EGLConfig[] configs = new EGLConfig[numConfigs];
165 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, configs, numConfigs, numConfig);
168 printConfigs(egl, display, configs);
172 return chooseConfig(egl, display, configs);
176 EGLConfig[] configs) {
177 for (EGLConfig config : configs) {
213 EGLConfig[] configs) {
214 int numConfigs = configs.length;
218 printConfig(egl, display, configs[i]);