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() 253 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in getDisplay() 328 const vector<string> platformExts = eglu::getClientExtensions(egl); in createWindowSurface() local 329 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createWindowSurface() 330 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in createWindowSurface() 385 const vector<string> platformExts = eglu::getClientExtensions(egl); in createPixmapSurface() local 386 …usePlatformExt = de::contains(platformExts.begin(), platformExts.end(), string("EGL_EXT_platform_b… in createPixmapSurface() 387 …de::contains(platformExts.begin(), platformExts.end(), string(nativeDisplay.getPlatformExtensionNa… in createPixmapSurface()
|