Searched refs:y1out (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/jni/android/opengl/ |
D | poly_clip.cpp | 108 int x0out = 0, x1out = 0, y0out = 0, y1out = 0, z0out = 0, z1out = 0; in poly_clip_to_frustum() local 119 if (v->sy > sw) y1out++; /* out on bottom */ in poly_clip_to_frustum() 125 if (x0out+x1out+y0out+y1out+z0out+z1out == 0) in poly_clip_to_frustum() 130 y1out==p1->n || z0out==p1->n || z1out==p1->n) { in poly_clip_to_frustum() 144 if (y1out) CLIP_AND_SWAP(sy, 1.0f, 1.0f, p, q, r); in poly_clip_to_frustum()
|