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