Searched refs:reqGlEsVersion (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/pm/
H A DConfigurationInfo.java74 * Default value for {@link #reqGlEsVersion};
81 public int reqGlEsVersion; field in class:ConfigurationInfo
91 reqGlEsVersion = orig.reqGlEsVersion;
101 + " reqGlEsVersion = " + reqGlEsVersion + "}";
113 dest.writeInt(reqGlEsVersion);
131 reqGlEsVersion = source.readInt();
136 * and returns it as a string. Say reqGlEsVersion value of 0x00010002 is returned
138 * @return String representation of the reqGlEsVersion attribut
[all...]
H A DFeatureInfo.java32 * in {@link #reqGlEsVersion}.
37 * Default value for {@link #reqGlEsVersion};
46 public int reqGlEsVersion; field in class:FeatureInfo
63 reqGlEsVersion = orig.reqGlEsVersion;
86 dest.writeInt(reqGlEsVersion);
102 reqGlEsVersion = source.readInt();
108 * and returns it as a string. Say reqGlEsVersion value of 0x00010002 is returned
110 * @return String representation of the reqGlEsVersion attribute
113 int major = ((reqGlEsVersion
[all...]
H A DPackageParser.java893 fi.reqGlEsVersion = sa.getInt(
910 cPref.reqGlEsVersion = fi.reqGlEsVersion;
/frameworks/base/cmds/pm/src/com/android/commands/pm/
H A DPm.java296 else System.out.println("reqGlEsVersion=0x"
297 + Integer.toHexString(fi.reqGlEsVersion));
/frameworks/base/services/java/com/android/server/
H A DPackageManagerService.java1657 fi.reqGlEsVersion = SystemProperties.getInt("ro.opengles.version",
/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java11327 config.reqGlEsVersion = GL_ES_VERSION;

Completed in 1268 milliseconds