Home | History | Annotate | Download | only in panorama

Lines Matching refs:translucent

50     public MosaicRendererSurfaceView(Context context, boolean translucent,
53 initialize(context, translucent, depth, stencil);
56 private void initialize(Context context, boolean translucent, int depth, int stencil) {
58 init(translucent, depth, stencil);
68 private void init(boolean translucent, int depth, int stencil) {
71 * If we want a translucent one, we should change the surface's
72 * format here, using PixelFormat.TRANSLUCENT for GL Surfaces
75 if (translucent) {
76 this.getHolder().setFormat(PixelFormat.TRANSLUCENT);
90 translucent ? new ConfigChooser(8, 8, 8, 8, depth, stencil) :