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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dblitter.cpp1852 VBOXVR_TEXTURE InvertTex; local
1854 InvertTex = pTex->Tex;
1855 InvertTex.hwid = pTex->idInvertTex;
1858 SrcRect.yTop = InvertTex.height;
1859 SrcRect.xRight = InvertTex.width;
1864 DstRect.xRight = InvertTex.width;
1865 DstRect.yBottom = InvertTex.height;
1867 CrBltBlitTexTex(pTex->pBlitter, &pTex->Tex, &SrcRect, &InvertTex, &DstRect, 1, 0);

Completed in 59 milliseconds