OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
568
int32_t
ex0
= ey0;
local
573
if (
ex0
>0 && ex1>0 && ex2>0)
575
ex0
-= dy01 << TRI_FRACTION_BITS;
581
if (!(
ex0
>0 && ex1>0 && ex2>0))
583
ex0
-= dy01 << TRI_FRACTION_BITS;
[
all
...]
Completed in 274 milliseconds