Searched refs:CALL_Vertex3d (Results 1 – 2 of 2) sorted by relevance
27450 CALL_Vertex3d(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_unmarshal_Vertex3d()27470 CALL_Vertex3d(ctx->CurrentServerDispatch, (x, y, z)); in _mesa_marshal_Vertex3d()
3956 #define CALL_Vertex3d(disp, parameters) \ macro