Searched refs:convert_float_fixed (Results 1 – 3 of 3) sorted by relevance
94 inline int convert_float_fixed(float x) in convert_float_fixed() function
1582 data[i] = convert_float_fixed(floatParams[i]); in glGetIntegeri_v()2927 data[i] = (GLint64)(convert_float_fixed(floatParams[i])); in glGetInteger64v()3010 data[i] = (GLint64)(convert_float_fixed(floatParams[i])); in glGetInteger64i_v()
3074 params[i] = convert_float_fixed(floatParams[i]); in GetIntegerv()