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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c406 const GLubyte (*srcColor1)[4] = (const GLubyte (*)[4]) srcBuffer1; local in function:resample_linear_row_ub
433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
436 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOMP]);
439 srcColor1[srcCol0][BCOMP], srcColor1[srcCol1][BCOMP]);
442 srcColor1[srcCol0][ACOMP], srcColor1[srcCol1][ACOMP]);
461 const GLfloat (*srcColor1)[ local in function:resample_linear_row_float
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c406 const GLubyte (*srcColor1)[4] = (const GLubyte (*)[4]) srcBuffer1; local in function:resample_linear_row_ub
433 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
436 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOMP]);
439 srcColor1[srcCol0][BCOMP], srcColor1[srcCol1][BCOMP]);
442 srcColor1[srcCol0][ACOMP], srcColor1[srcCol1][ACOMP]);
461 const GLfloat (*srcColor1)[ local in function:resample_linear_row_float
[all...]

Completed in 5 milliseconds