Lines Matching defs:iDst
875 GLint *iDst = (GLint *) dst;
921 iDst[i] = (GLint) tmpRow[i];
1022 iDst[i] = FLOAT_TO_INT(tmpRow[i*4+index]);
1073 iDst[i*2+0] = FLOAT_TO_INT(tmpRow[i*4+0]);
1074 iDst[i*2+1] = FLOAT_TO_INT(tmpRow[i*4+3]);
1151 iDst[i*3+r] = FLOAT_TO_INT(tmpRow[i*4+0]);
1152 iDst[i*3+1] = FLOAT_TO_INT(tmpRow[i*4+1]);
1153 iDst[i*3+b] = FLOAT_TO_INT(tmpRow[i*4+2]);
1271 iDst[i*4+r] = FLOAT_TO_INT(tmpRow[i*4+0]);
1272 iDst[i*4+1] = FLOAT_TO_INT(tmpRow[i*4+1]);
1273 iDst[i*4+b] = FLOAT_TO_INT(tmpRow[i*4+2]);
1274 iDst[i*4+3] = FLOAT_TO_INT(tmpRow[i*4+3]);