Lines Matching refs:cBits
282 * @param cBits the bpp of the mode being queried
284 VBGLR3DECL(bool) VbglR3HostLikesVideoMode(uint32_t cx, uint32_t cy, uint32_t cBits)
294 req.bpp = cBits;
357 * @param cBits bits per pixel for the mode
363 unsigned cBits, unsigned x, unsigned y,
379 cBits, x, y, (unsigned) fEnabled);
390 cBits);
408 && ( cx != cx2 || cy != cy2 || cBits != cBits2
456 unsigned cx, cy, cBits;
488 cMatches = sscanf(szModeParms, "%ux%ux%u%c%ux%u,%u%c", &cx, &cy, &cBits,
507 *pcBits = cBits;