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 79 return gglMulx(n, gglRecip(d));
  /frameworks/native/opengl/libagl/
light.cpp 591 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);
595 c->fog.invEndMinusStart = gglRecip(c->fog.end - c->fog.start);

Completed in 2933 milliseconds