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

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c448 const GLint ixLeft = (GLint) xLeft; local
452 for (ix = ixLeft; ix < ixRight; ix++) {
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c448 const GLint ixLeft = (GLint) xLeft; local
452 for (ix = ixLeft; ix < ixRight; ix++) {

Completed in 95 milliseconds