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.c71 #define INT_TO_BOOLEAN(I) ( (I) ? GL_TRUE : GL_FALSE ) macro
2079 params[0] = INT_TO_BOOLEAN(d->offset); in _mesa_GetBooleanv()
2101 params[3] = INT_TO_BOOLEAN(((GLint *) p)[3]); in _mesa_GetBooleanv()
2103 params[2] = INT_TO_BOOLEAN(((GLint *) p)[2]); in _mesa_GetBooleanv()
2106 params[1] = INT_TO_BOOLEAN(((GLint *) p)[1]); in _mesa_GetBooleanv()
2109 params[0] = INT_TO_BOOLEAN(((GLint *) p)[0]); in _mesa_GetBooleanv()
2114 params[i] = INT_TO_BOOLEAN(v.value_int_n.ints[i]); in _mesa_GetBooleanv()
2394 params[i] = INT_TO_BOOLEAN(v.value_int_n.ints[i]); in _mesa_GetInteger64v()
2662 params[0] = INT_TO_BOOLEAN(v.value_int); in _mesa_GetBooleanIndexedv()
2665 params[0] = INT_TO_BOOLEAN(v.value_int_4[0]); in _mesa_GetBooleanIndexedv()
[all …]