Fields Summary |
---|
public String | nameThe name of this feature, for example "android.hardware.camera". If
this is null, then this is an OpenGL ES version feature as described
in {@link #reqGlEsVersion}. |
public static final int | GL_ES_VERSION_UNDEFINEDDefault value for {@link #reqGlEsVersion}; |
public int | reqGlEsVersionThe GLES version used by an application. The upper order 16 bits represent the
major version and the lower order 16 bits the minor version. Only valid
if {@link #name} is null. |
public static final int | FLAG_REQUIREDSet on {@link #flags} if this feature has been required by the application. |
public int | flagsAdditional flags. May be zero or more of {@link #FLAG_REQUIRED}. |
public static final Creator | CREATOR |