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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c247 const GLushort *usSrc = (GLushort *) src; local
270 tmpRow[i] = (GLfloat) usSrc[i];
308 tmpRow[i] = (GLfloat) USHORT_TO_FLOAT(usSrc[i]);
362 tmpRow[dst] = (GLfloat) USHORT_TO_FLOAT(usSrc[i]);
415 = (GLfloat) USHORT_TO_FLOAT(usSrc[i]);
469 = (GLfloat) USHORT_TO_FLOAT(usSrc[i]);
526 = (GLfloat) USHORT_TO_FLOAT(usSrc[i*2+0]);
527 tmpRow[i*4+3] = (GLfloat) USHORT_TO_FLOAT(usSrc[i*2+1]);
609 tmpRow[i*4+0] = (GLfloat) USHORT_TO_FLOAT(usSrc[i*3+r]);
610 tmpRow[i*4+1] = (GLfloat) USHORT_TO_FLOAT(usSrc[
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/xpdm/
H A DVBoxDispMouse.cpp182 USHORT usSrc = *(USHORT*)&pSrc[(LONG)y*psoBitmap->lDelta+x*2]; local
184 pDst[(LONG)y*psoRes->lDelta+x*4+0] = (BYTE) (usSrc<<3);
185 pDst[(LONG)y*psoRes->lDelta+x*4+1] = (BYTE) ((usSrc>>5)<<2);
186 pDst[(LONG)y*psoRes->lDelta+x*4+2] = (BYTE) ((usSrc>>11)<<3);

Completed in 104 milliseconds