Searched refs:isWglExtensionSupported (Results 1 – 1 of 1) sorted by relevance
191 bool isWglExtensionSupported (const char* extName) const;272 bool Library::isWglExtensionSupported (const char* extName) const in isWglExtensionSupported() function in tcu::wgl::Library470 if (core->getLibrary()->isWglExtensionSupported("WGL_ARB_create_context_no_error")) in Context()