Lines Matching refs:usePlatformExt
242 bool usePlatformExt = false; in getDisplay() local
252 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in getDisplay()
262 usePlatformExt = false; in getDisplay()
272 else if (usePlatformExt) in getDisplay()
320 bool usePlatformExt = false; in createWindowSurface() local
330 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createWindowSurface()
339 usePlatformExt = false; in createWindowSurface()
349 else if (usePlatformExt) in createWindowSurface()
378 bool usePlatformExt = false; in createPixmapSurface() local
388 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface()
397 usePlatformExt = false; in createPixmapSurface()
407 else if (usePlatformExt) in createPixmapSurface()