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()
261 usePlatformExt = false; in getDisplay()
271 else if (usePlatformExt) in getDisplay()
319 bool usePlatformExt = false; in createWindowSurface() local
329 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createWindowSurface()
337 usePlatformExt = false; in createWindowSurface()
347 else if (usePlatformExt) in createWindowSurface()
376 bool usePlatformExt = false; in createPixmapSurface() local
386 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface()
394 usePlatformExt = false; in createPixmapSurface()
404 else if (usePlatformExt) in createPixmapSurface()