Home
last modified time | relevance | path

Searched refs:CONFIG_ATTRIBUTES (Results 1 – 1 of 1) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java140 private static final int[] CONFIG_ATTRIBUTES = field in MosaicRendererSurfaceView.ConfigChooser
154 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, null, 0, numConfig); in chooseConfig()
165 egl.eglChooseConfig(display, CONFIG_ATTRIBUTES, configs, numConfigs, numConfig); in chooseConfig()