Searched refs:CALL_ClampColor (Results 1 – 3 of 3) sorted by relevance
7612 CALL_ClampColor(ctx->Exec, (target, clamp)); in save_ClampColorARB()8957 CALL_ClampColor(ctx->Exec, (n[1].e, n[2].e)); in execute_list()
20805 CALL_ClampColor(ctx->CurrentServerDispatch, (target, clamp)); in _mesa_unmarshal_ClampColor()20824 CALL_ClampColor(ctx->CurrentServerDispatch, (target, clamp)); in _mesa_marshal_ClampColor()
8807 #define CALL_ClampColor(disp, parameters) \ macro