Home
last modified time | relevance | path

Searched refs:srcBufferY1 (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_blit.c513 GLint srcBufferY0 = -1, srcBufferY1 = -1; in blit_linear() local
632 if (srcY0 == srcBufferY0 && srcY1 == srcBufferY1) { in blit_linear()
635 else if (srcY0 == srcBufferY1) { in blit_linear()
653 srcBufferY1 = srcY1; in blit_linear()
672 srcBufferY1 = srcY1; in blit_linear()