Home
last modified time | relevance | path

Searched refs:GX_LO_NOOP (Results 1 – 11 of 11) sorted by relevance

/RvlSDK-3.1.4/build/demos/gxdemo/src/PixelProc/
Dpix-sub.c327 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_NOOP); in DrawTick()
367 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_NOOP); in DrawTick()
390 GXSetBlendMode(GX_BM_SUBTRACT, GX_BL_ONE, GX_BL_ONE, GX_LO_NOOP); in DrawTick()
430 GXSetBlendMode(GX_BM_BLEND, GX_BL_ZERO, GX_BL_SRCCLR, GX_LO_NOOP); in DrawTick()
455 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_NOOP); in DrawTick()
Dpix-logic.c168 { GX_LO_NOOP, "NOOP Dst" },
/RvlSDK-3.1.4/build/demos/kpaddemo/src/
Dgraphic.c84 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_graphic()
Dkfont.c174 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_kfont()
/RvlSDK-3.1.4/build/demos/kpadOlddemo/src/
Dgraphic.c90 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_graphic()
Dkfont.c174 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_kfont()
/RvlSDK-3.1.4/build/demos/gxdemo/src/TexGen/
Dtg-clr-persp.c775 GXSetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP); in DrawState()
779 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_NOOP); in DrawState()
/RvlSDK-3.1.4/build/demos/gxdemo/src/Lighting/
Dlit-alpha.c298 GXSetBlendMode(GX_BM_BLEND, GX_BL_INVSRCALPHA, GX_BL_SRCALPHA, GX_LO_NOOP); in DrawTick()
Dlit-tx-alpha.c283 GXSetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP); in DrawTick()
/RvlSDK-3.1.4/include/revolution/gx/
DGXEnum.h1292 GX_LO_NOOP, enumerator
/RvlSDK-3.1.4/build/demos/gxdemo/src/Texture/
Dtex-tlut.c307 GXSetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP); in DrawTick()