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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp787 const int round = 0; local
820 if (round)
835 if (round)
849 if (round)
883 const int round = 0; local
904 if(!round) {
910 if (round) {
918 if (round) {
929 if (round) {
935 if (round) {
981 const int round = 0; local
[all...]
/system/core/libpixelflinger/
H A Dpixelflinger.cpp230 // it is very important to round the iterated value here because
234 const int32_t round = 0x8000; local
235 c->shade.r0 = grad[ 0] + round;
238 c->shade.g0 = grad[ 3] + round;
241 c->shade.b0 = grad[ 6] + round;
244 c->shade.a0 = grad[ 9] + round;
254 const uint32_t round = 0x8000; local
255 c->shade.z0 = grad[0] + round;

Completed in 35 milliseconds