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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c874 GLushort *usDst = (GLushort *) dst; local
917 usDst[i] = (GLushort) tmpRow[i];
1018 usDst[i] = FLOAT_TO_USHORT(tmpRow[i*4+index]);
1067 usDst[i*2+0] = FLOAT_TO_USHORT(tmpRow[i*4+0]);
1068 usDst[i*2+1] = FLOAT_TO_USHORT(tmpRow[i*4+3]);
1144 usDst[i*3+r] = FLOAT_TO_USHORT(tmpRow[i*4+0]);
1145 usDst[i*3+1] = FLOAT_TO_USHORT(tmpRow[i*4+1]);
1146 usDst[i*3+b] = FLOAT_TO_USHORT(tmpRow[i*4+2]);
1199 usDst[i] = (red << 11) | (green << 5) | blue;
1207 usDst[
[all...]

Completed in 69 milliseconds