Lines Matching refs:getLibrary
381 if (getLibrary()->isWglExtensionSupported("WGL_EXT_colorspace"))
414 info.sRGB = (getLibrary()->isWglExtensionSupported("WGL_EXT_colorspace")) ? (values[WGL_COLORSPACE_EXT] == WGL_COLORSPACE_SRGB_EXT) : false;
431 const Functions& wgl = core->getLibrary()->getFunctions();
489 if (core->getLibrary()->isWglExtensionSupported("WGL_ARB_create_context_no_error"))
548 if (core->getLibrary()->isWglExtensionSupported("WGL_EXT_swap_control"))
549 core->getLibrary()->getFunctions().swapIntervalEXT(0);
554 const Functions& wgl = m_core->getLibrary()->getFunctions();
565 ptr = (FunctionPtr)m_core->getLibrary()->getFunctions().getProcAddress(name);
569 ptr = (FunctionPtr)m_core->getLibrary()->getGLLibrary().getFunction(name);
576 const Functions& wgl = m_core->getLibrary()->getFunctions();
583 const Functions& wgl = m_core->getLibrary()->getFunctions();