Lines Matching refs:texObj
107 TexRegionCallback0 ( const GXTexObj* texObj, GXTexMapID mapID );
109 TexRegionCallback1 ( const GXTexObj* texObj, GXTexMapID mapID );
111 TexRegionCallback2 ( const GXTexObj* texObj, GXTexMapID mapID );
113 TexRegionCallback3 ( const GXTexObj* texObj, GXTexMapID mapID );
153 ( const GXTexObj* texObj, GXTexMapID mapID ) =
706 static GXTexRegion* TexRegionCallback0(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback0() argument
708 #pragma unused(texObj) in TexRegionCallback0()
726 static GXTexRegion* TexRegionCallback1(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback1() argument
728 #pragma unused(texObj) in TexRegionCallback1()
751 static GXTexRegion* TexRegionCallback2(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback2() argument
757 texID = (u32)GXGetTexObjUserData(texObj); in TexRegionCallback2()
776 static GXTexRegion* TexRegionCallback3(const GXTexObj* texObj, GXTexMapID mapID) in TexRegionCallback3() argument
783 texID = (u32)GXGetTexObjUserData(texObj); in TexRegionCallback3()