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

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispVrdpBmp.h55 } VRDPBCHASH; typedef in typeref:struct:_VRDPBCHASH
66 VRDPBCHASH hash;
80 int vrdpbmpCacheSurface (VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce);
H A DVBoxDispVrdpBmp.cpp61 static BOOL bcComputeHash (const SURFOBJ *pso, VRDPBCHASH *phash)
207 static VRDPBCENTRY *bcFindHash (VRDPBC *pCache, const VRDPBCHASH *phash)
214 if (memcmp (&pEntry->hash, phash, sizeof (VRDPBCHASH)) == 0)
231 if (memcmp (&pEntry->hash, phash, sizeof (VRDPBCHASH)) == 0)
244 static int bcInsertHash (VRDPBC *pCache, const VRDPBCHASH *phash, VRDPBCHASH *phashDeleted, BOOL bForce)
278 memcpy (phashDeleted, &pEntry->hash, sizeof (VRDPBCHASH));
289 memcpy (&pEntry->hash, phash, sizeof (VRDPBCHASH));
321 int vrdpbmpCacheSurface(VRDPBC *pCache, const SURFOBJ *pso, VRDPBCHASH *phash, VRDPBCHASH *phashDelete
[all...]
H A DVBoxDispVRDP.cpp820 const VRDPBCHASH *phash)
842 const VRDPBCHASH *phash)
870 const VRDPBCHASH *phash)
897 const VRDPBCHASH *phash)
1459 VRDPBCHASH hash;
1460 VRDPBCHASH hashDeleted;

Completed in 53 milliseconds