Home
last modified time | relevance | path

Searched refs:heapForGx (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/fs/common/
DFsSampleCommon.cpp40 uptr heapForGx = reinterpret_cast<uptr>(heap.Allocate(0x800000)); in nnMain() local
42 renderSystem.Initialize(heapForGx, 0x800000); in nnMain()
83 heap.Free(reinterpret_cast<void*>(heapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/demo1/
Ddemo1.cpp70 uptr heapForGx = reinterpret_cast<uptr>(appHeap.Allocate(s_GxHeapSize)); in StartDemo() local
72 s_RenderSystem.Initialize(heapForGx, s_GxHeapSize); in StartDemo()
249 appHeap.Free(reinterpret_cast<void*>(heapForGx)); in StartDemo()
/CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/
DParent.cpp60 uptr heapForGx; in DoParent() local
78 heapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(GL_MEMORY_SIZE)); in DoParent()
81 s_RenderSystem.Initialize(heapForGx, GL_MEMORY_SIZE); in DoParent()
DSimpleServer.cpp544 uptr heapForGx = reinterpret_cast<uptr> (appHeap.Allocate(0x800000)); in nnMain() local
546 renderSystem.Initialize(heapForGx, 0x800000); in nnMain()
658 appHeap.Free(reinterpret_cast<void*>(heapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp96 uptr heapForGx; in nnMain() local
112 heapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(GL_MEMORY_SIZE)); in nnMain()
115 s_RenderSystem.Initialize(heapForGx, GL_MEMORY_SIZE); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/dlp/FakeClient/
DFakeClient.cpp780 uptr heapForGx = reinterpret_cast<uptr>(appHeap.Allocate(0x800000)); in nnMain() local
782 renderSystem.Initialize(heapForGx, 0x800000); in nnMain()
894 appHeap.Free(reinterpret_cast<void*>(heapForGx)); in nnMain()
/CTR-SDK-4.2.7-SampleDemos/cec/cec_demo2/
Dcec_Main.cpp889 uptr heapForGx = reinterpret_cast<uptr> (appHeap.Allocate(0x800000)); in nnMain() local
891 renderSystem.Initialize(heapForGx, 0x800000); in nnMain()