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

  /system/core/include/private/pixelflinger/
ggl_fixed.h 95 inline GGLfixed gglRecip(GGLfixed x) CONST;
96 inline GGLfixed gglRecip(GGLfixed x) {
  /system/core/libpixelflinger/
fixed.cpp 78 return gglMulx(n, gglRecip(d));
  /frameworks/base/opengl/libagl/
light.cpp 584 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);
588 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);

Completed in 28 milliseconds