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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c386 GLint srcCol1 = srcCol0 + 1; local
392 ASSERT(srcCol1 <= srcWidth);
394 if (srcCol1 == srcWidth) {
396 srcCol1--;
402 srcCol1 = srcWidth - 1 - srcCol1;
406 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
407 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
409 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP],
410 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOM
443 GLint srcCol1 = srcCol0 + 1; local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c386 GLint srcCol1 = srcCol0 + 1; local
392 ASSERT(srcCol1 <= srcWidth);
394 if (srcCol1 == srcWidth) {
396 srcCol1--;
402 srcCol1 = srcWidth - 1 - srcCol1;
406 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
407 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
409 srcColor0[srcCol0][GCOMP], srcColor0[srcCol1][GCOMP],
410 srcColor1[srcCol0][GCOMP], srcColor1[srcCol1][GCOM
443 GLint srcCol1 = srcCol0 + 1; local
[all...]

Completed in 66 milliseconds