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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c878 GLdouble *dDst = (GLdouble *) dst; local
933 dDst[i] = tmpRow[i];
971 dDst[i] = tmpRow[i];
1034 dDst[i] = tmpRow[i*4+index];
1091 dDst[i*2+0] = tmpRow[i*4+0];
1092 dDst[i*2+1] = tmpRow[i*4+3];
1172 dDst[i*3+r] = tmpRow[i*4+0];
1173 dDst[i*3+1] = tmpRow[i*4+1];
1174 dDst[i*3+b] = tmpRow[i*4+2];
1295 dDst[
[all...]

Completed in 47 milliseconds