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

  /external/mesa3d/src/mesa/swrast/
s_aatritemp.h 229 array->rgba[count][RCOMP] = solve_plane_chan(cx, cy, rPlane);
230 array->rgba[count][GCOMP] = solve_plane_chan(cx, cy, gPlane);
231 array->rgba[count][BCOMP] = solve_plane_chan(cx, cy, bPlane);
232 array->rgba[count][ACOMP] = solve_plane_chan(cx, cy, aPlane);
292 array->rgba[ix][RCOMP] = solve_plane_chan(cx, cy, rPlane);
293 array->rgba[ix][GCOMP] = solve_plane_chan(cx, cy, gPlane);
294 array->rgba[ix][BCOMP] = solve_plane_chan(cx, cy, bPlane);
295 array->rgba[ix][ACOMP] = solve_plane_chan(cx, cy, aPlane);
s_aalinetemp.h 62 line->span.array->rgba[i][RCOMP] = solve_plane_chan(fx, fy, line->rPlane);
63 line->span.array->rgba[i][GCOMP] = solve_plane_chan(fx, fy, line->gPlane);
64 line->span.array->rgba[i][BCOMP] = solve_plane_chan(fx, fy, line->bPlane);
65 line->span.array->rgba[i][ACOMP] = solve_plane_chan(fx, fy, line->aPlane);
s_aatriangle.c 132 solve_plane_chan(GLfloat x, GLfloat y, const GLfloat plane[4]) function
s_aaline.c 172 solve_plane_chan(GLfloat x, GLfloat y, const GLfloat plane[4]) function

Completed in 55 milliseconds