Home
last modified time | relevance | path

Searched refs:GL_MEMORY_SIZE (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/dlp/SimpleServer/
DParent.cpp40 const int GL_MEMORY_SIZE = 0x800000; variable
78 heapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(GL_MEMORY_SIZE)); in DoParent()
81 s_RenderSystem.Initialize(heapForGx, GL_MEMORY_SIZE); in DoParent()
/CTR-SDK-4.2.7-SampleDemos/dlp/Child_0/
DChild.cpp35 const int GL_MEMORY_SIZE = 0x800000; variable
112 heapForGx = reinterpret_cast<uptr>(s_AppHeap.Allocate(GL_MEMORY_SIZE)); in nnMain()
115 s_RenderSystem.Initialize(heapForGx, GL_MEMORY_SIZE); in nnMain()