Lines Matching defs:rgb
610 const deUint32 rgb = step*levelNdx;
611 const deUint32 colorA = 0xff000000 | rgb;
612 const deUint32 colorB = 0xff000000 | ~rgb;
930 const deUint32 rgb = step*levelNdx*face;
931 const deUint32 colorA = 0xff000000 | rgb;
932 const deUint32 colorB = 0xff000000 | ~rgb;
1256 const deUint32 rgb = step*levelNdx;
1257 const deUint32 colorA = 0xff000000 | rgb;
1258 const deUint32 colorB = 0xff000000 | ~rgb;
1596 const deUint32 rgb = step*levelNdx;
1597 const deUint32 colorA = 0xff000000 | rgb;
1598 const deUint32 colorB = 0xff000000 | ~rgb;