Searched defs:gglFixedToIntFloor (Results 1 - 1 of 1) sorted by relevance

/system/core/include/private/pixelflinger/
H A Dggl_fixed.h37 inline GGLfixed gglFixedToIntFloor(GGLfixed f) ALWAYS_INLINE ;
51 GGLfixed gglFixedToIntFloor(GGLfixed f) { function
62 return gglFixedToIntFloor(v)<<FIXED_BITS;

Completed in 114 milliseconds