Lines Matching defs:dst4
506 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
511 dst4[i][RCOMP] = UBYTE_TO_FLOAT(src1[i][RCOMP]);
512 dst4[i][GCOMP] = UBYTE_TO_FLOAT(src1[i][GCOMP]);
513 dst4[i][BCOMP] = UBYTE_TO_FLOAT(src1[i][BCOMP]);
514 dst4[i][ACOMP] = UBYTE_TO_FLOAT(src1[i][ACOMP]);
539 GLfloat (*dst4)[4] = (GLfloat (*)[4]) (useTemp ? tempBuffer : dst);
544 dst4[i][RCOMP] = USHORT_TO_FLOAT(src2[i][RCOMP]);
545 dst4[i][GCOMP] = USHORT_TO_FLOAT(src2[i][GCOMP]);
546 dst4[i][BCOMP] = USHORT_TO_FLOAT(src2[i][BCOMP]);
547 dst4[i][ACOMP] = USHORT_TO_FLOAT(src2[i][ACOMP]);