public class AAConfigChooser
extends java.lang.Object
| Constructor and Description |
|---|
AAConfigChooser(GLSurfaceView view)
Creates a new EGLConfigChooser that supports anti-aliasing.
|
AAConfigChooser(GLSurfaceView view,
boolean withAlpha)
Creates a new EGLConfigChooser that supports anti-aliasing with optional
alpha for the framebuffer.
|
| Modifier and Type | Method and Description |
|---|---|
EGLConfig |
chooseConfig(EGL10 egl,
EGLDisplay display) |
public AAConfigChooser(GLSurfaceView view)
view - the GLSurfaceViewpublic AAConfigChooser(GLSurfaceView view,
boolean withAlpha)
view - the GLSurfaceViewwithAlpha - alpha channel (for transparent framebuffers)?