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

/vbox/src/VBox/GuestHost/OpenGL/util/
H A Dpixel.c872 GLubyte *ubDst = (GLubyte *) dst; local
909 ubDst[i] = (GLubyte) tmpRow[i];
947 ubDst[i] = FLOAT_TO_UBYTE(tmpRow[i]);
1010 ubDst[i] = FLOAT_TO_UBYTE(tmpRow[i*4+index]);
1055 ubDst[i*2+0] = FLOAT_TO_UBYTE(tmpRow[i*4+0]);
1056 ubDst[i*2+1] = FLOAT_TO_UBYTE(tmpRow[i*4+3]);
1130 ubDst[i*3+r] = FLOAT_TO_UBYTE(tmpRow[i*4+0]);
1131 ubDst[i*3+1] = FLOAT_TO_UBYTE(tmpRow[i*4+1]);
1132 ubDst[i*3+b] = FLOAT_TO_UBYTE(tmpRow[i*4+2]);
1183 ubDst[
[all...]

Completed in 34 milliseconds