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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
H A Dmtypes.h59 #define GET_COLORMASK(mask, buf) (((mask) >> (4 * (buf))) & 0xf) macro
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmtypes.h62 #define GET_COLORMASK(mask, buf) (((mask) >> (4 * (buf))) & 0xf) macro

Completed in 20 milliseconds