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

/xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/
H A Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable in typeref:typename:GLfloat[4][4]
124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
130 constant_plane(v2->color[GCOMP], gPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
H A Ds_aalinetemp.h63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
153 constant_plane(v1->color[GCOMP], line.gPlane);
H A Ds_aaline.c65 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
/xsrc/external/mit/MesaLib/dist/src/mesa/swrast/
H A Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable in typeref:typename:GLfloat[4][4]
124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
130 constant_plane(v2->color[GCOMP], gPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
H A Ds_aalinetemp.h63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
153 constant_plane(v1->color[GCOMP], line.gPlane);
H A Ds_aaline.c64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo

Completed in 6 milliseconds