Searched refs:platformExts (Results 1 – 1 of 1) sorted by relevance
/external/deqp/framework/egl/ |
D | egluUtil.cpp | 251 const vector<string> platformExts = eglu::getClientExtensions(egl); in getDisplay() local 252 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in getDisplay() 254 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in getDisplay() 329 const vector<string> platformExts = eglu::getClientExtensions(egl); in createWindowSurface() local 330 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createWindowSurface() 332 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in createWindowSurface() 387 const vector<string> platformExts = eglu::getClientExtensions(egl); in createPixmapSurface() local 388 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface() 390 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in createPixmapSurface()
|