Home
last modified time | relevance | path

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

/RvlSDK-3.3/include/revolution/hbm/
DHBMNetworkManual.h20 void* graphicBuf; member
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_jpeg/src/
Dnetworkmanual_jpeg.cpp745 netInfo.graphicBuf = NULL; in main()
868 netInfo.graphicBuf = (u8*)allocMem2( (u32)buffersize ); in main()
869 …HBMJPGMakeTextureBuffer ( (void *)workmem, (void *)netInfo.graphicBuf, (u32)buffersize, (void … in main()
935 freeMem2( netInfo.graphicBuf ); in main()
/RvlSDK-3.3/build/demos/hbmdemo/networkmanual_tpl/src/
Dnetworkmanual_tpl.cpp198 static void drawTexPlate( void* graphicBuf, u16 width, u16 height, GXTexFmt texFmt, f32 left, f32 …
269 static void drawTexPlate( void* graphicBuf, u16 width, u16 height, GXTexFmt texFmt, f32 left, f32 … in drawTexPlate() argument
285 (void *)graphicBuf, in drawTexPlate()
884 netInfo.graphicBuf = (void*)tdpGraphic->textureHeader->data; in main()