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

/external/mesa3d/src/mesa/main/
H A Dimage.c862 const GLint srcYmax = ctx->ReadBuffer->Height; local
903 if (*srcY0 >= srcYmax && *srcY1 >= srcYmax)
918 clip_right_or_top(dstY0, dstY1, srcY0, srcY1, srcYmax);
945 ASSERT(*srcY0 <= srcYmax);
947 ASSERT(*srcY1 <= srcYmax);

Completed in 67 milliseconds