Home
last modified time | relevance | path

Searched refs:isWglExtensionSupported (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/platform/win32/
DtcuWGL.cpp191 bool isWglExtensionSupported (const char* extName) const;
272 bool Library::isWglExtensionSupported (const char* extName) const in isWglExtensionSupported() function in tcu::wgl::Library
470 if (core->getLibrary()->isWglExtensionSupported("WGL_ARB_create_context_no_error")) in Context()