Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dget.c234 GLint value_int_4[4]; member
760 v->value_int_4[0] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 0); in find_custom_value()
761 v->value_int_4[1] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 1); in find_custom_value()
762 v->value_int_4[2] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 2); in find_custom_value()
763 v->value_int_4[3] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 3); in find_custom_value()
858 v->value_int_4[0] = ctx->Scissor.ScissorArray[0].X; in find_custom_value()
859 v->value_int_4[1] = ctx->Scissor.ScissorArray[0].Y; in find_custom_value()
860 v->value_int_4[2] = ctx->Scissor.ScissorArray[0].Width; in find_custom_value()
861 v->value_int_4[3] = ctx->Scissor.ScissorArray[0].Height; in find_custom_value()
977 _mesa_get_driver_uuid(ctx, v->value_int_4); in find_custom_value()
[all …]