Home
last modified time | relevance | path

Searched refs:bPlane (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable
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);
Ds_aalinetemp.h64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane); in NAME()
147 v0->color[BCOMP], v1->color[BCOMP], line.bPlane); in NAME()
154 constant_plane(v1->color[BCOMP], line.bPlane); in NAME()
Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member