Searched defs:rPlane (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable
123 compute_plane(p0, p1, p2, v0->color[RCOMP], v1->color[RCOMP], v2->color[RCOMP], rPlane);
129 constant_plane(v2->color[RCOMP], rPlane);
229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane);
292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane);
H A Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member in struct:LineInfo

Completed in 171 milliseconds