Home
last modified time | relevance | path

Searched refs:MEMAllocFromAllocator (Results 1 – 25 of 53) sorted by relevance

123

/RvlSDK-3.2.2/build/demos/cntdemo/src/
Dcntdemo.c111 buffer1 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize1)); in main()
112 buffer2 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize2)); in main()
113 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()
Ddatatitledemo.c113 buffer1 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize1)); in main()
114 buffer2 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize2)); in main()
115 buffer3 = (u8*)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(fileSize3)); in main()
Dstrapcntdemo.c252 *buffer = (TPLPalettePtr)MEMAllocFromAllocator( &DemoAllocator1, OSRoundUp32B( fileSize ) ); in LoadSIContentData()
283 uncompData = (u8*)MEMAllocFromAllocator( &DemoAllocator1, uncompSize ); in LoadTexDataLZ()
/RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/
DDL-tf-mtx.c186 PosMtxArrayBuf[0] = (Mtx*) MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx) * NUM_CONTOUR); in DrawInit()
187 PosMtxArrayBuf[1] = (Mtx*) MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx) * NUM_CONTOUR); in DrawInit()
188 NrmMtxArrayBuf[0] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit()
189 NrmMtxArrayBuf[1] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit()
190 TexMtxArrayBuf[0] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit()
191 TexMtxArrayBuf[1] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit()
383 ModelDLBuffer = MEMAllocFromAllocator(&DemoAllocator1, DL_BUFSIZE); in BuildModelDL()
DDL-geom.c214 tmpDL = MEMAllocFromAllocator(&DemoAllocator1, TMP_SIZE); in DrawInit()
221 cubeDL = MEMAllocFromAllocator(&DemoAllocator1, cubeSize); in DrawInit()
253 sphereDL = MEMAllocFromAllocator(&DemoAllocator1, sphereSize); in DrawInit()
289 listDL[i] = MEMAllocFromAllocator(&DemoAllocator1, listSize[i]); in DrawInit()
/RvlSDK-3.2.2/include/revolution/mem/
Dallocator.h56 void* MEMAllocFromAllocator( MEMAllocator* pAllocator, u32 size );
/RvlSDK-3.2.2/include/
Ddemo.h126 (*pal) = (TPLPalettePtr)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(dfi.length)); in TPLGetPalette()
/RvlSDK-3.2.2/build/demos/nanddemo/src/
Dutil.c77 return MEMAllocFromAllocator(&s_mem2Allocator, size); in alloc32()
/RvlSDK-3.2.2/build/demos/memdemo/src/
Dallocator.c49 addr = MEMAllocFromAllocator( allocator, size ); in AllocateTest()
/RvlSDK-3.2.2/build/libraries/demo/src/
DDEMOPuts.c449 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_SJIS); in DEMOInitROMFont()
459 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_ANSI); in DEMOInitROMFont()
469 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_UTF); in DEMOInitROMFont()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/
Dtev-complex.c384 …sc->mtConfig->texMapArray = (GXTexObj*)MEMAllocFromAllocator(&DemoAllocator1, nt * sizeof(GXTexObj… in DrawInit()
515 mo->posArray = (s16*)MEMAllocFromAllocator(&DemoAllocator1, size_p * sizeof(s16)); in CreateModel()
516 mo->nrmArray = (s16*)MEMAllocFromAllocator(&DemoAllocator1, size_n * sizeof(s16)); in CreateModel()
517 mo->tcdArray = (s16*)MEMAllocFromAllocator(&DemoAllocator1, size_t * sizeof(s16)); in CreateModel()
Dtev-outline.c175 alphaBuffer = MEMAllocFromAllocator(&DemoAllocator1, screen_wd*screen_ht*sizeof(u16)); in DrawCartoonOutline()
500 myDisplayList = MEMAllocFromAllocator(&DemoAllocator1, MYDLBUFSIZE); in myCreateModel()
/RvlSDK-3.2.2/build/demos/videmo/src/
Ddimming.c71 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
/RvlSDK-3.2.2/build/demos/kpadOlddemo/src/
Dmain.c105 return MEMAllocFromAllocator(&s_mem2Allocator, size); in alloc32()
/RvlSDK-3.2.2/build/libraries/mem/src/
Dmem_allocator.c239 MEMAllocFromAllocator( in MEMAllocFromAllocator() function
/RvlSDK-3.2.2/build/demos/gxdemo/src/Management/
Dmgt-fifo-brkpt.c293 GXInitFifoBase( fifo, MEMAllocFromAllocator(&DemoAllocator1, BIG_FIFO_SIZE), BIG_FIFO_SIZE ); in FifoInit()
/RvlSDK-3.2.2/build/demos/wpaddemo/src/
Dsync.c80 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
Dmemory.c83 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Framebuffer/
Dfrb-zcopy.c233 sc->cTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
241 sc->zTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
/RvlSDK-3.2.2/build/demos/wbcdemo/src/
Dsimple_wbc.c333 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
Dbalance.c371 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Texture/
Dtex-tlut.c561 to->data = MEMAllocFromAllocator(&DemoAllocator1, bufferSize); in CreateColorMapTexture()
642 to->data = MEMAllocFromAllocator(&DemoAllocator1, bufferSize); in CreateSampleImgTexture()
851 cmo->tlutBuffer = (u16*)MEMAllocFromAllocator(&DemoAllocator1, ciSize * sizeof(u16)); in LoadColorMap()
/RvlSDK-3.2.2/build/demos/kpaddemo/src/
Dmain.c119 return MEMAllocFromAllocator( &s_mem2Allocator, size ) ; in alloc32()
/RvlSDK-3.2.2/build/demos/gxdemo/src/Lighting/
Dlit-tx-alpha.c219 sc->panel.posArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
221 sc->panel.normArray = MEMAllocFromAllocator(&DemoAllocator1, PANEL_ARRAY_SIZE * sizeof(f32)); in DrawInit()
/RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/
Dtg-parabolicmap.c131 tex_buffer = (void*)MEMAllocFromAllocator(&DemoAllocator1, in DrawInit()

123