Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_blit.c537 GLint srcBufferY0 = -1, srcBufferY1 = -1; in blit_linear() local
647 if (srcY0 == srcBufferY0 && srcY1 == srcBufferY1) { in blit_linear()
650 else if (srcY0 == srcBufferY1) { in blit_linear()
668 srcBufferY1 = srcY1; in blit_linear()
687 srcBufferY1 = srcY1; in blit_linear()