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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aalinetemp.h 73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
s_aatriangle.c 118 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) function
s_aaline.c 158 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) function
  /external/mesa3d/src/mesa/swrast/
s_aalinetemp.h 73 const GLfloat invQ = solve_plane_recip(fx, fy, line->attrPlane[attr][3]);
85 const GLfloat invW = solve_plane_recip(fx, fy, line->wPlane);
s_aatriangle.c 118 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) function
s_aaline.c 158 solve_plane_recip(GLfloat x, GLfloat y, const GLfloat plane[4]) function

Completed in 732 milliseconds