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

Method Fail

libs/drape/symbols_texture.cpp:251–262  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

249}
250
251void SymbolsTexture::Fail(ref_ptr<dp::GraphicsContext> context)
252{
253 m_definition.clear();
254 int32_t alphaTexture = 0;
255 Texture::Params p;
256 p.m_allocator = GetDefaultAllocator(context);
257 p.m_format = dp::TextureFormat::RGBA8;
258 p.m_width = 1;
259 p.m_height = 1;
260
261 Create(context, p, make_ref(&alphaTexture));
262}
263} // namespace dp

Callers

nothing calls this directly

Calls 4

GetDefaultAllocatorFunction · 0.85
CreateFunction · 0.85
make_refFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected