Home
last modified time | relevance | path

Searched defs:address (Results 1 – 18 of 18) sorted by relevance

/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_OffScreenBuffer.cpp63 u32 address = ResStaticCast<ResImageTexture>(resTexture).GetImage().GetImageAddress(); in OffScreenBuffer() local
70 … u32 address = ResStaticCast<ResCubeTexture>(resTexture).GetImage( face ).GetImageAddress(); in OffScreenBuffer() local
77 u32 address = ResStaticCast<ResShadowTexture>(resTexture).GetImage().GetImageAddress(); in OffScreenBuffer() local
/NW4C-1.2.23/sources/libraries/demo/
Ddemo_Memory.cpp61 uptr address = reinterpret_cast<uptr>(memory); in InitializeDemoAllocator() local
89 uptr address = nn::os::GetDeviceMemoryAddress(); in InitializeDemoMemory() local
166 DemoAllocator::GetMemoryBlockSize(void* address) in GetMemoryBlockSize()
/NW4C-1.2.23/include/nw/demo/
Ddemo_Memory.h229 void SetBreakAlloc(int address, size_t size) in SetBreakAlloc()
251 void SetBreakFree(int address, size_t size) in SetBreakFree()
/NW4C-1.2.23/sources/libraries/gfx/res/
Dgfx_ResVertex.cpp43 void* address = NULL; in BufferData() local
93 void* address = reinterpret_cast<void*>( resStream.GetLocationAddress() ); in DeleteBuffer() local
Dgfx_ResShape.cpp71 void* address = NULL; in BufferData() local
127 void* address = reinterpret_cast<void*>( resStream.GetLocationAddress() ); in DeleteBuffer() local
Dgfx_ResTexture.cpp78 void* address = NULL; in TexImage2D() local
144 void* address = reinterpret_cast<void*>( resImage.GetLocationAddress() ); in DeleteImage2D() local
/NW4C-1.2.23/include/nw/snd/
Dsnd_GroupFileReader.h28 const void* address; // 非 NULL: 埋め込みアイテム。ロードされたアドレスを格納。 member
Dsnd_SoundDataManager.h328 const void* address; member
Dsnd_SequenceTrack.h61 const u8* address; member
/NW4C-1.2.23/sources/libraries/ut/
Dut_HeapBase.cpp371 void HeapBase::FillFreeMemory( void* address, u32 size ) in FillFreeMemory()
393 void HeapBase::FillNoUseMemory( void* address, u32 size ) in FillNoUseMemory()
415 void HeapBase::FillAllocMemory( void* address, u32 size ) in FillAllocMemory()
Dut_CmdCache.cpp31 u16 address; member
493 const u32 address = internal::GetBits(command[1], 0, 16); in DumpCommon() local
/NW4C-1.2.23/include/nw/gfx/res/
Dgfx_ResTexture.h323 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
324 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
398 void SetLocationAddress(u32 address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress()
399 void SetLocationAddress(const void* address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress()
657 …void SetLocationAddress( CubeFace face, u32 address) { this->GetImage( face ).SetLocationAddress( … in SetLocationAddress()
658 …void SetLocationAddress( CubeFace face, const void* address) { this->GetImage( face ).SetLocationA… in SetLocationAddress()
700 void SetLocationAddress(u32 address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress()
701 void SetLocationAddress(const void* address) { this->GetImage().SetLocationAddress( address ); } in SetLocationAddress()
Dgfx_ResVertex.h290 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
291 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
521 void SetLocationAddress(u32 address) { ref().m_LocationAddress = address; } in SetLocationAddress()
522 …void SetLocationAddress(const void* address) { ref().m_LocationAddress = reinterpret_cast<u32>(add… in SetLocationAddress()
/NW4C-1.2.23/include/nw/ut/
Dut_BinaryReader.h39 void SetCurrentAddress( void* address ) { m_CurrentAddress = address; } in SetCurrentAddress()
/NW4C-1.2.23/sources/libraries/dev/
Ddev_Screenshot.cpp170 GLint address; in Take() local
Ddev_DirectPrint.cpp891 GLint address = 0; in SetTargetActiveDisplayBuffer() local
/NW4C-1.2.23/sources/libraries/snd/
Dsnd_SoundDataManager.cpp898 SoundDataManager::SetFileAddress( SoundArchive::FileId fileId, const void* address ) in SetFileAddress()
/NW4C-1.2.23/include/nw/gfx/
Dgfx_CommandUtil.h452 MakeCommandHeader(u32 address, int count, bool incremental, u8 byteEnable) in MakeCommandHeader()