OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
));
591
c->fog.
invEndMinusStart
= gglRecip(c->fog.end - c->fog.start);
595
c->fog.
invEndMinusStart
= gglRecip(c->fog.end - c->fog.start);
context.h
261
GLfixed
invEndMinusStart
;
Completed in 227 milliseconds