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

Function CastFactory

android/sdk/src/main/cpp/app/organicmaps/sdk/Framework.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101jobject g_placePageActivationListener = nullptr;
102
103android::AndroidVulkanContextFactory * CastFactory(drape_ptr<dp::GraphicsContextFactory> const & f)
104{
105 return dynamic_cast<android::AndroidVulkanContextFactory *>(f.get());
106}
107} // namespace
108
109namespace android

Callers 4

ResizeMethod · 0.85
DetachSurfaceMethod · 0.85
AttachSurfaceMethod · 0.85

Calls 1

getMethod · 0.65

Tested by

no test coverage detected