Searched refs:platformExt (Results 1 – 1 of 1) sorted by relevance
57 void checkEGLPlatformSupport (const Library& egl, const char* platformExt) in checkEGLPlatformSupport() argument61 if (!de::contains(extensions.begin(), extensions.end(), platformExt)) in checkEGLPlatformSupport()62 …throw tcu::NotSupportedError((std::string("Platform extension '") + platformExt + "' not supported… in checkEGLPlatformSupport()