Searched refs:_Channels (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp389 for (int i = 0; i < _Channels.Size; i++)
391 if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/IdxBuffer, don't destruct again
392 _Channels[i].CmdBuffer.clear();
393 _Channels[i].IdxBuffer.clear();
395 _Channels.clear();
526 int old_channels_count = _Channels.Size;
528 _Channels.resize(channels_count);
531 // _Channels[] (24/32 bytes each) hold storage that we'll swap with this->_CmdBuffer/_IdxBuffer
532 // The content of _Channels[
[all...]
H A Dimgui.h1816 ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resized down so _ChannelsCount may be smaller than _Channels.Size) member in struct:ImDrawList
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp389 for (int i = 0; i < _Channels.Size; i++)
391 if (i == 0) memset(&_Channels[0], 0, sizeof(_Channels[0])); // channel 0 is a copy of CmdBuffer/IdxBuffer, don't destruct again
392 _Channels[i].CmdBuffer.clear();
393 _Channels[i].IdxBuffer.clear();
395 _Channels.clear();
526 int old_channels_count = _Channels.Size;
528 _Channels.resize(channels_count);
531 // _Channels[] (24/32 bytes each) hold storage that we'll swap with this->_CmdBuffer/_IdxBuffer
532 // The content of _Channels[
[all...]
H A Dimgui.h1816 ImVector<ImDrawChannel> _Channels; // [Internal] draw channels for columns API (not resized down so _ChannelsCount may be smaller than _Channels.Size) member in struct:ImDrawList

Completed in 23 milliseconds