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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c48 CRHashIdPool *crAllocHashIdPoolEx( GLuint min, GLuint max ) function
70 return crAllocHashIdPoolEx( CR_HASH_ID_MIN, CR_HASH_ID_MAX );
383 hash->idPool = crAllocHashIdPoolEx( min, max );

Completed in 40 milliseconds