HomeSort by relevance Sort by last modified time
    Searched refs:invEndMinusStart (Results 1 - 2 of 2) sorted by null

  /frameworks/native/opengl/libagl/
light.cpp 100 c->fog.invEndMinusStart = 0x10000;
121 return clampF(gglMulx((c->fog.end - ((z<0)?-z:z)), c->fog.invEndMinusStart));
584 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);
588 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);
context.h 256 GLfixed invEndMinusStart;

Completed in 33 milliseconds