Searched refs:CALL_TexCoord2f (Results 1 – 3 of 3) sorted by relevance
55 #define TEXCOORD2(s,t) CALL_TexCoord2f(GET_DISPATCH(), (s,t))
21514 CALL_TexCoord2f(ctx->CurrentServerDispatch, (s, t)); in _mesa_unmarshal_TexCoord2f()21533 CALL_TexCoord2f(ctx->CurrentServerDispatch, (s, t)); in _mesa_marshal_TexCoord2f()
3626 #define CALL_TexCoord2f(disp, parameters) \ macro