Home
last modified time | relevance | path

Searched refs:usePlatformExt (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/egl/
DegluUtil.cpp242 bool usePlatformExt = false; in getDisplay() local
252usePlatformExt = 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
329usePlatformExt = 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
386usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface()
[all …]