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

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_aaline.c 58 GLfloat ex3, ey3; member in struct:LineInfo
301 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3);
312 cross3 = info->ex3 + info->ey3;
365 line->ey3 = line->qy0 - line->qy3;
  /external/mesa3d/src/mesa/swrast/
s_aaline.c 58 GLfloat ex3, ey3; member in struct:LineInfo
301 GLfloat cross3 = (info->ex3 * fy3 - info->ey3 * fx3);
312 cross3 = info->ex3 + info->ey3;
365 line->ey3 = line->qy0 - line->qy3;

Completed in 2226 milliseconds