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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c385 GLint srcCol0 = IFLOOR(srcCol); local
386 GLint srcCol1 = srcCol0 + 1;
387 GLfloat colWeight = srcCol - srcCol0; /* fractional part of srcCol */
390 ASSERT(srcCol0 >= 0);
391 ASSERT(srcCol0 < srcWidth);
401 srcCol0 = srcWidth - 1 - srcCol0;
406 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
407 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
409 srcColor0[srcCol0][GCOM
442 GLint srcCol0 = IFLOOR(srcCol); local
[all...]
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c385 GLint srcCol0 = IFLOOR(srcCol); local
386 GLint srcCol1 = srcCol0 + 1;
387 GLfloat colWeight = srcCol - srcCol0; /* fractional part of srcCol */
390 ASSERT(srcCol0 >= 0);
391 ASSERT(srcCol0 < srcWidth);
401 srcCol0 = srcWidth - 1 - srcCol0;
406 srcColor0[srcCol0][RCOMP], srcColor0[srcCol1][RCOMP],
407 srcColor1[srcCol0][RCOMP], srcColor1[srcCol1][RCOMP]);
409 srcColor0[srcCol0][GCOM
442 GLint srcCol0 = IFLOOR(srcCol); local
[all...]

Completed in 27 milliseconds