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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
H A DMosaicRendererSurfaceView.java51 int depth, int stencil) {
53 initialize(context, translucent, depth, stencil);
56 private void initialize(Context context, boolean translucent, int depth, int stencil) { argument
58 init(translucent, depth, stencil);
68 private void init(boolean translucent, int depth, int stencil) { argument
90 translucent ? new ConfigChooser(8, 8, 8, 8, depth, stencil) :
91 new ConfigChooser(5, 6, 5, 0, depth, stencil));
126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { argument
132 mStencilSize = stencil;
50 MosaicRendererSurfaceView(Context context, boolean translucent, int depth, int stencil) argument

Completed in 10 milliseconds