Searched defs:translucent (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/opengl/tests/gl2_jni/src/com/android/gl2jni/ |
D | GL2JNIView.java | 65 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/ |
D | GLDualGL2View.java | 68 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/ |
D | SurfaceFlinger.cpp | 647 const bool translucent = layer->needsBlending(); in computeVisibleRegions() local
|