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.cpp1592 data[i] = convert_float_fixed(floatParams[i]); in GetIntegeri_v()
2952 data[i] = (GLint64)(convert_float_fixed(floatParams[i])); in GetInteger64v()
3035 data[i] = (GLint64)(convert_float_fixed(floatParams[i])); in GetInteger64i_v()
DlibGLESv2.cpp2891 params[i] = convert_float_fixed(floatParams[i]); in GetIntegerv()