| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_CommandUtil.h | 452 MakeCommandHeader(u32 address, int count, bool incremental, u8 byteEnable) in MakeCommandHeader() 481 #define NW_GFX_GPU_HEADER(addr, count, incremental, byteEnable) (u32)((incremental << 31) | (count… argument 661 NWSetUniform4fv(u32 index, int count, const f32* data) in NWSetUniform4fv() 801 NWSetUniform3fv(u32 index, int count, const f32* data) in NWSetUniform3fv() 910 NWSetUniform2fv(u32 index, int count, const f32* data) in NWSetUniform2fv() 1019 NWSetUniform1fv(u32 index, int count, const f32* data) in NWSetUniform1fv() 1129 NWSetUniform4fvBegin(u32 index, int totalCount, int count, const f32* data) in NWSetUniform4fvBegin() 1216 NWSetUniform4fvContinuous(int count, const f32* data) in NWSetUniform4fvContinuous() 1281 NWSetVertexUniform4fv(u32 index, int count, const f32* data) in NWSetVertexUniform4fv() 1287 NWSetVertexUniform3fv(u32 index, int count, const f32* data) in NWSetVertexUniform3fv() [all …]
|
| D | gfx_MemoryUtil.h | 61 #define INVOKE_SUB(count) \ in FastWordCopy() argument
|
| D | gfx_DisplayList.h | 118 void WriteData(const void* data, int count) in WriteData()
|
| D | gfx_ShaderBinaryInfo.h | 321 s32 count = 0; in SearchBinadSymbolCount() local 417 s32 count = 0; in GetInputRegisterNum() local 442 s32 count = 0; in GetOutputRegisterNum() local 467 s32 count = 0; in GetOutputRegisterNum() local 505 s32 count = 0; in GetShaderOutputRegisterNum() local
|
| D | gfx_ShaderProgram.h | 348 …void SetUniforms(ShaderUniform location, const math::VEC2* vec, int count) const { glUniform2fv(m_… in SetUniforms() 356 …void SetUniforms(ShaderUniform location, const math::VEC3* vec, int count) const { glUniform3fv(m_… in SetUniforms() 364 …void SetUniforms(ShaderUniform location, const math::VEC4* vec, int count) const { glUniform4fv(m_… in SetUniforms()
|
| D | gfx_ParticleCollection.h | 159 void SetCount(int count) in SetCount()
|
| D | gfx_ParticleShape.h | 301 int count = this->GetVertexAttributeDimension(index); in SetVertexParameter() local
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_DriverCommandManager.cpp | 63 void* DriverCommandManager::AllocMemory( u32 count ) in AllocMemory() 85 void* DriverCommandManager::TryAllocMemory( u32 count ) in TryAllocMemory()
|
| D | snd_InstancePool.cpp | 98 int count = 0; in CountImpl() local
|
| D | snd_StreamSoundFileReader.cpp | 98 u32 count = ut::Min( static_cast<int>( pTrackInfo->channelCount ), WAVE_CHANNEL_MAX ); in ReadStreamTrackInfo() local
|
| D | snd_ExternalSoundPlayer.cpp | 162 void ExternalSoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()
|
| D | snd_SoundActor.cpp | 154 void SoundActor::SetPlayableSoundCount( int actorPlayerId, int count ) in SetPlayableSoundCount()
|
| D | snd_SoundPlayer.cpp | 365 void SoundPlayer::SetPlayableSoundCount( int count ) in SetPlayableSoundCount()
|
| D | snd_Channel.cpp | 514 void Channel::UpdateSweep( int count ) in UpdateSweep()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 250 …s32 count = this->BuildLine( p1, p2, m_LineWidth, &m_ShapePositionStreamArray[ m_ShapeVertexCount … in DrawLine() local 264 s32 count = 0; in DrawRectangle() local 291 s32 count = this->BuildRectangle(pos, size, &m_ShapePositionStreamArray[ m_ShapeVertexCount ]); in FillRectangle() local 305 …s32 count = this->BuildTriangle( pt1, pt2, pt3, &m_ShapePositionStreamArray[ m_ShapeVertexCount ] … in FillTriangle() local 718 s32 count = 0; in BuildRectangle() local 732 s32 count = 0; in BuildRectangle() local 756 s32 count = 0; in BuildLine() local
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_Util.h | 118 COUNT_TYPE count; member 286 u32 count = GetTrueCount( bitNumber ); in GetValue() local 297 u32 count = GetTrueCount( bitNumber ); in GetValueF32() local 324 int count = 0; in GetTrueCount() local 555 int count = 0; in GetPercentage() local
|
| D | snd_SoundSystem.h | 917 static void GetSoundThreadTickCount( nn::os::Tick& tick, int& count ) in GetSoundThreadTickCount() 1075 static void SetMaxVoiceCount( int count ) in SetMaxVoiceCount()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_MeshRenderer.cpp | 479 int count = particleShape->GetVertexCapacity(); in RenderParticleShape() local 492 int count = 1; in RenderParticleShape() local 546 for (int count = 0; count < boneIndexCount; ++count) in SetMatrixPalette() local
|
| /NW4C-1.3.3/include/nw/os/ |
| D | os_Memory.h | 172 void DestructAndFree(TObject* objects, int count) in DestructAndFree() 268 AllocateAndAssignN(os::IAllocator* allocator, int count, TObject object) in AllocateAndAssignN()
|
| /NW4C-1.3.3/demos/gfx/ParticleChangeVtxDemo/sources/ |
| D | ParticleChangeVtxDemo.cpp | 413 const int count = collection->GetCount(); in UpdateScene() local 490 int count = 0; in DemoScene() local
|
| /NW4C-1.3.3/include/nw/demo/ |
| D | demo_CameraController.h | 68 Builder& MaxCameraCount(size_t count) in MaxCameraCount()
|
| D | demo_DisplayBufferSwapper.h | 183 Builder& BufferCount(size_t count) { m_Description.bufferCount = count; return *this; } in BufferCount()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_TextWriterBase.h | 490 std::size_t count, in VSNPrintf() 504 std::size_t count, in VSNPrintf()
|
| /NW4C-1.3.3/demos/gfx/ParticleChokeDemo/sources/ |
| D | ParticleChokeDemo.cpp | 454 int count = 0; in DemoScene() local
|
| /NW4C-1.3.3/sources/libraries/ut/ |
| D | ut_HeapBase.cpp | 85 int count = 0; in DumpHeapList() local
|