Searched refs:CALL_VertexAttrib4dv (Results 1 – 3 of 3) sorted by relevance
1111 CALL_VertexAttrib4dv(GET_DISPATCH(), (index, v)); in VertexAttrib4dvARB()
25938 CALL_VertexAttrib4dv(ctx->CurrentServerDispatch, (index, v)); in _mesa_unmarshal_VertexAttrib4dv()25957 CALL_VertexAttrib4dv(ctx->CurrentServerDispatch, (index, v)); in _mesa_marshal_VertexAttrib4dv()
8598 #define CALL_VertexAttrib4dv(disp, parameters) \ macro