Searched defs:sPlane (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_aaline.c191 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4], argument
194 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width;
195 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;
/external/mesa3d/src/mesa/swrast/
H A Ds_aaline.c191 compute_lambda(const GLfloat sPlane[4], const GLfloat tPlane[4], argument
194 GLfloat dudx = sPlane[0] / sPlane[2] * invQ * width;
195 GLfloat dudy = sPlane[1] / sPlane[2] * invQ * width;

Completed in 121 milliseconds