Lines Matching defs:rgb
308 const deUint32 rgb = step*levelNdx;
309 const deUint32 colorA = 0xff000000 | rgb;
310 const deUint32 colorB = 0xff000000 | ~rgb;
551 const deUint32 rgb = step*levelNdx*face;
552 const deUint32 colorA = 0xff000000 | rgb;
553 const deUint32 colorB = 0xff000000 | ~rgb;
775 const deUint32 rgb = step*levelNdx;
776 const deUint32 colorA = 0xff000000 | rgb;
777 const deUint32 colorB = 0xff000000 | ~rgb;
1001 const deUint32 rgb = step*levelNdx;
1002 const deUint32 colorA = 0xff000000 | rgb;
1003 const deUint32 colorB = 0xff000000 | ~rgb;
1226 const deUint32 rgb = step*levelNdx;
1227 const deUint32 colorA = 0xff000000 | rgb;
1228 const deUint32 colorB = 0xff000000 | ~rgb;
1475 const deUint32 rgb = step*levelNdx*face;
1476 const deUint32 colorA = 0xff000000 | rgb;
1477 const deUint32 colorB = 0xff000000 | ~rgb;