HomeSort by relevance Sort by last modified time
    Searched full:openglesversion (Results 1 - 8 of 8) sorted by null

  /cts/common/device-side/device-setup/src/com/android/compatibility/common/devicesetup/
DeviceInfoConstants.java 54 public static final String OPEN_GL_ES_VERSION = "openGlEsVersion";
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoConstants.java 31 public static final String OPEN_GL_ES_VERSION = "openGlEsVersion";
DeviceInfoInstrument.java 135 String openGlEsVersion = getOpenGlEsVersion();
136 addResult(OPEN_GL_ES_VERSION, openGlEsVersion);
  /frameworks/base/docs/html/google/play/
filters.jd 238 (<code>openGlEsVersion</code>)</td>
241 android:openGlEsVersion=&quot;int&quot;&gt;</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>
  /frameworks/base/tools/aapt/
Command.cpp 480 FeatureGroup() : openGLESVersion(-1) {}
495 int openGLESVersion;
513 if (grp.openGLESVersion > 0) {
514 printf(" uses-gl-es: '0x%x'\n", grp.openGLESVersion);
568 if (openGLESVersion31 > grp->openGLESVersion) {
569 grp->openGLESVersion = openGLESVersion31;
    [all...]
  /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...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 751 milliseconds