Searched defs:bPlane (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A 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);
H A Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo
/external/mesa3d/src/mesa/swrast/
H A 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);
H A Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo

Completed in 85 milliseconds