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

/external/mesa3d/src/mesa/swrast/
H A Ds_aalinetemp.h110 GLboolean inSegment; local
191 inSegment = GL_FALSE;
200 if (!inSegment) {
202 inSegment = GL_TRUE;
212 if (inSegment && (tEnd > tStart)) {
215 inSegment = GL_FALSE;
224 if (inSegment) {

Completed in 102 milliseconds