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

/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_statetypes.h84 #define COMPARE_COLOR(x,y) ((x)[0] != (y)[0] || (x)[1] != (y)[1] || (x)[2] != (y)[2] || (x)[3] != (y)[3]) macro

Completed in 43 milliseconds