Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/panorama/
DMosaicRendererSurfaceView.java51 int depth, int stencil) { in MosaicRendererSurfaceView()
56 private void initialize(Context context, boolean translucent, int depth, int stencil) { in initialize()
68 private void init(boolean translucent, int depth, int stencil) { in init()
126 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()