Home | History | Annotate | Download | only in samplecode

Lines Matching defs:bits

295                 // need to send the raster bits to the (gpu) window
599 // since gAnimTime can be up to 32 bits, we can't convert it to a float
600 // or we'll lose the low bits. Hence we use doubles for the intermediate
2311 int bits = 8;
2312 int shift = 32 - bits;