Searched defs:configs (Results 1 - 2 of 2) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java159 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
175 chooseConfig(EGL10 egl, EGLDisplay display, EGLConfig[] configs) argument
212 printConfigs(EGL10 egl, EGLDisplay display, EGLConfig[] configs) argument
[all...]
/packages/apps/Settings/src/com/android/settings/drawable/
H A DDrawableWrapper.java54 public void setChangingConfigurations(int configs) { argument
55 mDrawable.setChangingConfigurations(configs);

Completed in 1047 milliseconds