Home
last modified time | relevance | path

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

/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/
DGL2JNIView.java65 public GL2JNIView(Context context, boolean translucent, int depth, int stencil) { in GL2JNIView()
70 private void init(boolean translucent, int depth, int stencil) { in init()
/frameworks/base/opengl/tests/gldual/src/com/android/gldual/
DGLDualGL2View.java68 public GLDualGL2View(Context context, boolean translucent, int depth, int stencil) { in GLDualGL2View()
73 private void init(boolean translucent, int depth, int stencil) { in init()
/frameworks/base/services/surfaceflinger/
DSurfaceFlinger.cpp647 const bool translucent = layer->needsBlending(); in computeVisibleRegions() local