Lines Matching refs:value_int_4
161 GLint value_int_4[4]; member
1549 v->value_int_4[0] = ctx->Color.ColorMask[0][RCOMP] ? 1 : 0; in find_custom_value()
1550 v->value_int_4[1] = ctx->Color.ColorMask[0][GCOMP] ? 1 : 0; in find_custom_value()
1551 v->value_int_4[2] = ctx->Color.ColorMask[0][BCOMP] ? 1 : 0; in find_custom_value()
1552 v->value_int_4[3] = ctx->Color.ColorMask[0][ACOMP] ? 1 : 0; in find_custom_value()
1607 v->value_int_4[0] = ctx->Scissor.X; in find_custom_value()
1608 v->value_int_4[1] = ctx->Scissor.Y; in find_custom_value()
1609 v->value_int_4[2] = ctx->Scissor.Width; in find_custom_value()
1610 v->value_int_4[3] = ctx->Scissor.Height; in find_custom_value()
1627 v->value_int_4[0] = ctx->Viewport.X; in find_custom_value()
1628 v->value_int_4[1] = ctx->Viewport.Y; in find_custom_value()
1629 v->value_int_4[2] = ctx->Viewport.Width; in find_custom_value()
1630 v->value_int_4[3] = ctx->Viewport.Height; in find_custom_value()
2588 v->value_int_4[0] = ctx->Color.ColorMask[index][RCOMP] ? 1 : 0; in find_value_indexed()
2589 v->value_int_4[1] = ctx->Color.ColorMask[index][GCOMP] ? 1 : 0; in find_value_indexed()
2590 v->value_int_4[2] = ctx->Color.ColorMask[index][BCOMP] ? 1 : 0; in find_value_indexed()
2591 v->value_int_4[3] = ctx->Color.ColorMask[index][ACOMP] ? 1 : 0; in find_value_indexed()
2665 params[0] = INT_TO_BOOLEAN(v.value_int_4[0]); in _mesa_GetBooleanIndexedv()
2666 params[1] = INT_TO_BOOLEAN(v.value_int_4[1]); in _mesa_GetBooleanIndexedv()
2667 params[2] = INT_TO_BOOLEAN(v.value_int_4[2]); in _mesa_GetBooleanIndexedv()
2668 params[3] = INT_TO_BOOLEAN(v.value_int_4[3]); in _mesa_GetBooleanIndexedv()
2690 params[0] = v.value_int_4[0]; in _mesa_GetIntegerIndexedv()
2691 params[1] = v.value_int_4[1]; in _mesa_GetIntegerIndexedv()
2692 params[2] = v.value_int_4[2]; in _mesa_GetIntegerIndexedv()
2693 params[3] = v.value_int_4[3]; in _mesa_GetIntegerIndexedv()
2716 params[0] = v.value_int_4[0]; in _mesa_GetInteger64Indexedv()
2717 params[1] = v.value_int_4[1]; in _mesa_GetInteger64Indexedv()
2718 params[2] = v.value_int_4[2]; in _mesa_GetInteger64Indexedv()
2719 params[3] = v.value_int_4[3]; in _mesa_GetInteger64Indexedv()