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

  /system/core/libpixelflinger/
fixed.cpp 89 GGLfixed gglSqrtRecipx(GGLfixed x)
trap.cpp 391 const GGLfixed norm = gglMulx(width, gglSqrtRecipx(nx*nx+ny*ny), 4);
    [all...]
  /frameworks/native/opengl/libagl/
light.cpp 187 n = gglSqrtRecipx(n);
192 n = gglSqrtRecipx(n);
393 vscale3(d.v, d.v, gglSqrtRecipx(sqDist));
  /system/core/libpixelflinger/include/private/pixelflinger/
ggl_fixed.h 88 GGLfixed gglSqrtRecipx(GGLfixed x) CONST;

Completed in 173 milliseconds