Searched refs:CALL_Color4b (Results 1 – 2 of 2) sorted by relevance
33175 CALL_Color4b(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_unmarshal_Color4b()33196 CALL_Color4b(ctx->CurrentServerDispatch, (red, green, blue, alpha)); in _mesa_marshal_Color4b()
2757 #define CALL_Color4b(disp, parameters) \ macro