Home
last modified time | relevance | path

Searched refs:GX_BL_ONE (Results 1 – 25 of 42) sorted by relevance

12

/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 },
85 { "BLEND3", GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR },
225 if ( GX_BL_ONE == b->sfactor ) in SceneDrawInfo()
228 if ( GX_BL_ONE == b->dfactor ) title = "ADD"; in SceneDrawInfo()
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 },
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()
455 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_NOOP); in DrawTick()
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()
554 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR ); in myDrawModel()
Dpix-z-comp.c438 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR ); in myDrawModel()
454 GXSetBlendMode( GX_BM_LOGIC, GX_BL_ONE, GX_BL_ZERO, GX_LO_XOR ); in myDrawModel()
/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/wpaddemo/src/
Dsync.c170 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); // Translucent mode in initialize()
Dwpad_seqdemo.c633 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); // Translucent mode in initialize()
Dwpad_spdemo.c759 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); // Translucent mode in initialize()
Ddummy_checker.c643 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/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/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/thpdemo/src/THPSimple/
DTHPDraw.c44 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in THPGXRestore()
105 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR); in THPGXYuv2RgbSetup()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPDraw.c44 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in THPGXRestore()
105 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR); in THPGXYuv2RgbSetup()
/RvlSDK-3.2.2/build/demos/thpdemo/src/THPPlayer/
DTHPDraw.c44 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in THPGXRestore()
105 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_CLEAR); in THPGXYuv2RgbSetup()
/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()
/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/nanddemo/src/
Dgamesave.c96 GXSetBlendMode( GX_BM_BLEND, GX_BL_ONE, GX_BL_ONE, GX_LO_CLEAR ); in Initialize()
/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()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-gamma.c411 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawGammaTestImg()
442 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawGammaTestImg()
/RvlSDK-3.2.2/build/demos/videmo/src/
Dfrb-vi-gamma.c476 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawGammaTestImg()
507 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawGammaTestImg()
/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()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-swap.c204 GXSetBlendMode(GX_BM_NONE, GX_BL_ONE, GX_BL_ZERO, GX_LO_SET); in DrawTick()

12