Lines Matching refs:effect
45 u8 effect:1; member
108 static void G2_SetWnd0InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
109 static void G2_SetWnd1InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
110 static void G2_SetWndOutsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
111 static void G2_SetWndOBJInsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
145 static void G2S_SetWnd0InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
146 static void G2S_SetWnd1InsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
147 static void G2S_SetWndOutsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
148 static void G2S_SetWndOBJInsidePlane(int wnd /* GXWndPlaneMask */ , BOOL effect);
288 static inline void G2_SetWnd0InsidePlane(int wnd, BOOL effect) in G2_SetWnd0InsidePlane() argument
295 if (effect) in G2_SetWnd0InsidePlane()
329 static inline void G2_SetWnd1InsidePlane(int wnd, BOOL effect) in G2_SetWnd1InsidePlane() argument
336 if (effect) in G2_SetWnd1InsidePlane()
370 static inline void G2_SetWndOutsidePlane(int wnd, BOOL effect) in G2_SetWndOutsidePlane() argument
377 if (effect) in G2_SetWndOutsidePlane()
410 static inline void G2_SetWndOBJInsidePlane(int wnd, BOOL effect) in G2_SetWndOBJInsidePlane() argument
418 if (effect) in G2_SetWndOBJInsidePlane()
786 static inline void G2S_SetWnd0InsidePlane(int wnd, BOOL effect) in G2S_SetWnd0InsidePlane() argument
794 if (effect) in G2S_SetWnd0InsidePlane()
828 static inline void G2S_SetWnd1InsidePlane(int wnd, BOOL effect) in G2S_SetWnd1InsidePlane() argument
836 if (effect) in G2S_SetWnd1InsidePlane()
870 static inline void G2S_SetWndOutsidePlane(int wnd, BOOL effect) in G2S_SetWndOutsidePlane() argument
878 if (effect) in G2S_SetWndOutsidePlane()
911 static inline void G2S_SetWndOBJInsidePlane(int wnd, BOOL effect) in G2S_SetWndOBJInsidePlane() argument
919 if (effect) in G2S_SetWndOBJInsidePlane()