Searched refs:aPlane (Results 1 - 6 of 6) 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
126 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane);
132 constant_plane(v2->color[ACOMP], aPlane);
232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane);
295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
H A Ds_aalinetemp.h65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
155 constant_plane(v1->color[ACOMP], line.aPlane);
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
126 compute_plane(p0, p1, p2, v0->color[ACOMP], v1->color[ACOMP], v2->color[ACOMP], aPlane);
132 constant_plane(v2->color[ACOMP], aPlane);
232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane);
295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
H A Ds_aalinetemp.h65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
149 v0->color[ACOMP], v1->color[ACOMP], line.aPlane);
155 constant_plane(v1->color[ACOMP], line.aPlane);
H A Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo

Completed in 200 milliseconds