Searched refs:CALL_ColorMaterial (Results 1 – 3 of 3) sorted by relevance
2209 CALL_ColorMaterial(ctx->Exec, (face, mode)); in save_ColorMaterial()8181 CALL_ColorMaterial(ctx->Exec, (n[1].e, n[2].e)); in execute_list()
23788 CALL_ColorMaterial(ctx->CurrentServerDispatch, (face, mode)); in _mesa_unmarshal_ColorMaterial()23807 CALL_ColorMaterial(ctx->CurrentServerDispatch, (face, mode)); in _mesa_marshal_ColorMaterial()
4143 #define CALL_ColorMaterial(disp, parameters) \ macro