Home
last modified time | relevance | path

Searched refs:s_HeapForGx (Results 1 – 23 of 23) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/
Dgx_Draw2d.cpp35 uptr s_HeapForGx; variable
50 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
52 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
59 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in Finalize()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LineSimple/
DLineSimple.cpp49 uptr s_HeapForGx; variable
138 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
140 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
209 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/ClipEquation/
DClipEquation.cpp58 uptr s_HeapForGx; variable
199 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
201 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
269 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorSimple/
DGasColorSimple.cpp53 uptr s_HeapForGx; variable
72 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
74 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
374 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasColorOptimal/
DGasColorOptimal.cpp37 uptr s_HeapForGx; variable
56 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
58 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
361 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Demo/DrawTexture2d/
Dgx_DrawTexture2d.cpp35 uptr s_HeapForGx; variable
108 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
110 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
123 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in Finalize()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingDistanceAtte/
DLightingDistanceAtte.cpp64 uptr s_HeapForGx; variable
241 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
243 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
328 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
DTriangleSimple.cpp39 uptr s_HeapForGx; variable
257 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
259 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
302 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in Finalize()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Fog/
DFog.cpp104 uptr s_HeapForGx; variable
368 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
370 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
456 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSpotAtte/
DLightingSpotAtte.cpp55 uptr s_HeapForGx; variable
266 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
268 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
352 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/TriangleSimpleCmd/
Dgx_TriangleSimpleCmd.cpp44 uptr s_HeapForGx; variable
95 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
104 demo::InitializeMemoryManager(s_HeapForGx, s_GxHeapSize); in InitializeGraphics()
1038 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/
DLightingVertex.cpp95 uptr s_HeapForGx; variable
303 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
305 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
410 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/EarlyDepthTestSample/
DEarlyDepthTestSample.cpp93 uptr s_HeapForGx; variable
369 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
371 demo::memory_manager::InitializeMemoryManager(s_HeapForGx, s_GxHeapSize); in Initialize()
488 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/PartsysGas/
DPartsysGas.cpp53 uptr s_HeapForGx; variable
141 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
143 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
528 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingToonApple/
DLightingToonApple.cpp69 uptr s_HeapForGx; variable
375 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
377 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
463 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingFresnel/
DLightingFresnel.cpp79 uptr s_HeapForGx; variable
351 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
353 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
429 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/GasCessna/
DGasCessna.cpp70 uptr s_HeapForGx; variable
88 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
90 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
477 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingAniso/
DLightingAniso.cpp81 uptr s_HeapForGx; variable
403 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
405 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
486 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingMicrofacet/
DLightingMicrofacet.cpp69 uptr s_HeapForGx; variable
428 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
430 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
507 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.cpp80 uptr s_HeapForGx; variable
425 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in InitializeGraphics()
428 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in InitializeGraphics()
526 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in FinalizeGraphics()
/CTR-SDK-4.2.7-SampleDemos/gx/Cmd/FragmentLightingSimpleCmd/
Dgx_FragmentLightingSimpleCmd.cpp39 uptr s_HeapForGx; variable
226 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in InitializeGraphics()
228 demo::memory_manager::InitializeMemoryManager(s_HeapForGx, s_GxHeapSize); in InitializeGraphics()
418 s_AppHeap.Free(reinterpret_cast<void*>( s_HeapForGx) ); in Finalize()
/CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingSss/
DLightingSss.cpp76 uptr s_HeapForGx; variable
453 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
456 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
539 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/gx/Api/CommandBufferJump/
DCommandBufferJump.cpp88 uptr s_HeapForGx; variable
571 s_HeapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(s_GxHeapSize)); in Initialize()
573 s_RenderSystem.Initialize(s_HeapForGx, s_GxHeapSize); in Initialize()
684 s_AppHeap.Free(reinterpret_cast<void*>(s_HeapForGx)); in nnMain()