Searched defs:EGL_NONE (Results 1 – 4 of 4) sorted by relevance
146 #define EGL_NONE 0x3038 macro
119 #define EGL_NONE 0x3038 /* Attrib list terminator */ macro
59 int EGL_NONE = 0x3038; field
77 public static final int EGL_NONE = 0x3038; field in EGL14