Home
last modified time | relevance | path

Searched refs:GX_Power2DSub (Results 1 – 5 of 5) sorted by relevance

/TwlSDK-5.1.0/build/demos.TWL/dsp/yuvToRgb/src/
Dmain.c240 GX_Power2DSub(TRUE); // Turn the sub 2D graphic engine off in InitializeGraphics()
/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-1/src/
Dmain.c302 GX_Power2DSub(TRUE); // Turn the sub 2D graphic engine off in InitializeGraphics()
/TwlSDK-5.1.0/build/demos.TWL/dsp/scaling-2/src/
Dmain.c321 GX_Power2DSub(TRUE); // Turn the sub 2D graphic engine off in InitializeGraphics()
/TwlSDK-5.1.0/include/nitro/gx/
Dgx.h337 static void GX_Power2DSub(BOOL enable);
1234 static inline void GX_Power2DSub(BOOL enable) in GX_Power2DSub() function
/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOBitmap.c174 GX_Power2DSub(TRUE); in DEMOInitDisplayBitmap()