Searched refs:CALL_ClipPlane (Results 1 – 3 of 3) sorted by relevance
2149 CALL_ClipPlane(ctx->Exec, (plane, equ)); in save_ClipPlane()8170 CALL_ClipPlane(ctx->Exec, (n[1].e, eq)); in execute_list()
13976 CALL_ClipPlane(ctx->CurrentServerDispatch, (plane, equation)); in _mesa_unmarshal_ClipPlane()13995 CALL_ClipPlane(ctx->CurrentServerDispatch, (plane, equation)); in _mesa_marshal_ClipPlane()
4132 #define CALL_ClipPlane(disp, parameters) \ macro