Searched refs:platformExts (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/egl/ |
D | egluUtil.cpp | 239 const vector<string> platformExts = getPlatformExtensions(egl); in getDisplay() local 240 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in getDisplay() 241 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in getDisplay() 292 const vector<string> platformExts = getPlatformExtensions(egl); in createWindowSurface() local 293 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createWindowSurface() 294 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in createWindowSurface() 333 const vector<string> platformExts = getPlatformExtensions(egl); in createPixmapSurface() local 334 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface() 335 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in createPixmapSurface()
|