public class ConfigChooser
extends java.lang.Object
implements android.opengl.GLSurfaceView.EGLConfigChooser
| Modifier and Type | Class and Description |
|---|---|
static class |
ConfigChooser.ConfigChooserMatcher |
| Constructor and Description |
|---|
ConfigChooser(boolean pMultiSamplingRequested) |
| Modifier and Type | Method and Description |
|---|---|
javax.microedition.khronos.egl.EGLConfig |
chooseConfig(javax.microedition.khronos.egl.EGL10 pEGL,
javax.microedition.khronos.egl.EGLDisplay pEGLDisplay) |
int |
getAlphaSize() |
int |
getBlueSize() |
int |
getDepthSize() |
int |
getGreenSize() |
int |
getRedSize() |
int |
getStencilSize() |
boolean |
isCoverageMultiSampling() |
boolean |
isMultiSampling() |
public boolean isMultiSampling()
public boolean isCoverageMultiSampling()
public int getRedSize()
public int getGreenSize()
public int getBlueSize()
public int getAlphaSize()
public int getDepthSize()
public int getStencilSize()
public javax.microedition.khronos.egl.EGLConfig chooseConfig(javax.microedition.khronos.egl.EGL10 pEGL,
javax.microedition.khronos.egl.EGLDisplay pEGLDisplay)
chooseConfig in interface android.opengl.GLSurfaceView.EGLConfigChooser