Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
Ds_span.c1422 const GLint bufHeight = (GLint) rb->Height; in _swrast_read_rgba_span() local
1424 if (y < 0 || y >= bufHeight || x + (GLint) n < 0 || x >= bufWidth) { in _swrast_read_rgba_span()