Home | History | Annotate | Download | only in view

Lines Matching refs:translucent

495      * @param translucent True if the surface is translucent, false otherwise
499 static HardwareRenderer createGlRenderer(int glVersion, boolean translucent) {
502 return Gl20Renderer.create(translucent);
643 GlRenderer(int glVersion, boolean translucent) {
645 mTranslucent = translucent;
1364 Gl20Renderer(boolean translucent) {
1365 super(2, translucent);
1529 static HardwareRenderer create(boolean translucent) {
1531 return new Gl20Renderer(translucent);