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

Method GetBuffer

libs/drape/data_buffer.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{}
12
13ref_ptr<DataBufferBase> DataBuffer::GetBuffer() const
14{
15 ASSERT(m_impl != nullptr, ());
16 return make_ref(m_impl);
17}
18
19void DataBuffer::MoveToGPU(ref_ptr<GraphicsContext> context, GPUBuffer::Target target, uint64_t batcherHash)
20{

Callers 15

~MetadataTagProcessorMethod · 0.45
operator()Method · 0.45
UNIT_CLASS_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
UNIT_TESTFunction · 0.45
ChangeBufferMethod · 0.45
FinalizeBucketMethod · 0.45
FlushMethod · 0.45
InsertPrimitivesMethod · 0.45
DataBufferMapperMethod · 0.45
~DataBufferMapperMethod · 0.45
UpdateDataMethod · 0.45

Calls 2

ASSERTFunction · 0.85
make_refFunction · 0.85

Tested by 4

UNIT_CLASS_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36
UNIT_TESTFunction · 0.36