Searched refs:pHash (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/include/
H A Dcr_hash.h58 DECLEXPORT(GLboolean) crHashtableGetDataKey(CRHashTable *pHash, void *pData, unsigned long *pKey);
H A Dcr_dump.h170 void* crDmpHashtableSearchByHwid(CRHashTable *pHash, GLuint hwid, PFNCRDUMPGETHWID pfnGetHwid, unsigned long *pKey);
/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c667 GLboolean crHashtableGetDataKey(CRHashTable *pHash, void *pData, unsigned long *pKey) argument
673 if (!pHash)
677 crLockMutex(&pHash->mutex);
681 entry = pHash->buckets[i];
694 crUnlockMutex(&pHash->mutex);
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump.cpp133 void* crDmpHashtableSearchByHwid(CRHashTable *pHash, GLuint hwid, PFNCRDUMPGETHWID pfnGetHwid, unsigned long *pKey) argument
138 crHashtableWalk(pHash, crDmpHashtableSearchByHwidCB, &Data);
H A Dstate_snapshot.c1421 static int32_t crStateSaveKeys(CRHashTable *pHash, PSSMHANDLE pSSM) argument
1423 crHashtableWalkKeys(pHash, crStateSaveKeysCB , pSSM);
1429 static int32_t crStateLoadKeys(CRHashTable *pHash, PSSMHANDLE pSSM, uint32_t u32Version) argument
1450 GLboolean fIsNew = crHashtableAllocRegisterKey(pHash, i);

Completed in 66 milliseconds