HomeSort by relevance Sort by last modified time
    Searched defs:gPlane (Results 1 - 2 of 2) 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_aaline.c 63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4];

Completed in 67 milliseconds