Lines Matching refs:getConfig
295 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
303 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
311 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
322 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENG… in init()
330 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
341 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init()
349 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
357 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
372 if (getConfig(¬ES1Config, FilterList() << notRenderable<EGL_OPENGL_ES_BIT>)) in init()
387 if (getConfig(¬ES2Config, FilterList() << notRenderable<EGL_OPENGL_ES2_BIT>)) in init()
402 if (getConfig(&glConfig, FilterList() << renderable<EGL_OPENGL_BIT>)) in init()
413 if (getConfig(&vgConfig, FilterList() << renderable<EGL_OPENVG_BIT>)) in init()
426 gotConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || in init()
427 getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT>); in init()
539 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
553 if (getConfig(&noPbufferConfig, FilterList() << notSurfaceBits<EGL_PBUFFER_BIT>)) in init()
564 if (getConfig(&noEsConfig, FilterList() << notRenderable<EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT>)) in init()
579 bool gotEsConfig = getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT>) || in init()
580 getConfig(&esConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT>); in init()
595 …if (getConfig(&vgNoPreConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_VG_… in init()
602 …if (getConfig(&vgNoLinearConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notSurfaceBits<EGL_… in init()
612 if (getConfig(&genericConfig, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
654 if (getConfig(&pixmapConfig, FilterList() << surfaceBits<EGL_PIXMAP_BIT>)) in init()
763 bool hasConfig = getConfig(&config, FilterList()); in init()
846 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
857 if (getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT>)) in init()
940 …bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surfaceBits… in init()
1010 bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT>); in init()
1097 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
1182 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
1216 …if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_MULTISAM… in init()
1247 …if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT> << notSurfaceBits<EGL_SWAP_BEH… in init()
1341 …bool gotConfig = getConfig(&config, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << surface… in init()