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

/packages/apps/Camera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java86 * custom config chooser. See ConfigChooser class definition
90 translucent ? new ConfigChooser(8, 8, 8, 8, depth, stencil) :
91 new ConfigChooser(5, 6, 5, 0, depth, stencil));
124 private static class ConfigChooser implements GLSurfaceView.EGLConfigChooser { class in class:MosaicRendererSurfaceView
126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { method in class:MosaicRendererSurfaceView.ConfigChooser

Completed in 4 milliseconds