Searched defs:comparePointers (Results 1 – 2 of 2) sorted by relevance
314 bool comparePointers(const void* P, const void* Q) { return P == Q; } in comparePointers() function350 bool comparePointers(const void* P, const void* Q) { return P == Q; } in comparePointers() function
189 GLboolean comparePointers; in save_glx_visual() local