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

  /external/mesa3d/src/mesa/swrast/
s_aaline.c 55 GLfloat ex0, ey0; /* quad edge vectors */ member in struct:LineInfo
298 GLfloat cross0 = (info->ex0 * fy0 - info->ey0 * fx0);
306 cross0 = info->ex0 + info->ey0;
358 line->ex0 = line->qx1 - line->qx0;
  /system/core/libpixelflinger/
trap.cpp 566 register int32_t ex0 = ey0; local
571 if (ex0>0 && ex1>0 && ex2>0)
573 ex0 -= dy01 << TRI_FRACTION_BITS;
579 if (!(ex0>0 && ex1>0 && ex2>0))
581 ex0 -= dy01 << TRI_FRACTION_BITS;
    [all...]

Completed in 1364 milliseconds