Searched refs:invEndMinusStart (Results 1 - 2 of 2) sorted by relevance

/frameworks/native/opengl/libagl/
H A Dlight.cpp100 c->fog.invEndMinusStart = 0x10000;
121 return clampF(gglMulx((c->fog.end - ((z<0)?-z:z)), c->fog.invEndMinusStart));
591 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);
595 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);
H A Dcontext.h256 GLfixed invEndMinusStart; member in struct:android::gl::fog_t

Completed in 436 milliseconds