Searched defs:CLIP_AND_SWAP (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/jni/android/opengl/
H A Dpoly_clip.cpp41 #define CLIP_AND_SWAP(elem, sign, k, p, q, r) { \ macro
142 if (x0out) CLIP_AND_SWAP(sx, -1.0f, -1.0f, p, q, r);
143 if (x1out) CLIP_AND_SWAP(sx, 1.0f, 1.0f, p, q, r);
144 if (y0out) CLIP_AND_SWAP(sy, -1.0f, -1.0f, p, q, r);
145 if (y1out) CLIP_AND_SWAP(sy, 1.0f, 1.0f, p, q, r);
146 if (z0out) CLIP_AND_SWAP(sz, -1.0f, -1.0f, p, q, r);
147 if (z1out) CLIP_AND_SWAP(sz, 1.0f, 1.0f, p, q, r);

Completed in 86 milliseconds