Searched refs:uiDst (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c876 GLuint *uiDst = (GLuint *) dst; local
925 uiDst[i] = (GLuint) tmpRow[i];
1026 uiDst[i] = FLOAT_TO_UINT(tmpRow[i*4+index]);
1079 uiDst[i*2+0] = FLOAT_TO_UINT(tmpRow[i*4+0]);
1080 uiDst[i*2+1] = FLOAT_TO_UINT(tmpRow[i*4+3]);
1158 uiDst[i*3+r] = FLOAT_TO_UINT(tmpRow[i*4+0]);
1159 uiDst[i*3+1] = FLOAT_TO_UINT(tmpRow[i*4+1]);
1160 uiDst[i*3+b] = FLOAT_TO_UINT(tmpRow[i*4+2]);
1279 uiDst[i*4+r] = FLOAT_TO_UINT(tmpRow[i*4+0]);
1280 uiDst[
[all...]

Completed in 739 milliseconds