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.c75 #define INT_TO_BOOLEAN(I) ( (I) ? GL_TRUE : GL_FALSE ) macro
1436 params[0] = INT_TO_BOOLEAN(d->offset); in _mesa_GetBooleanv()
1466 params[3] = INT_TO_BOOLEAN(((GLint *) p)[3]); in _mesa_GetBooleanv()
1469 params[2] = INT_TO_BOOLEAN(((GLint *) p)[2]); in _mesa_GetBooleanv()
1473 params[1] = INT_TO_BOOLEAN(((GLint *) p)[1]); in _mesa_GetBooleanv()
1477 params[0] = INT_TO_BOOLEAN(((GLint *) p)[0]); in _mesa_GetBooleanv()
1482 params[i] = INT_TO_BOOLEAN(v.value_int_n.ints[i]); in _mesa_GetBooleanv()
1787 params[i] = INT_TO_BOOLEAN(v.value_int_n.ints[i]); in _mesa_GetInteger64v()
2380 params[0] = INT_TO_BOOLEAN(v.value_int); in _mesa_GetBooleani_v()
2384 params[0] = INT_TO_BOOLEAN(v.value_int_4[0]); in _mesa_GetBooleani_v()
[all …]