Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dget.c87 INT_TO_BOOLEAN(GLint I) in INT_TO_BOOLEAN() function
1726 params[0] = INT_TO_BOOLEAN(d->offset); in _mesa_GetBooleanv()
1761 params[3] = INT_TO_BOOLEAN(((GLint *) p)[3]); in _mesa_GetBooleanv()
1765 params[2] = INT_TO_BOOLEAN(((GLint *) p)[2]); in _mesa_GetBooleanv()
1770 params[1] = INT_TO_BOOLEAN(((GLint *) p)[1]); in _mesa_GetBooleanv()
1775 params[0] = INT_TO_BOOLEAN(((GLint *) p)[0]); in _mesa_GetBooleanv()
1779 params[0] = INT_TO_BOOLEAN(((GLenum16 *) p)[0]); in _mesa_GetBooleanv()
1784 params[i] = INT_TO_BOOLEAN(v.value_int_n.ints[i]); in _mesa_GetBooleanv()
1796 params[0] = INT_TO_BOOLEAN(((GLubyte *) p)[0]); in _mesa_GetBooleanv()
1800 params[0] = INT_TO_BOOLEAN(((GLshort *) p)[0]); in _mesa_GetBooleanv()
[all …]