Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/gfx/AnimationDemo/sources/
DAnimationDemo.cpp368 … void* vramAddr = nw::demo::AllocateGraphicsMemory(NN_GX_MEM_VRAMA, NN_GX_MEM_TEXTURE, 0, size); in BuildResources() local
372 nngxAddVramDmaCommand( imageData, vramAddr, size ); in BuildResources()
375 nw::gfx::TransferedVramAddressSetter locationSetter( imageData, vramAddr ); in BuildResources()