Home
last modified time | relevance | path

Searched refs:gPlane (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable
124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
130 constant_plane(v2->color[GCOMP], gPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
Ds_aalinetemp.h63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); in NAME()
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); in NAME()
153 constant_plane(v1->color[GCOMP], line.gPlane); in NAME()
Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
Ds_aatritemp.h56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; variable
124 compute_plane(p0, p1, p2, v0->color[GCOMP], v1->color[GCOMP], v2->color[GCOMP], gPlane);
130 constant_plane(v2->color[GCOMP], gPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
Ds_aalinetemp.h63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane); in NAME()
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane); in NAME()
153 constant_plane(v1->color[GCOMP], line.gPlane); in NAME()
Ds_aaline.c63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4]; member