Searched defs:EGL_PIXMAP_BIT (Results 1 – 4 of 4) sorted by relevance
154 #define EGL_PIXMAP_BIT 0x02 macro
90 int EGL_PIXMAP_BIT = 0x02; field
102 #define EGL_PIXMAP_BIT 0x0002 macro
99 public static final int EGL_PIXMAP_BIT = 0x0002; field in EGL14