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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dhash.c91 Assert(!crHashIdPoolIsIdFree(pool, 0));
119 Assert(!fUsed == !!crHashIdPoolIsIdFree( pool, start + i ));
183 Assert(!crHashIdPoolIsIdFree(pool, 0));
272 Assert(!crHashIdPoolIsIdFree(pool, 0));
331 GLboolean crHashIdPoolIsIdFree( const CRHashIdPool *pool, GLuint id ) function
664 return (GLboolean) !crHashIdPoolIsIdFree( h->idPool, id);

Completed in 43 milliseconds