Searched defs:gglFixedToIntCeil (Results 1 - 1 of 1) 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;

Completed in 1854 milliseconds