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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c407 GLubyte (*dstColor)[4] = (GLubyte (*)[4]) dstBuffer; local in function:resample_linear_row_ub
444 dstColor[dstCol][RCOMP] = IFLOOR(red);
445 dstColor[dstCol][GCOMP] = IFLOOR(green);
446 dstColor[dstCol][BCOMP] = IFLOOR(blue);
447 dstColor[dstCol][ACOMP] = IFLOOR(alpha);
462 GLfloat (*dstColor)[4] = (GLfloat (*)[4]) dstBuffer; local in function:resample_linear_row_float
499 dstColor[dstCol][RCOMP] = red;
500 dstColor[dstCol][GCOMP] = green;
501 dstColor[dstCol][BCOMP] = blue;
502 dstColor[dstCo
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c407 GLubyte (*dstColor)[4] = (GLubyte (*)[4]) dstBuffer; local in function:resample_linear_row_ub
444 dstColor[dstCol][RCOMP] = util_ifloor(red);
445 dstColor[dstCol][GCOMP] = util_ifloor(green);
446 dstColor[dstCol][BCOMP] = util_ifloor(blue);
447 dstColor[dstCol][ACOMP] = util_ifloor(alpha);
462 GLfloat (*dstColor)[4] = (GLfloat (*)[4]) dstBuffer; local in function:resample_linear_row_float
499 dstColor[dstCol][RCOMP] = red;
500 dstColor[dstCol][GCOMP] = green;
501 dstColor[dstCol][BCOMP] = blue;
502 dstColor[dstCo
[all...]

Completed in 4 milliseconds