Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DGlobalStatus.cpp89 GS.IsLoaded = true; in analyzeGlobalAux()
161 GS.IsLoaded = true; in analyzeGlobalAux()
170 GS.IsLoaded = true; in analyzeGlobalAux()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
H A DXlibXcbFunctions.cpp27 bool XlibXcbFunctions::IsLoaded() const { in IsLoaded() function in dawn_native::XlibXcbFunctions
H A DXlibXcbFunctions.h35 bool IsLoaded() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
H A DGlobalStatus.h35 bool IsLoaded = false; member
/third_party/lzma/CPP/Windows/
H A DDLL.h55 bool IsLoaded() const { return (_module != NULL); } in IsLoaded() function in NWindows::NDLL::CLibrary
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
H A DSwapChainVk.cpp161 if (info.HasExt(InstanceExt::XcbSurface) && xlibXcb->IsLoaded()) { in CreateVulkanSurface()
/third_party/skia/third_party/externals/imgui/misc/freetype/
H A Dimgui_freetype.cpp417 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); in ImFontAtlasBuildWithFreeTypeEx()
/third_party/mesa3d/src/imgui/
H A Dimgui.h2111 bool IsLoaded() const { return ContainerAtlas != NULL; } in IsLoaded() function
H A Dimgui.cpp3372 IM_ASSERT(g.IO.Fonts->Fonts[0]->IsLoaded() && "Font Atlas not built. Did you call io.Fonts->GetTexDataAsRGBA32() / GetTexDataAsAlpha8() ?"); in NewFrame()
3419 IM_ASSERT(g.Font->IsLoaded()); in NewFrame()
5673 IM_ASSERT(font && font->IsLoaded()); // Font Atlas not created. Did you call io.Fonts->GetTexDataAsRGBA32 / GetTexDataAsAlpha8 ? in SetCurrentFont()
H A Dimgui_draw.cpp1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); in ImFontAtlasBuildWithStbTruetype()
/third_party/skia/third_party/externals/imgui/
H A Dimgui.h2767 bool IsLoaded() const { return ContainerAtlas != NULL; } in IsLoaded() function
H A Dimgui_draw.cpp2363 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas)); in ImFontAtlasBuildWithStbTruetype()
H A Dimgui.cpp3991 IM_ASSERT(g.Font->IsLoaded()); in NewFrame()
6586 IM_ASSERT(font && font->IsLoaded()); // Font Atlas not created. Did you call io.Fonts->GetTexDataAsRGBA32 / GetTexDataAsAlpha8 ? in SetCurrentFont()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp1979 if (!GS.IsLoaded) {
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 131 milliseconds