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

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_feedback.c192 * For each plane, we define the OUTSIDE and COMPUTE_INTERSECTION
196 if (OUTSIDE(v0)) { \
197 if (OUTSIDE(v1)) { \
209 if (OUTSIDE(v1)) { \
219 #define OUTSIDE(V) (V.clipPos.x > V.clipPos.w) macro
225 #undef OUTSIDE macro
229 #define OUTSIDE(V) (V.clipPos.x < -(V.clipPos.w)) macro
235 #undef OUTSIDE macro
239 #define OUTSIDE(V) (V.clipPos.y > V.clipPos.w) macro
245 #undef OUTSIDE macro
249 #define OUTSIDE macro
255 #undef OUTSIDE macro
259 #define OUTSIDE macro
265 #undef OUTSIDE macro
269 #define OUTSIDE macro
275 #undef OUTSIDE macro
[all...]

Completed in 141 milliseconds