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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpBmp.cpp244 static int bcInsertHash (VRDPBC *pCache, const VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) argument
278 memcpy (phashDeleted, &pEntry->hash, sizeof (VRDPBCHASH));
321 int vrdpbmpCacheSurface(VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce) argument
361 int rc = bcInsertHash (pCache, &hash, phashDeleted, bForce);

Completed in 42 milliseconds