OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rConstAttenuation
(Results
1 - 2
of
2
) sorted by null
/frameworks/native/opengl/libagl/
light.cpp
262
l.
rConstAttenuation
= (l.attenuation[1] | l.attenuation[2])==0;
263
if (l.
rConstAttenuation
)
264
l.
rConstAttenuation
= gglRecipFast(l.attenuation[0]);
429
if (l.
rConstAttenuation
) {
430
s = l.
rConstAttenuation
;
context.h
303
GLfixed
rConstAttenuation
;
Completed in 117 milliseconds