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

Method Create

libs/drape/hw_texture.cpp:102–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100}
101
102void HWTexture::Create(ref_ptr<dp::GraphicsContext> context, Params const & params)
103{
104 Create(context, params, nullptr);
105}
106
107void HWTexture::Create(ref_ptr<dp::GraphicsContext>, Params const & params, ref_ptr<void>)
108{

Callers

nothing calls this directly

Calls 9

CreateFunction · 0.85
GetBytesPerPixelFunction · 0.85
UnpackFormatFunction · 0.85
DecodeTextureFilterFunction · 0.85
DecodeTextureWrappingFunction · 0.85
AddAllocatedMethod · 0.80
SetUsedMethod · 0.80
getMethod · 0.65
GetApiVersionMethod · 0.45

Tested by

no test coverage detected