Home | History | Annotate | Download | only in osmesa

Lines Matching refs:DST

132 #define PACK_RGBA(DST, R, G, B, A)	\
134 (DST)[osmesa->rInd] = R; \
135 (DST)[osmesa->gInd] = G; \
136 (DST)[osmesa->bInd] = B; \
137 (DST)[osmesa->aInd] = A; \