Home
last modified time | relevance | path

Searched refs:GX2RDebugOptions (Results 1 – 3 of 3) sorted by relevance

/CafeSDK-2.12.13/system/include/cafe/gx2/
Dgx2rCpp.h26 GX2_INLINE GX2RDebugOptions operator |(GX2RDebugOptions x, GX2RDebugOptions y) { return (GX2RDeb…
Dgx2rResource.h46 } GX2RDebugOptions; typedef
214 void GX2API GX2RSetDebugOptions(GX2RDebugOptions debugOptions);
221 GX2RDebugOptions GX2API GX2RGetDebugOptions(void);
/CafeSDK-2.12.13/system/src/lib/demo/
DdemoGfx.c383 GX2RSetDebugOptions((GX2RDebugOptions)gx2rDebugOptions); in DEMOGfxInit()