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/base/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);
/frameworks/base/include/private/opengles/
gl_context.h
259
GLfixed
invEndMinusStart
;
Completed in 23 milliseconds