OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:openglesversion
(Results
1 - 5
of
5
) sorted by null
/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java
31
public static final String OPEN_GL_ES_VERSION = "
openGlEsVersion
";
DeviceInfoInstrument.java
130
String
openGlEsVersion
= getOpenGlEsVersion();
131
addResult(OPEN_GL_ES_VERSION,
openGlEsVersion
);
/frameworks/base/docs/html/google/play/
filters.jd
238
(<code>
openGlEsVersion
</code>)</td>
241
android:
openGlEsVersion
="int"></code> attribute.</p>
244
requests multiple OpenGL-ES versions by specifying <code>
openGlEsVersion
</code> multiple times in the
255
supports only OpenGL-ES 1.0. Google Play will only show the user apps that do not specify <code>
openGlEsVersion
</code>, or apps that do not specify an OpenGL-ES version higher than 1.0. </p>
257
</strong>The manifest does not specify <code>
openGlEsVersion
</code>. <strong>Result</strong>: Google Play will show the app to all users, unless other filters apply. </p>
/cts/tools/tradefed-host/res/report/
cts_result.xsd
77
<xs:attribute name="
openGlEsVersion
" type="xs:string"/>
cts_result.xsl
220
<xsl:value-of select="TestResult/DeviceInfo/BuildInfo/@
openGlEsVersion
"/>
[
all
...]
Completed in 828 milliseconds