Searched refs:GX_BM_LOGIC (Results 1 – 6 of 6) sorted by relevance
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | pix-logic.c | 80 { NULL, GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_COPY }, 81 { NULL, GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_INVCOPY }, 82 { NULL, GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR }, 83 { NULL, GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_AND }, 333 b->type = GX_BM_LOGIC; in SceneControl()
|
| D | pix-z-comp.c | 454 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR ); in myDrawModel()
|
| D | pix-a-comp.c | 554 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR ); in myDrawModel()
|
| /RvlSDK-3.2.2/build/libraries/gd/src/ |
| D | GDPixel.c | 177 (type == GX_BM_LOGIC), in GDSetBlendMode() 217 (type == GX_BM_LOGIC), in GDSetBlendModeEtc()
|
| /RvlSDK-3.2.2/include/revolution/gx/ |
| D | GXEnum.h | 1240 GX_BM_LOGIC, enumerator 1246 GX_BM_LOGIC,
|
| /RvlSDK-3.2.2/build/libraries/demo/src/ |
| D | DEMOPuts.c | 197 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ZERO, GX_BL_ZERO, GX_LO_INVCOPY ); in DEMOSetFontType()
|