Home | History | Annotate | Download | only in main

Lines Matching refs:dst2

491          GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
495 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]);
496 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]);
497 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]);
498 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]);
568 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
573 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]);
574 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]);
575 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]);
576 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP]);