Searched refs:gglFixedToIntCeil (Results 1 - 2 of 2) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_fixed.h38 inline GGLfixed gglFixedToIntCeil(GGLfixed f) ALWAYS_INLINE ;
54 GGLfixed gglFixedToIntCeil(GGLfixed f) { function
65 return gglFixedToIntCeil(v)<<FIXED_BITS;
/system/core/libpixelflinger/
H A Dtrap.cpp1027 if (gglFixedToIntCeil(l_max) >= xmax) l_max = gglIntToFixed(xmax)-1;
1028 if (gglFixedToIntCeil(r_max) >= xmax) r_max = gglIntToFixed(xmax)-1;

Completed in 816 milliseconds