| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/Draw2d/ |
| D | gx_Draw2d.cpp | 35 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/ |
| D | LineSimple.cpp | 49 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/ |
| D | ClipEquation.cpp | 58 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/ |
| D | GasColorSimple.cpp | 53 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/ |
| D | GasColorOptimal.cpp | 37 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/ |
| D | gx_DrawTexture2d.cpp | 35 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/ |
| D | LightingDistanceAtte.cpp | 64 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/ |
| D | TriangleSimple.cpp | 39 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/ |
| D | Fog.cpp | 104 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/ |
| D | LightingSpotAtte.cpp | 55 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/ |
| D | gx_TriangleSimpleCmd.cpp | 44 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/ |
| D | LightingVertex.cpp | 95 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/ |
| D | EarlyDepthTestSample.cpp | 93 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/ |
| D | PartsysGas.cpp | 53 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/ |
| D | LightingToonApple.cpp | 69 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/ |
| D | LightingFresnel.cpp | 79 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/ |
| D | GasCessna.cpp | 70 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/ |
| D | LightingAniso.cpp | 81 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/ |
| D | LightingMicrofacet.cpp | 69 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/ |
| D | graphics.cpp | 80 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/ |
| D | gx_FragmentLightingSimpleCmd.cpp | 39 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/ |
| D | LightingSss.cpp | 76 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/ |
| D | CommandBufferJump.cpp | 88 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()
|