Searched refs:CALL_Uniform1f (Results 1 – 3 of 3) sorted by relevance
6324 CALL_Uniform1f(ctx->Exec, (location, x)); in save_Uniform1fARB()8695 CALL_Uniform1f(ctx->Exec, (n[1].i, n[2].f)); in execute_list()
35822 CALL_Uniform1f(ctx->CurrentServerDispatch, (location, v0)); in _mesa_unmarshal_Uniform1f()35841 CALL_Uniform1f(ctx->CurrentServerDispatch, (location, v0)); in _mesa_marshal_Uniform1f()
8136 #define CALL_Uniform1f(disp, parameters) \ macro