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

Method InitStream

libs/drape/attribute_provider.cpp:74–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72}
73
74void AttributeProvider::InitStream(uint8_t streamIndex, BindingInfo const & bindingInfo, ref_ptr<void> data)
75{
76 ASSERT_LESS(streamIndex, GetStreamCount(), ());
77 AttributeStream s;
78 s.m_binding = bindingInfo;
79 s.m_data = data;
80 m_streams[streamIndex] = s;
81 INIT_STREAM(streamIndex);
82}
83
84void AttributeProvider::Reset(uint32_t vertexCount)
85{

Callers 15

RunTestMethod · 0.80
UNIT_TESTFunction · 0.80
UNIT_TESTFunction · 0.80
CacheUserMarksFunction · 0.80
InitMethod · 0.80
DrawMethod · 0.80
DrawPathTextPlainMethod · 0.80
DrawPathTextOutlinedMethod · 0.80
GenerateLineCapsFunction · 0.80

Calls

no outgoing calls

Tested by 3

RunTestMethod · 0.64
UNIT_TESTFunction · 0.64
UNIT_TESTFunction · 0.64