Lines Matching refs:src2
523 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
528 dst1[i][RCOMP] = USHORT_TO_UBYTE(src2[i][RCOMP]);
529 dst1[i][GCOMP] = USHORT_TO_UBYTE(src2[i][GCOMP]);
530 dst1[i][BCOMP] = USHORT_TO_UBYTE(src2[i][BCOMP]);
531 dst1[i][ACOMP] = USHORT_TO_UBYTE(src2[i][ACOMP]);
538 const GLushort (*src2)[4] = (const GLushort (*)[4]) src;
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]);