/external/chromium_org/third_party/mesa/src/src/mesa/swrast/ |
s_aatriangle.c | 103 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) function 110 #define SOLVE_PLANE(X, Y, PLANE) \ 115 * Return 1 / solve_plane().
|
s_aaline.c | 144 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) function 150 #define SOLVE_PLANE(X, Y, PLANE) \ 155 * Return 1 / solve_plane().
|
/external/mesa3d/src/mesa/swrast/ |
s_aatriangle.c | 103 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) function 110 #define SOLVE_PLANE(X, Y, PLANE) \ 115 * Return 1 / solve_plane().
|
s_aaline.c | 144 solve_plane(GLfloat x, GLfloat y, const GLfloat plane[4]) function 150 #define SOLVE_PLANE(X, Y, PLANE) \ 155 * Return 1 / solve_plane().
|