HomeSort by relevance Sort by last modified time
    Searched refs:gPlane (Results 1 - 3 of 3) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 56 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4];
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);
s_aalinetemp.h 63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
145 v0->color[GCOMP], v1->color[GCOMP], line.gPlane);
153 constant_plane(v1->color[GCOMP], line.gPlane);
s_aaline.c 63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4];

Completed in 133 milliseconds