Lines Matching defs:cBPP
51 unsigned cBPP;
148 static void updateScreenInformation(struct DISPLAYSTATE *pState, unsigned cx, unsigned cy, unsigned cBPP, unsigned iDisplay,
166 pState->paScreenInformation[iDisplay].cBPP = cBPP;
279 unsigned cx = 0, cy = 0, cBPP = 0, x = 0, y = 0;
282 rc = VbglR3RetrieveVideoMode(i, &cx, &cy, &cBPP, &x, &y,
288 updateScreenInformation(pState, cx, cy, cBPP, i, x, y, fEnabled, true);
307 uint32_t cx = 0, cy = 0, cBPP = 0, iDisplay = 0, x = 0, y = 0;
311 rc = VbglR3GetDisplayChangeRequest(&cx, &cy, &cBPP, &iDisplay,
319 cx, cy, cBPP, iDisplay, x, y, fEnabled));
323 updateScreenInformation(pState, cx, cy, cBPP, iDisplay, x, y, fEnabled, fUpdatePosition);
329 rc = VbglR3SaveVideoMode(iDisplay, cx, cy, cBPP, x, y,