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

/vbox/src/VBox/Main/src-all/
H A DDisplayUtils.cpp62 uint32_t typeOfBlock; local
63 vrc = SSMR3GetU32(pSSM, &typeOfBlock);
66 LogFlowFunc(("[%d] type %d, size %d bytes\n", i, typeOfBlock, cbBlock));
68 if (typeOfBlock == u32Type)
/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp414 * uint32_t typeOfBlock; 0 - 32bpp RGB bitmap, 1 - PNG, ignored if 'cbBlock' is 0.
470 uint32_t typeOfBlock; local
471 rc = SSMR3GetU32(pSSM, &typeOfBlock);
474 LogRelFlowFunc(("[%d] type %d, size %d bytes\n", i, typeOfBlock, cbBlock));

Completed in 110 milliseconds