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

  /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 29 #define GLES_VERSION 2
144 EGLint attribs[] = { EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION, EGL_NONE };
  /frameworks/base/core/java/android/hardware/camera2/legacy/
SurfaceTextureRenderer.java 58 private static final int GLES_VERSION = 2;
438 EGL14.EGL_CONTEXT_CLIENT_VERSION, GLES_VERSION,

Completed in 962 milliseconds