Searched refs:EGL_PBUFFER_BIT (Results 1 – 7 of 7) sorted by relevance
105 if (!(surfaceType & EGL_PBUFFER_BIT)) continue; in initConfigList()179 attrib_p[1] = EGL_PBUFFER_BIT; //replace whatever was there before in chooseConfig()190 *(attrib_p++) = EGL_PBUFFER_BIT; in chooseConfig()
36 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT, in getGLES2ExtensionString()181 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | EGL_PBUFFER_BIT, in initialize()
147 #define EGL_PBUFFER_BIT 0x0001 /* EGL_SURFACE_TYPE mask bits */ macro
51 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT; in pixelFormatToConfig()
139 if(tmp & GLX_PBUFFER_BIT) supportedSurfaces |= EGL_PBUFFER_BIT; in pixelFormatToConfig()
369 if(pbuffer) supportedSurfaces |= EGL_PBUFFER_BIT; in pixelFormatToConfig()
506 if(!(cfg->surfaceType() & EGL_PBUFFER_BIT)) { in eglCreatePbufferSurface()