HomeSort by relevance Sort by last modified time
    Searched refs:GLES_VERSION (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/content/pm/
FeatureInfo.java 124 proto.write(FeatureInfoProto.GLES_VERSION, getGlEsVersion());
  /development/apps/Development/src/com/android/development/
AppHwPref.java 57 private static final int GLES_VERSION = BASE + 4;
89 displayTextView(R.id.attr_gles_version, appHwPref, GLES_VERSION);
145 case GLES_VERSION:
  /frameworks/base/libs/hwui/renderthread/
EglManager.cpp 41 #define GLES_VERSION 2
255 contextAttributes.push_back(GLES_VERSION);
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 58 private static final int GLES_VERSION = 2;
446 EGL14.EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION,
    [all...]

Completed in 127 milliseconds