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

  /system/core/include/private/pixelflinger/
ggl_fixed.h 93 int32_t gglRecipQ(GGLfixed x, int q) CONST;
97 return gglRecipQ(x, 16);
102 return gglRecipQ(x, 28);
  /system/core/libpixelflinger/
fixed.cpp 60 int32_t gglRecipQ(GGLfixed x, int q)
scanline.cpp     [all...]

Completed in 1634 milliseconds