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

Completed in 65 milliseconds