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

Method GetResourcesUploadContext

libs/drape/graphics_context_factory.cpp:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21GraphicsContext * ThreadSafeFactory::GetResourcesUploadContext()
22{
23 return CreateContext([this]() { return m_factory->GetResourcesUploadContext(); },
24 [this]() { return m_factory->IsDrawContextCreated(); });
25}
26
27GraphicsContext * ThreadSafeFactory::CreateContext(TCreateCtxFn const & createFn, TIsSeparateCreatedFn const & checkFn)
28{

Callers 3

ReleaseResourcesMethod · 0.45
OnContextCreateMethod · 0.45
CheckRenderingEnabledMethod · 0.45

Calls 1

IsDrawContextCreatedMethod · 0.45

Tested by

no test coverage detected