Home
last modified time | relevance | path

Searched defs:EGL_VG_COLORSPACE_LINEAR (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/opengl/include/EGL/
Degl.h189 #define EGL_VG_COLORSPACE_LINEAR 0x308A /* EGL_VG_COLORSPACE value */ macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java130 public static final int EGL_VG_COLORSPACE_LINEAR = 0x308A; field in EGL14