Searched defs:gglFixedToIntRound (Results 1 - 1 of 1) sorted by last modified time

/system/core/include/private/pixelflinger/
H A Dggl_fixed.h36 inline GGLfixed gglFixedToIntRound(GGLfixed f) ALWAYS_INLINE ;
48 GGLfixed gglFixedToIntRound(GGLfixed f) { function
71 return gglFixedToIntRound(v)<<FIXED_BITS;

Completed in 40 milliseconds