Searched refs:bPlane (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][4]
125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane);
131 constant_plane(v2->color[BCOMP], bPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
H A Ds_aalinetemp.h64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
154 constant_plane(v1->color[BCOMP], line.bPlane);
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][4]
125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane);
131 constant_plane(v2->color[BCOMP], bPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
H A Ds_aalinetemp.h64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane);
154 constant_plane(v1->color[BCOMP], line.bPlane);
H A Ds_aaline.c64 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo

Completed in 6 milliseconds