Searched defs:srcCol (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_blit.c411 const GLfloat srcCol = (dstCol + 0.5F) / dstWidth * srcWidth - 0.5F; local in function:resample_linear_row_ub
466 const GLfloat srcCol = (dstCol + 0.5F) / dstWidth * srcWidth - 0.5F; local in function:resample_linear_row_float
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_blit.c411 const GLfloat srcCol = (dstCol + 0.5F) / dstWidth * srcWidth - 0.5F; local in function:resample_linear_row_ub
466 const GLfloat srcCol = (dstCol + 0.5F) / dstWidth * srcWidth - 0.5F; local in function:resample_linear_row_float
[all...]

Completed in 3 milliseconds