Searched refs:u32InformationSize (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DDisplayImplLegacy.cpp794 pFBInfo->u32InformationSize = 0;
839 pFBInfo->u32InformationSize = pDisplay->u32InformationSize;
842 pDisplay->u32Offset, pDisplay->u32FramebufferSize, pDisplay->u32InformationSize));
908 uint8_t *pu8End = pu8 + pFBInfo->u32InformationSize;
H A DDisplayImpl.cpp503 SSMR3PutU32(pSSM, that->maFramebuffers[i].u32InformationSize);
540 SSMR3GetU32(pSSM, &that->maFramebuffers[i].u32InformationSize);
617 maFramebuffers[ul].u32InformationSize = 0;
3891 " pFBInfo->u32InformationSize 0x%08X\n"
3920 pFBInfo->u32InformationSize,
4017 pFBInfo->u32InformationSize = 0; /* Not used in HGSMI. */
/vbox/src/VBox/Main/include/
H A DDisplayImpl.h41 /* The following 3 fields (u32Offset, u32MaxFramebufferSize and u32InformationSize)
47 uint32_t u32InformationSize; member in struct:_DISPLAYFBINFO
/vbox/include/VBox/
H A DVBoxVideo.h162 uint32_t u32InformationSize; member in struct:VBOXVIDEOINFODISPLAY

Completed in 129 milliseconds