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

  /frameworks/base/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;
  /frameworks/base/include/private/opengles/
gl_context.h 301 GLfixed rConstAttenuation;

Completed in 25 milliseconds