| /RvlSDK-2.1/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 184 PosMtxArrayBuf[0] = (Mtx*) MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx) * NUM_CONTOUR); in DrawInit() 185 PosMtxArrayBuf[1] = (Mtx*) MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx) * NUM_CONTOUR); in DrawInit() 186 NrmMtxArrayBuf[0] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit() 187 NrmMtxArrayBuf[1] = (Mtx33*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx33) * NUM_CONTOUR); in DrawInit() 188 TexMtxArrayBuf[0] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit() 189 TexMtxArrayBuf[1] = (Mtx24*)MEMAllocFromAllocator(&DemoAllocator1, sizeof(Mtx24) * NUM_CONTOUR); in DrawInit() 381 ModelDLBuffer = MEMAllocFromAllocator(&DemoAllocator1, DL_BUFSIZE); in BuildModelDL()
|
| D | DL-geom.c | 214 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-2.1/build/demos/cxdemo/src/ |
| D | cx_uncompress.c | 166 buf = MEMAllocFromAllocator( &DemoAllocator1, OSRoundUp32B( fileInfo.length ) ); in LoadTexData() 195 uncompData = MEMAllocFromAllocator( &DemoAllocator1, uncompSize ); in LoadTexDataRL() 229 uncompData = MEMAllocFromAllocator( &DemoAllocator1, uncompSize ); in LoadTexDataLZ() 263 uncompData = MEMAllocFromAllocator( &DemoAllocator1, uncompSize ); in LoadTexDataHuff()
|
| D | cx_uncompress_stream.c | 162 buf = MEMAllocFromAllocator( &DemoAllocator1, OSRoundUp32B( fileInfo.length ) ); in LoadTexData() 200 uncompBuf = MEMAllocFromAllocator ( &DemoAllocator1, uncompSize ); in LoadTexDataRL() 267 uncompBuf = MEMAllocFromAllocator ( &DemoAllocator1, uncompSize ); in LoadTexDataLZ() 334 uncompBuf = MEMAllocFromAllocator ( &DemoAllocator1, uncompSize ); in LoadTexDataHuff()
|
| /RvlSDK-2.1/include/revolution/mem/ |
| D | allocator.h | 56 void* MEMAllocFromAllocator( MEMAllocator* pAllocator, u32 size );
|
| /RvlSDK-2.1/include/ |
| D | demo.h | 103 (*pal) = (TPLPalettePtr)MEMAllocFromAllocator(&DemoAllocator1, OSRoundUp32B(dfi.length)); in TPLGetPalette()
|
| /RvlSDK-2.1/build/demos/nanddemo/src/ |
| D | util.c | 77 return MEMAllocFromAllocator(&s_mem2Allocator, size); in alloc32()
|
| /RvlSDK-2.1/build/demos/memdemo/src/ |
| D | allocator.c | 49 addr = MEMAllocFromAllocator( allocator, size ); in AllocateTest()
|
| /RvlSDK-2.1/build/demos/wpaddemo/src/ |
| D | check.c | 169 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | sync-callback.c | 152 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | distance.c | 268 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | simple.c | 206 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | sampling.c | 298 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| D | pointing.c | 174 ptr = MEMAllocFromAllocator(&DemoAllocator2, size); in myAlloc()
|
| /RvlSDK-2.1/build/libraries/demo/src/ |
| D | DEMOPuts.c | 435 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_SJIS); in DEMOInitROMFont() 445 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_ANSI); in DEMOInitROMFont() 455 FontData = MEMAllocFromAllocator(&DemoAllocator1, OS_FONT_SIZE_UTF); in DEMOInitROMFont()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Tev/ |
| D | tev-complex.c | 384 …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()
|
| D | tev-outline.c | 175 alphaBuffer = MEMAllocFromAllocator(&DemoAllocator1, screen_wd*screen_ht*sizeof(u16)); in DrawCartoonOutline() 500 myDisplayList = MEMAllocFromAllocator(&DemoAllocator1, MYDLBUFSIZE); in myCreateModel()
|
| /RvlSDK-2.1/build/libraries/mem/src/ |
| D | mem_allocator.c | 239 MEMAllocFromAllocator( in MEMAllocFromAllocator() function
|
| /RvlSDK-2.1/build/demos/kpaddemo/src/ |
| D | main.c | 105 return MEMAllocFromAllocator(&s_mem2Allocator, size); in alloc32()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Management/ |
| D | mgt-fifo-brkpt.c | 293 GXInitFifoBase( fifo, MEMAllocFromAllocator(&DemoAllocator1, BIG_FIFO_SIZE), BIG_FIFO_SIZE ); in FifoInit()
|
| D | mgt-fifo-dual.c | 191 GXInitFifoBase( &Fifo[1], MEMAllocFromAllocator(&DemoAllocator1, FIFO_SIZE), FIFO_SIZE ); in FifoInit()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Framebuffer/ |
| D | frb-zcopy.c | 233 sc->cTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit() 241 sc->zTexData = MEMAllocFromAllocator(&DemoAllocator1, size); in DrawInit()
|
| /RvlSDK-2.1/build/demos/gxdemo/src/Texture/ |
| D | tex-tlut.c | 561 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-2.1/build/demos/gxdemo/src/Lighting/ |
| D | lit-tx-alpha.c | 219 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-2.1/build/demos/gxdemo/src/TexGen/ |
| D | tg-parabolicmap.c | 131 tex_buffer = (void*)MEMAllocFromAllocator(&DemoAllocator1, in DrawInit()
|