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

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA-SVGA3d-shared.h218 bool fDataPresent = false; local
225 rc = SSMR3GetBool(pSSM, &fDataPresent);
228 Log(("Surface sid=%x: load mipmap level %d with %x bytes data (present=%d).\n", sid, j, pMipmapLevel->cbSurface, fDataPresent));
230 if (fDataPresent)

Completed in 42 milliseconds