Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/platform/win32/
H A DtcuWGL.cpp203 bool isWglExtensionSupported (const char* extName) const;
287 bool Library::isWglExtensionSupported (const char* extName) const in isWglExtensionSupported() function in tcu::wgl::Library
381 if (getLibrary()->isWglExtensionSupported("WGL_EXT_colorspace")) in getPixelFormatInfo()
414 info.sRGB = (getLibrary()->isWglExtensionSupported("WGL_EXT_colorspace")) ? (values[WGL_COLORSPACE_EXT] == WGL_COLORSPACE_SRGB_EXT) : false; in getPixelFormatInfo()
489 if (core->getLibrary()->isWglExtensionSupported("WGL_ARB_create_context_no_error")) in Context()
548 if (core->getLibrary()->isWglExtensionSupported("WGL_EXT_swap_control")) in Context()

Completed in 2 milliseconds