Searched refs:rPlane (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/mesa/swrast/ |
D | s_aatritemp.h | 56 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);
|
D | s_aalinetemp.h | 62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane); in NAME() 143 v0->color[RCOMP], v1->color[RCOMP], line.rPlane); in NAME() 152 constant_plane(v1->color[RCOMP], line.rPlane); in NAME()
|
D | s_aaline.c | 63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
|