HomeSort by relevance Sort by last modified time
    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]);
422 if (l.rConstAttenuation) {
423 s = l.rConstAttenuation;
context.h 298 GLfixed rConstAttenuation;

Completed in 37 milliseconds