Searched refs:BCI_SEND (Results 1 - 2 of 2) sorted by relevance

/haiku/src/add-ons/accelerants/s3/
H A Dsavage_draw.cpp40 BCI_SEND(cmd);
41 BCI_SEND(gInfo.sharedInfo->frameBufferOffset);
42 BCI_SEND(gInfo.sharedInfo->globalBitmapDesc);
44 BCI_SEND(color);
45 BCI_SEND(BCI_X_Y(x, y));
46 BCI_SEND(BCI_W_H(w, h));
80 BCI_SEND(cmd);
81 BCI_SEND(gInfo.sharedInfo->frameBufferOffset);
82 BCI_SEND(gInfo.sharedInfo->globalBitmapDesc);
84 BCI_SEND(colo
[all...]
H A Dsavage.h79 #define BCI_SEND(dw) (*bci_ptr++ = ((uint32)(dw))) macro

Completed in 70 milliseconds