Searched defs:push_texture_id (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1215 const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); local in function:ImDrawList::AddImage
1231 const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); local in function:ImDrawList::AddImageQuad
1253 const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); local in function:ImDrawList::AddImageRounded
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1215 const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); local in function:ImDrawList::AddImage
1231 const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); local in function:ImDrawList::AddImageQuad
1253 const bool push_texture_id = _TextureIdStack.empty() || user_texture_id != _TextureIdStack.back(); local in function:ImDrawList::AddImageRounded

Completed in 14 milliseconds