Home | History | Annotate | Download | only in main

Lines Matching full:dst2

477          GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
481 dst2[i][RCOMP] = UBYTE_TO_USHORT(src1[i][RCOMP]);
482 dst2[i][GCOMP] = UBYTE_TO_USHORT(src1[i][GCOMP]);
483 dst2[i][BCOMP] = UBYTE_TO_USHORT(src1[i][BCOMP]);
484 dst2[i][ACOMP] = UBYTE_TO_USHORT(src1[i][ACOMP]);
554 GLushort (*dst2)[4] = (GLushort (*)[4]) (useTemp ? tempBuffer : dst);
559 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][RCOMP], src4[i][RCOMP]);
560 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][GCOMP], src4[i][GCOMP]);
561 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][BCOMP], src4[i][BCOMP]);
562 UNCLAMPED_FLOAT_TO_USHORT(dst2[i][ACOMP], src4[i][ACOMP]);