Searched refs:u32Count (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Additions/common/VBoxVideo/
H A DModesetting.cpp91 * @param u32Count the number of screens we are activating
97 uint32_t u32Count,
103 void *p = VBoxHGSMIBufferAlloc(pCtx, sizeof(VBVAINFOVIEW) * u32Count,
108 rc = pfnFill(pvData, pInfo, u32Count);
96 VBoxHGSMISendViewInfo(PHGSMIGUESTCOMMANDCONTEXT pCtx, uint32_t u32Count, PFNHGSMIFILLVIEWINFO pfnFill, void *pvData) argument
/vbox/include/VBox/
H A DVBoxVideoGuest.h311 uint32_t u32Count,
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_snapshot.c1431 uint32_t u32Key, u32Count, i; local
1441 rc = SSMR3GetU32(pSSM, &u32Count);
1444 CRASSERT(u32Count);
1448 for (i = u32Key; i < u32Count + u32Key; ++i)

Completed in 179 milliseconds