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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-ogl.cpp916 GLint cxRow; member in struct:VMSVGAPACKPARAMS
2979 pSave->cxRow = 0;
2980 VMSVGA3D_ASSERT_GL_CALL(glGetIntegerv(GL_UNPACK_ROW_LENGTH, &pSave->cxRow), pState, pContext);
3019 if (pSave->cxRow != 0)
3052 if (pSave->cxRow != 0)
3053 VMSVGA3D_ASSERT_GL_CALL(glPixelStorei(GL_UNPACK_ROW_LENGTH, pSave->cxRow), pState, pContext);
3301 pSave->cxRow = 0;
3302 VMSVGA3D_ASSERT_GL_CALL(glGetIntegerv(GL_UNPACK_ROW_LENGTH, &pSave->cxRow), pState, pContext);
3341 if (pSave->cxRow != 0)
3374 if (pSave->cxRow !
[all...]

Completed in 42 milliseconds