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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp919 GLboolean fSwapBytes; member in struct:VMSVGAPACKPARAMS
2987 pSave->fSwapBytes = GL_FALSE;
2988 glGetBooleanv(GL_UNPACK_SWAP_BYTES, &pSave->fSwapBytes);
2989 Assert(pSave->fSwapBytes == GL_FALSE);
3024 if (pSave->fSwapBytes != 0)
3057 if (pSave->fSwapBytes != 0)
3058 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_SWAP_BYTES, pSave->fSwapBytes), pState, pContext);
3309 pSave->fSwapBytes = GL_FALSE;
3310 glGetBooleanv(GL_PACK_SWAP_BYTES, &pSave->fSwapBytes);
3311 Assert(pSave->fSwapBytes
[all...]

Completed in 57 milliseconds