Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimgui_draw.cpp1215 … const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); in AddImage() local
1231 … const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); in AddImageQuad() local
1253 … const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); in AddImageRounded() local
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1208 … const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); in AddImage() local
1224 … const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); in AddImageQuad() local
1246 … const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); in AddImageRounded() local
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp1610 const bool push_texture_id = user_texture_id != _CmdHeader.TextureId; in AddImage() local
1626 const bool push_texture_id = user_texture_id != _CmdHeader.TextureId; in AddImageQuad() local
1649 const bool push_texture_id = user_texture_id != _CmdHeader.TextureId; in AddImageRounded() local