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

  /system/core/include/private/pixelflinger/
ggl_fixed.h 38 inline GGLfixed gglFixedToIntCeil(GGLfixed f) ALWAYS_INLINE ;
54 GGLfixed gglFixedToIntCeil(GGLfixed f) {
65 return gglFixedToIntCeil(v)<<FIXED_BITS;
  /system/core/libpixelflinger/
trap.cpp 1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1;
1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1;
    [all...]

Completed in 137 milliseconds