Searched refs:IsLoaded (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui.h2111 bool IsLoaded() const { return ContainerAtlas != NULL; } function in struct:ImFont
H A Dimgui_draw.cpp1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
H A Dimgui.cpp3372 IM_ASSERT(g.IO.Fonts->Fonts[0]->IsLoaded() && "Font Atlas not built. Did you call io.Fonts->GetTexDataAsRGBA32() / GetTexDataAsAlpha8() ?");
3419 IM_ASSERT(g.Font->IsLoaded());
5673 IM_ASSERT(font && font->IsLoaded()); // Font Atlas not created. Did you call io.Fonts->GetTexDataAsRGBA32 / GetTexDataAsAlpha8 ?
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h2111 bool IsLoaded() const { return ContainerAtlas != NULL; } function in struct:ImFont
H A Dimgui_draw.cpp1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
H A Dimgui.cpp3372 IM_ASSERT(g.IO.Fonts->Fonts[0]->IsLoaded() && "Font Atlas not built. Did you call io.Fonts->GetTexDataAsRGBA32() / GetTexDataAsAlpha8() ?");
3419 IM_ASSERT(g.Font->IsLoaded());
5673 IM_ASSERT(font && font->IsLoaded()); // Font Atlas not created. Did you call io.Fonts->GetTexDataAsRGBA32 / GetTexDataAsAlpha8 ?

Completed in 62 milliseconds