Home
last modified time | relevance | path

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

/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java76 public GLtestView(Context context, boolean translucent, int depth, int stencil) { in GLtestView() argument
78 init(translucent, depth, stencil); in GLtestView()
81 private void init(boolean translucent, int depth, int stencil) { in init() argument
88 if (translucent) { in init()
102 setEGLConfigChooser( translucent ? in init()