Home
last modified time | relevance | path

Searched refs:KHR_GL_COLOR_SPACE (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/glwallpaper/
DEglHelper.java83 private static final String KHR_GL_COLOR_SPACE = "EGL_KHR_gl_colorspace"; field in EglHelper
212 if (wcg && checkExtensionCapability(KHR_GL_COLOR_SPACE) && wcgCapability > 0) { in createEglSurface()