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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_span.c1417 const GLint bufWidth = (GLint) rb->Width; local
1420 if (y < 0 || y >= bufHeight || x + (GLint) n < 0 || x >= bufWidth) {
1437 if (length > bufWidth) {
1438 length = bufWidth;
1441 else if ((GLint) (x + n) > bufWidth) {
1444 length = bufWidth - x;
/external/mesa3d/src/mesa/swrast/
H A Ds_span.c1417 const GLint bufWidth = (GLint) rb->Width; local
1420 if (y < 0 || y >= bufHeight || x + (GLint) n < 0 || x >= bufWidth) {
1437 if (length > bufWidth) {
1438 length = bufWidth;
1441 else if ((GLint) (x + n) > bufWidth) {
1444 length = bufWidth - x;

Completed in 60 milliseconds