Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dget.c228 GLint value_int_4[4]; member
733 v->value_int_4[0] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 0); in find_custom_value()
734 v->value_int_4[1] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 1); in find_custom_value()
735 v->value_int_4[2] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 2); in find_custom_value()
736 v->value_int_4[3] = GET_COLORMASK_BIT(ctx->Color.ColorMask, 0, 3); in find_custom_value()
831 v->value_int_4[0] = ctx->Scissor.ScissorArray[0].X; in find_custom_value()
832 v->value_int_4[1] = ctx->Scissor.ScissorArray[0].Y; in find_custom_value()
833 v->value_int_4[2] = ctx->Scissor.ScissorArray[0].Width; in find_custom_value()
834 v->value_int_4[3] = ctx->Scissor.ScissorArray[0].Height; in find_custom_value()
950 _mesa_get_driver_uuid(ctx, v->value_int_4); in find_custom_value()
[all …]