Home
last modified time | relevance | path

Searched refs:GX_BM_LOGIC (Results 1 – 6 of 6) sorted by relevance

/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-logic.c80 { 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()
Dpix-z-comp.c454 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR ); in myDrawModel()
Dpix-a-comp.c554 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR ); in myDrawModel()
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDPixel.c177 (type == GX_BM_LOGIC), in GDSetBlendMode()
217 (type == GX_BM_LOGIC), in GDSetBlendModeEtc()
/RvlSDK-3.2.2/include/revolution/gx/
DGXEnum.h1240 GX_BM_LOGIC, enumerator
1246 GX_BM_LOGIC,
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c197 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ZERO, GX_BL_ZERO, GX_LO_INVCOPY ); in DEMOSetFontType()