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

/system/core/libpixelflinger/codeflinger/
H A Dtexturing.cpp804 const int round = 0; local
837 if (round)
852 if (round)
866 if (round)
900 const int round = 0; local
921 if(!round) {
927 if (round) {
935 if (round) {
946 if (round) {
952 if (round) {
998 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 122 milliseconds