MCPcopy Create free account
hub / github.com/comaps/comaps / IsSupported

Method IsSupported

libs/drape/gl_extensions_list.cpp:21–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21bool GLExtensionsList::IsSupported(ExtensionName extName) const
22{
23 auto const it = m_supportedMap.find(extName);
24 if (it != m_supportedMap.end())
25 return it->second;
26
27 ASSERT(false, ("Not all used extensions are checked"));
28 return false;
29}
30
31void GLExtensionsList::CheckExtension(ExtensionName enumName, std::string const & extName)
32{

Callers 5

IsMapBufferSupportedFunction · 0.45
RenderSceneMethod · 0.45
PreRender3dLayerMethod · 0.45
Render3dLayerMethod · 0.45
IsSupportedFunction · 0.45

Calls 3

ASSERTFunction · 0.85
findMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected