Searched defs:EGL_PBUFFER_BIT (Results 1 – 4 of 4) sorted by relevance
153 #define EGL_PBUFFER_BIT 0x01 macro
89 int EGL_PBUFFER_BIT = 0x01; field
101 #define EGL_PBUFFER_BIT 0x0001 macro
98 public static final int EGL_PBUFFER_BIT = 0x0001; field in EGL14