Home
last modified time | relevance | path

Searched defs:is_resizable (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/arm_compute/core/
H A DTensorInfo.h264 bool is_resizable() const override in is_resizable() function
276 ITensorInfo &set_is_resizable(bool is_resizable) override in set_is_resizable()
H A DSubTensorInfo.h195 bool is_resizable() const override in is_resizable() function
210 ITensorInfo &set_is_resizable(bool is_resizable) override in set_is_resizable()
/aosp_15_r20/external/mesa3d/src/imgui/
H A Dimgui_widgets.cpp2948 const bool is_resizable = (obj->UserFlags & ImGuiInputTextFlags_CallbackResize) != 0; in STB_TEXTEDIT_INSERTCHARS() local
3034 const bool is_resizable = (Flags & ImGuiInputTextFlags_CallbackResize) != 0; in InsertChars() local
3146 const bool is_resizable = (flags & ImGuiInputTextFlags_CallbackResize) != 0; in InputTextEx() local