Home | History | Annotate | Download | only in gl2jni

Lines Matching refs:configs

168                 throw new IllegalArgumentException("No configs match configSpec");
171 /* Allocate then read the array of minimally matching EGL configs
173 EGLConfig[] configs = new EGLConfig[numConfigs];
174 egl.eglChooseConfig(display, s_configAttribs2, configs, numConfigs, num_config);
177 printConfigs(egl, display, configs);
181 return chooseConfig(egl, display, configs);
185 EGLConfig[] configs) {
186 for(EGLConfig config : configs) {
222 EGLConfig[] configs) {
223 int numConfigs = configs.length;
227 printConfig(egl, display, configs[i]);