Home
last modified time | relevance | path

Searched refs:convert_float_fixed (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
Dmathutil.h94 inline int convert_float_fixed(float x) in convert_float_fixed() function
DlibGLESv3.cpp1594 data[i] = convert_float_fixed(floatParams[i]); in GetIntegeri_v()
2954 data[i] = (GLint64)(convert_float_fixed(floatParams[i])); in GetInteger64v()
3037 data[i] = (GLint64)(convert_float_fixed(floatParams[i])); in GetInteger64i_v()
DlibGLESv2.cpp2884 params[i] = convert_float_fixed(floatParams[i]); in GetIntegerv()