Searched refs:CALL_BlendFunc (Results 1 – 2 of 2) sorted by relevance
23709 CALL_BlendFunc(ctx->CurrentServerDispatch, (sfactor, dfactor)); in _mesa_unmarshal_BlendFunc()23728 CALL_BlendFunc(ctx->CurrentServerDispatch, (sfactor, dfactor)); in _mesa_marshal_BlendFunc()
5133 #define CALL_BlendFunc(disp, parameters) \ macro