HomeSort by relevance Sort by last modified time
    Searched defs:bPlane (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];
125 compute_plane(p0, p1, p2, v0->color[BCOMP], v1->color[BCOMP], v2->color[BCOMP], bPlane);
131 constant_plane(v2->color[BCOMP], bPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
s_aaline.c 63 GLfloat rPlane[4], gPlane[4], bPlane[4], aPlane[4];

Completed in 1175 milliseconds