Home | History | Annotate | Download | only in main

Lines Matching full:dst4

492          GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
497 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]);
498 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]);
499 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]);
500 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]);
525 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
530 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]);
531 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]);
532 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]);
533 dst4[i][ACOMP] = USHORT_TO_FLOAT(src2[i][ACOMP]);