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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_blit.c610 GLint srcRow0 = IFLOOR(srcRow); local
611 GLint srcRow1 = srcRow0 + 1;
612 GLfloat rowWeight = srcRow - srcRow0; /* fractional part of srcRow */
619 srcRow1 = srcRow0;
624 srcRow0 = srcHeight - 1 - srcRow0;
628 srcY0 = srcYpos + srcRow0;
/external/mesa3d/src/mesa/swrast/
H A Ds_blit.c610 GLint srcRow0 = IFLOOR(srcRow); local
611 GLint srcRow1 = srcRow0 + 1;
612 GLfloat rowWeight = srcRow - srcRow0; /* fractional part of srcRow */
619 srcRow1 = srcRow0;
624 srcRow0 = srcHeight - 1 - srcRow0;
628 srcY0 = srcYpos + srcRow0;

Completed in 31 milliseconds