Lines Matching full:surfacebits
59 static bool surfaceBits (const eglu::CandidateConfig& c)
199 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
554 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
627 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
669 bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surfaceBits<EGL_WINDOW_BIT>);
844 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
938 bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surfaceBits<EGL_PBUFFER_BIT>);
1095 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
1180 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>))
1214 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_MULTISAMPLE_RESOLVE_BOX_BIT>))
1245 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_SWAP_BEHAVIOR_PRESERVED_BIT>))
1339 bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surfaceBits<EGL_WINDOW_BIT>);