Home
last modified time | relevance | path

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

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