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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA_VBVA.cpp61 VBVAPARTIALRECORD partialRecord; member in struct:VBVAVIEW
460 VBVAPARTIALRECORD *pPartialRecord = &pCtx->aViews[uScreenId].partialRecord;
516 /* @todo Actually this function must not touch the partialRecord structure at all,
518 * But I'm not sure that no code depends on zeroing partialRecord here.
520 * when partialRecord might be loaded already from the saved state.
522 pCtx->aViews[uScreenId].partialRecord.pu8 = NULL;
523 pCtx->aViews[uScreenId].partialRecord.cb = 0;
548 pView->partialRecord.pu8 = NULL;
549 pView->partialRecord.cb = 0;
759 pView->partialRecord
[all...]

Completed in 49 milliseconds