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

/vbox/src/VBox/Runtime/common/log/
H A Dlog.cpp302 bool fInverted; /**< Inverse meaning? */ member in struct:__anon16567
2055 if (fNo == s_aLogFlags[i].fInverted)
2178 if ( !s_aLogFlags[i].fInverted
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1580 int crTdBltImgAcquire(PCR_TEXDATA pTex, GLenum enmFormat, bool fInverted) argument
1593 pBlitter->pDispatch->BindTexture(pTex->Tex.target, fInverted ? pTex->idInvertTex : pTex->Tex.hwid);
1643 pTex->Flags.DataInverted = fInverted;
1814 VBOXBLITTERDECL(int) CrTdBltDataAcquire(PCR_TEXDATA pTex, GLenum enmFormat, bool fInverted, const CR_BLITTER_IMG**ppImg) argument
1828 if (pTex->Flags.DataValid && pTex->Img.enmFormat == enmFormat && !pTex->Flags.DataInverted == !fInverted)
1842 if (fInverted)
1870 rc = crTdBltImgAcquire(pTex, enmFormat, fInverted);
2057 VBOXBLITTERDECL(int) CrTdBltDataAcquireScaled(PCR_TEXDATA pTex, GLenum enmFormat, bool fInverted, uint32_t width, uint32_t height, const CR_BLITTER_IMG**ppImg) argument
2060 return CrTdBltDataAcquire(pTex, enmFormat, fInverted, ppImg);
2084 rc = CrTdBltDataAcquire(pScaledCache, enmFormat, fInverted, ppIm
[all...]

Completed in 85 milliseconds