Searched refs:CALL_BindProgramARB (Results 1 – 3 of 3) sorted by relevance
4980 CALL_BindProgramARB(ctx->Exec, (target, id)); in save_BindProgramARB()8635 CALL_BindProgramARB(ctx->Exec, (n[1].e, n[2].ui)); in execute_list()
6245 CALL_BindProgramARB(ctx->CurrentServerDispatch, (target, program)); in _mesa_unmarshal_BindProgramARB()6264 CALL_BindProgramARB(ctx->CurrentServerDispatch, (target, program)); in _mesa_marshal_BindProgramARB()
9324 #define CALL_BindProgramARB(disp, parameters) \ macro