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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_span.c1425 const GLint bufHeight = (GLint) rb->Height; local in function:_swrast_read_rgba_span
1427 if (y < 0 || y >= bufHeight || x + (GLint) n < 0 || x >= bufWidth) {
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_span.c1422 const GLint bufHeight = (GLint) rb->Height; local in function:_swrast_read_rgba_span
1424 if (y < 0 || y >= bufHeight || x + (GLint) n < 0 || x >= bufWidth) {

Completed in 6 milliseconds