Home
last modified time | relevance | path

Searched refs:GX_BM_BLEND (Results 1 – 25 of 54) sorted by relevance

123

/RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/
Dpix-blend.c83 { "BLEND1", GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR },
84 { "BLEND2", GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_CLEAR },
85 { "BLEND3", GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR },
86 { "BLEND4", GX_BM_BLEND, GX_BL_DSTCLR, GX_BL_ZERO, GX_LO_CLEAR },
Dpix-a-comp.c223 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in SceneDraw()
537 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in myDrawModel()
Dpix-sub.c367 GXSetBlendMode(GX_BM_BLEND, 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()
Dpix-fog.c238 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in SceneDraw()
/RvlSDK-3.2.2/build/libraries/gd/src/
DGDPixel.c176 ((type == GX_BM_BLEND) || (type == GX_BM_SUBTRACT)), in GDSetBlendMode()
216 ((type == GX_BM_BLEND) || (type == GX_BM_SUBTRACT)), in GDSetBlendModeEtc()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Culling/
Dcul-faces.c240 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in SceneDraw()
510 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); in myDrawArrow()
535 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in myDrawArrow()
/RvlSDK-3.2.2/build/demos/mididemo/src/
Dmain.c55 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); in main()
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dweight.c89 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ) ; in main()
305 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_graphic()
Dgraphic.c84 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_graphic()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dsync.c170 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); // Translucent mode in initialize()
/RvlSDK-3.2.2/build/demos/scdemo/src/
Dmain.c47 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR );// Translucent mode in InitDisp()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dhandling_weight.c232 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); in main()
589 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_graphic()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-alpha.c254 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_COPY); in DrawTick()
298 GXSetBlendMode(GX_BM_BLEND, GX_BL_INVSRCALPHA, GX_BL_SRCALPHA, GX_LO_NOOP); in DrawTick()
Dlit-tx-alpha.c261 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_COPY); in DrawTick()
283 GXSetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP); in DrawTick()
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c202 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); in DEMOSetFontType()
208 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in DEMOSetFontType()
DDEMOWin.c901 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR); in DEMOWinRefresh()
941 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR); in DEMOWinRefresh()
957 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR); in DEMOWinRefresh()
1042 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR); in DEMOWinRefresh()
/RvlSDK-3.2.2/build/demos/osdemo/src/
Dfontdemo1.c214 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR); in main()
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-parabolicmap.c236 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawTick()
Dtg-spheremap.c251 GXSetBlendMode(GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawTick()
Dspheremap.c389 GXSetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_SET); in drawSphereMap()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Management/
Dmgt-fifo-dual.c283 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_CLEAR ); in DrawInit()
/RvlSDK-3.2.2/include/revolution/gx/
DGXEnum.h1239 GX_BM_BLEND, enumerator
1245 GX_BM_BLEND,
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-swap.c200 GXSetBlendMode(GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_SET); in DrawTick()
/RvlSDK-3.2.2/build/demos/kpadOlddemo/src/
Dgraphic.c90 GXSetBlendMode( GX_BM_BLEND, GX_BL_SRCALPHA, GX_BL_INVSRCALPHA, GX_LO_NOOP ) ; in init_draw_graphic()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/
Dtf-reflect.c156 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in DrawScene()

123