Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/include/revolution/gx/
DGXTexture.h117 void* image_ptr,
127 void* image_ptr,
147 void GXInitTexObjData ( GXTexObj* obj, void* image_ptr );
/RvlSDK-3.1.4/build/libraries/gd/src/
DGDTexture.c270 void GDSetTexImgPtr ( GXTexMapID id, void *image_ptr ) in GDSetTexImgPtr() argument
272 GDWriteBPCmd(TX_SETIMAGE3(OSCachedToPhysical(image_ptr)>>5, in GDSetTexImgPtr()
309 void GDPatchTexImgPtr ( void *image_ptr ) in GDPatchTexImgPtr() argument
313 GDWrite_u24(OSCachedToPhysical(image_ptr)>>5); // write texture address in GDPatchTexImgPtr()
/RvlSDK-3.1.4/include/revolution/gd/
DGDTexture.h69 void GDSetTexImgPtr ( GXTexMapID id, void *image_ptr );
71 void GDPatchTexImgPtr ( void *image_ptr );