Home
last modified time | relevance | path

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

/RvlSDK-2.1/build/demos/gxdemo/src/Texture/
Dtex-invalid.c66 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID );
180 GXSetTexRegionCallback(MyTexRegionCallback); in DrawInit()
501 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback() function
Dtex-mix-mode.c86 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID );
202 GXSetTexRegionCallback(MyTexRegionCallback); in DrawInit()
528 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback() function
/RvlSDK-2.1/build/demos/gxdemo/src/Performance/
Dperf-fill.c112 MyTexRegionCallback( const GXTexObj* texObj, GXTexMapID mapID );
474 oldCallback = GXSetTexRegionCallback(MyTexRegionCallback); in DrawInit()
853 oldCallback = GXSetTexRegionCallback(MyTexRegionCallback); in AnimTick()
916 static GXTexRegion* MyTexRegionCallback(const GXTexObj* texObj, GXTexMapID mapID) in MyTexRegionCallback() function