Home | History | Annotate | Download | only in osmesa

Lines Matching refs:DST

136 #define PACK_RGBA(DST, R, G, B, A)	\
138 (DST)[osmesa->rInd] = R; \
139 (DST)[osmesa->gInd] = G; \
140 (DST)[osmesa->bInd] = B; \
141 (DST)[osmesa->aInd] = A; \