Home
last modified time | relevance | path

Searched refs:IROUND64 (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
Dimports.h292 static inline GLint64 IROUND64(float f) in IROUND64() function
Dget.c2357 params[3] = IROUND64(((GLfloat *) p)[3]); in _mesa_GetInteger64v()
2359 params[2] = IROUND64(((GLfloat *) p)[2]); in _mesa_GetInteger64v()
2361 params[1] = IROUND64(((GLfloat *) p)[1]); in _mesa_GetInteger64v()
2363 params[0] = IROUND64(((GLfloat *) p)[0]); in _mesa_GetInteger64v()