Searched refs:CALL_Color4i (Results 1 – 2 of 2) sorted by relevance
33014 CALL_Color4i(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_unmarshal_Color4i()33035 CALL_Color4i(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_marshal_Color4i()
2823 #define CALL_Color4i(disp, parameters) \ macro