Home
last modified time | relevance | path

Searched refs:do_flip (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/dynamic_bitset/
Ddynamic_bitset.hpp108 reference& flip() { do_flip(); return *this; } in flip()
115 reference& operator^=(bool x) { if (x) do_flip(); return *this; } in operator ^=()
124 void do_flip() { m_block ^= m_mask; } in do_flip() function in boost::dynamic_bitset::reference
/third_party/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2832 GLboolean do_flip = (st_fb_orientation(ctx->ReadBuffer) == Y_0_TOP); in st_CopyTexSubImage() local
2879 if (do_flip) { in st_CopyTexSubImage()