Home
last modified time | relevance | path

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

/external/deqp/framework/egl/
DegluUtil.cpp232 bool usePlatformExt = false; in getDisplay() local
240usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in getDisplay()
244 if (usePlatformExt) in getDisplay()
285 bool usePlatformExt = false; in createWindowSurface() local
293usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createWindowSurface()
298 if (usePlatformExt) in createWindowSurface()
326 bool usePlatformExt = false; in createPixmapSurface() local
334usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface()
338 if (usePlatformExt) in createPixmapSurface()