Home
last modified time | relevance | path

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

/frameworks/native/opengl/include/EGL/
Degl.h175 #define EGL_VG_COLORSPACE 0x3087 macro
/frameworks/base/opengl/java/android/opengl/
DEGL14.java120 public static final int EGL_VG_COLORSPACE = 0x3087; field in EGL14