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

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dpacksingle.h123 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
125 if (slop) _XEatData(dpy,4-slop); \
130 GLint slop = alen*__GLX_SIZE_INT8 & 3; \
132 if (slop) _XEatData(dpy,4-slop); \
138 GLint slop = (alen*__GLX_SIZE_INT16) & 3; \
140 if (slop) _XEatData(dpy,4-slop); \
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/glxProxy/
H A Dglxscreens.c142 int length, numbytes, slop; local in function:CalcServerVersionAndExtensions
155 slop = numbytes * __GLX_SIZE_INT8 & 3;
162 if (slop) _XEatData(dpy,4-slop);
H A Dglxcmds.c2446 int slop; local in function:__glXQueryExtensionsString
2472 slop = numbytes * __GLX_SIZE_INT8 & 3;
2479 if (slop) _XEatData(dpy,4-slop);
2523 int slop; local in function:__glXQueryServerString
2550 slop = numbytes * __GLX_SIZE_INT8 & 3;
2557 if (slop) _XEatData(dpy,4-slop);
/xsrc/external/mit/glu/dist/src/libnurbs/nurbtess/
H A DsampleMonoPoly.cc985 Real slop = 0.0, uinterc; local in function:findLeftGridIndices
1023 slop = (dLine->head()[0] - dLine->tail()[0]) / (dLine->head()[1]-vtail);
1033 uinterc = slop * (grid_v_value - vtail) + dLine->tail()[0];
1103 Real slop = 0.0, uinterc; local in function:findRightGridIndices
1140 slop = (dLine->tail()[0] - dLine->head()[0]) / (dLine->tail()[1]-dLine->head()[1]);
1147 slop = (dLine->tail()[0] - dLine->head()[0]) / (dLine->tail()[1]-vhead);
1151 uinterc = slop * (grid_v_value - dLine->head()[1]) + dLine->head()[0];

Completed in 9 milliseconds