Searched defs:sDst (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c873 GLshort *sDst = (GLshort *) dst; local
913 sDst[i] = (GLshort) tmpRow[i];
951 sDst[i] = FLOAT_TO_SHORT(tmpRow[i]);
955 sDst[i] = FLOAT_TO_SHORT(tmpRow[i]);
1014 sDst[i] = FLOAT_TO_SHORT(tmpRow[i*4+index]);
1061 sDst[i*2+0] = FLOAT_TO_SHORT(tmpRow[i*4+0]);
1062 sDst[i*2+1] = FLOAT_TO_SHORT(tmpRow[i*4+3]);
1137 sDst[i*3+r] = FLOAT_TO_SHORT(tmpRow[i*4+0]);
1138 sDst[i*3+1] = FLOAT_TO_SHORT(tmpRow[i*4+1]);
1139 sDst[
[all...]

Completed in 82 milliseconds