| /NW4C-1.3.3/include/nw/gfx/ |
| D | gfx_Skeleton.h | 85 bool GetTransform(int index, Transform** transform) in GetTransform() 93 bool GetTransform(int index, const Transform** transform) const in GetTransform() 101 Transform* GetTransform(int index) in GetTransform() 107 const Transform* GetTransform(int index) const in GetTransform() 158 bool GetMatrix(int index, math::MTX34** matrix) in GetMatrix() 166 bool GetMatrix(int index, const math::MTX34** matrix) const in GetMatrix() 174 math::MTX34* GetMatrix(int index) in GetMatrix() 180 const math::MTX34* GetMatrix(int index) const in GetMatrix() 224 bool GetTransform(int index, Transform** transform) in GetTransform() 234 bool GetTransform(int index, const Transform** transform) const in GetTransform() [all …]
|
| D | gfx_SceneEnvironment.h | 104 void SetFog(s32 index, Fog* fog) in SetFog() 114 Fog* GetFog(s32 index) in GetFog() 124 const Fog* GetFog(s32 index) const in GetFog() 135 void SetCamera(int index, Camera* camera) in SetCamera() 145 Camera* GetCamera(int index) in GetCamera() 155 const Camera* GetCamera(int index) const in GetCamera() 166 void SetLightSet(int index, LightSet* lightSet) in SetLightSet() 176 LightSet* GetLightSet(int index) in GetLightSet() 186 const LightSet* GetLightSet(int index) const in GetLightSet() 233 const FragmentLight* GetFragmentLight(int index) const in GetFragmentLight() [all …]
|
| D | gfx_ParticleShape.h | 179 bool IsVertexStream(int index) in IsVertexStream() 188 s32 GetVertexAttributeUsage(int index) in GetVertexAttributeUsage() 197 u32 GetVertexAttributeFormatType(int index) in GetVertexAttributeFormatType() 206 u8 GetVertexAttributeDimension(int index) in GetVertexAttributeDimension() 216 u8* GetVertexStreamPtr(int index, ParticleBuffer side) in GetVertexStreamPtr() 237 const u8* GetVertexStreamPtr(int index, ParticleBuffer side) const in GetVertexStreamPtr() 257 f32* GetVertexParameter(int index) in GetVertexParameter() 271 const f32* GetVertexParameter(int index) const in GetVertexParameter() 287 void SetVertexParameter(int index, ParticleBuffer side, const f32* ptr) in SetVertexParameter() 321 void* SetVertexAttributeCommandPtr(int index, int side, void* ptr) in SetVertexAttributeCommandPtr()
|
| D | gfx_ShaderProgram.h | 198 void SetUniversal(int index, const math::VEC4& vec) const in SetUniversal() 208 void SetUniversal(int index, const math::MTX34& mtx) const in SetUniversal() 218 void SetUniversal(int index, const math::MTX44& mtx) const in SetUniversal() 432 void SetUserVertexUniform(s32 index, ResShaderParameterValue parameter) const in SetUserVertexUniform() 461 void SetUserGeometryUniform(s32 index, ResShaderParameterValue parameter) const in SetUserGeometryUniform() 490 void SetVertexUniformBool(int index, bool value) const in SetVertexUniformBool() 508 void SetGeometryUniformBool(int index, bool value) const in SetGeometryUniformBool() 526 void SetVertexUniformInt(int index, s32 value) const in SetVertexUniformInt() 537 void SetGeometryUniformInt(int index, s32 value) const in SetGeometryUniformInt() 549 void SetVertexUniformInt(int index, s32 x, s32 y) const in SetVertexUniformInt() [all …]
|
| D | gfx_ParticleModel.h | 252 ParticleSet* GetParticleSets(int index) in GetParticleSets() 262 const ParticleSet* GetParticleSets(int index) const in GetParticleSets() 291 ParticleShape* GetParticleShapes(int index) in GetParticleShapes() 301 const ParticleShape* GetParticleShapes(int index) const in GetParticleShapes()
|
| D | gfx_CommandUtil.h | 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() 1281 NWSetVertexUniform4fv(u32 index, int count, const f32* data) in NWSetVertexUniform4fv() 1287 NWSetVertexUniform3fv(u32 index, int count, const f32* data) in NWSetVertexUniform3fv() 1293 NWSetVertexUniform2fv(u32 index, int count, const f32* data) in NWSetVertexUniform2fv() 1299 NWSetVertexUniform1fv(u32 index, int count, const f32* data) in NWSetVertexUniform1fv() 1305 NWSetGeometryUniform4fv(u32 index, int count, const f32* data) in NWSetGeometryUniform4fv() [all …]
|
| D | gfx_GraphicsDevice.h | 385 static NW_INLINE bool GetFragmentLightPositionW(int index) in GetFragmentLightPositionW() 396 static NW_INLINE void SetFragmentLightPositionW(int index, bool isWZero) in SetFragmentLightPositionW() 415 static void SetFragmentLightShadowed(int index, bool shadowed) in SetFragmentLightShadowed() 434 static void SetFragmentLightSpotEnabled(int index, bool enabled) in SetFragmentLightSpotEnabled() 453 static void SetFragmentLightDistanceAttnEnabled(int index, bool enabled) in SetFragmentLightDistanceAttnEnabled() 472 …static NW_INLINE void ActivateFragmentLightDistanceAttnTable(int index, const ResImageLookupTable … in ActivateFragmentLightDistanceAttnTable() 485 …static NW_INLINE void ActivateFragmentLightSpotTable(int index, const ResImageLookupTable lookupTa… in ActivateFragmentLightSpotTable() 499 static void ActivateFragmentLightDistanceAttnScaleBias(int index, u32 scalef20, u32 biasf20) in ActivateFragmentLightDistanceAttnScaleBias() 527 ActivateFragmentLightPosition(s32 index, const math::VEC4& pos) in ActivateFragmentLightPosition() 555 ActivateFragmentLightPosition(s32 index, const math::VEC4& pos, const math::VEC3& spotDir) in ActivateFragmentLightPosition()
|
| D | gfx_SceneEnvironmentSetting.h | 51 s32 index; member 63 s32 index; member 75 s32 index; member
|
| /NW4C-1.3.3/sources/libraries/lyt/ |
| D | lyt_Common.cpp | 450 GL::SetTextureSamplerType(GraphicsResource& graphicsResource, int index, int value) in SetTextureSamplerType() 472 GL::SetTevCombineRgb(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineRgb() 481 GL::SetTevCombineAlpha(GraphicsResource& graphicsResource, int index, TevMode value) in SetTevCombineAlpha() 507 GL::SetTevSrcRgb(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, TevSr… in SetTevSrcRgb() 517 GL::SetTevSrcAlpha(GraphicsResource& graphicsResource, int index, TevSrc value0, TevSrc value1, Tev… in SetTevSrcAlpha() 527 GL::SetTevOperandRgb(GraphicsResource& graphicsResource, int index, TevOpRgb value0, TevOpRgb value… in SetTevOperandRgb() 560 GL::SetTevOperandAlpha(GraphicsResource& graphicsResource, int index, TevOpAlp value0, TevOpAlp val… in SetTevOperandAlpha() 599 GL::SetTevScaleRgb(GraphicsResource& graphicsResource, int index, TevScale value) in SetTevScaleRgb() 608 GL::SetTevScaleAlpha(GraphicsResource& graphicsResource, int index, TevScale value) in SetTevScaleAlpha() 617 GL::SetTevConstRgba(GraphicsResource& graphicsResource, int index, nw::ut::Color8 value) in SetTevConstRgba() [all …]
|
| D | lyt_GraphicsResource.cpp | 224 GraphicsResource::GetResourcePath(int index) in GetResourcePath() 263 GraphicsResource::SetResource(int index, void* content, u32 fileSize, bool bFree) in SetResource()
|
| /NW4C-1.3.3/sources/libraries/font/ |
| D | font_ResFontBase.cpp | 206 GlyphIndex index = FindGlyphIndex(c); in SetAlternateChar() local 241 GlyphIndex index = GetGlyphIndex(c); in GetCharWidths() local 248 GlyphIndex index = GetGlyphIndex(c); in GetGlyph() local 284 GlyphIndex index = FindGlyphIndex(c); in GetGlyphIndex() local 323 u16 index = GLYPH_INDEX_NOT_FOUND; in FindGlyphIndex() local 439 GlyphIndex index, in SetGlyphMember()
|
| D | font_PackedFont.cpp | 322 GlyphIndex index = GetGlyphIndex(c); in GetGlyph() local 704 GlyphIndex index = GetGlyphIndex(c); in GetSheetIndex() local 1039 PackedFont::LRUManager::Use(int index) in Use() 1060 PackedFont::LRUManager::Unuse(int index) in Unuse() 1081 PackedFont::LRUManager::Lock(int index) in Lock() 1098 PackedFont::LRUManager::Unlock(int index) in Unlock()
|
| /NW4C-1.3.3/sources/libraries/gfx/ |
| D | gfx_ParticleSet.cpp | 1017 int index = *pActiveIndex; in InitializeParticles() local 1040 int index = *pActiveIndex; in InitializeParticles() local 1065 int index = *pActiveIndex; in InitializeParticles() local 1090 int index = *pActiveIndex; in InitializeParticles() local 1125 int index = *pActiveIndex; in InitializeParticles() local 1226 int index = *pActiveIndex; in InitializeParticles() local 1253 int index = *pActiveIndex; in InitializeParticles() local 1281 int index = *pActiveIndex; in InitializeParticles() local 1332 int index = *pActiveIndex; in InitializeParticles() local 1361 int index = *pActiveIndex; in InitializeParticles() local [all …]
|
| D | gfx_ParticleEmitter.cpp | 717 int index = *activeIndex; in CalcCubeForm() local 813 int index = *activeIndex; in CalcCylinderForm() local 935 int index = *activeIndex; in CalcDiscForm() local 1079 int index = *activeIndex; in CalcSphereForm() local 1212 int index = *activeIndex; in CalcRectangleForm() local
|
| D | gfx_SkeletonUpdater.cpp | 75 int index = 0; in UpdateWorld() local 232 int index = 0; in UpdateView() local
|
| /NW4C-1.3.3/demos/Nw4cDemo/include/ |
| D | SmParticle.h | 139 void detach( int index ) in detach() 151 void attach( int index ) in attach()
|
| /NW4C-1.3.3/include/nw/font/ |
| D | font_PackedFont.h | 313 bool IsLocked(int index) const in IsLocked() 346 OrderNode& GetNode(int index) { return mpOrderNodeArray[index]; } in GetNode() 348 const OrderNode& GetNode(int index) const { return mpOrderNodeArray[index]; } in GetNode()
|
| D | font_ResFontBase.h | 304 GetTextureObject(int index) const in GetTextureObject()
|
| /NW4C-1.3.3/include/nw/snd/ |
| D | snd_SoundArchive.h | 278 u32 index; // ウェーブサウンドセットファイル (bcwsd) 内で何番目か member 649 static ItemId GetSoundIdFromIndex( u32 index ) in GetSoundIdFromIndex() 674 static ItemId GetSoundGroupIdFromIndex( u32 index ) in GetSoundGroupIdFromIndex() 696 static ItemId GetBankIdFromIndex( u32 index ) in GetBankIdFromIndex() 718 static ItemId GetPlayerIdFromIndex( u32 index ) in GetPlayerIdFromIndex() 740 static ItemId GetWaveArchiveIdFromIndex( u32 index ) in GetWaveArchiveIdFromIndex() 762 static ItemId GetGroupIdFromIndex( u32 index ) in GetGroupIdFromIndex()
|
| D | snd_SequenceSoundFileReader.h | 42 inline const char* GetLabel( int index ) const in GetLabel()
|
| /NW4C-1.3.3/sources/libraries/demo/ |
| D | demo_GraphicsDrawing.cpp | 145 for ( s32 index = 0; index < m_MaxShapeVertexCount; index++ ) in InitializeShape() local 156 for ( s32 index = 0; index < m_MaxShapeVertexCount; index++ ) in InitializeShape() local 252 u32 index = 4 * m_ShapeVertexCount; in DrawLine() local 279 u32 index = 4 * m_ShapeVertexCount; in DrawRectangle() local 293 u32 index = 4 * m_ShapeVertexCount; in FillRectangle() local 307 u32 index = 4 * m_ShapeVertexCount; in FillTriangle() local 326 u32 index = 4 * m_ShapeVertexCount; in FillTriangles() local 770 for ( s32 index = 0; index < vertexCount; index++ ) in BuildColor() local
|
| /NW4C-1.3.3/sources/libraries/snd/ |
| D | snd_CurveLfo.cpp | 111 s8 CurveLfo::GetSinIdx( int index ) in GetSinIdx()
|
| D | snd_SoundArchiveFile.cpp | 277 u32 index = Util::GetItemIndex( itemId ); in GetSoundInfo() local 294 u32 index = Util::GetItemIndex( itemId ); in GetBankInfo() local 311 u32 index = Util::GetItemIndex( itemId ); in GetPlayerInfo() local 328 u32 index = Util::GetItemIndex( itemId ); in GetSoundGroupInfo() local 345 u32 index = Util::GetItemIndex( itemId ); in GetGroupInfo() local 362 u32 index = Util::GetItemIndex( itemId ); in GetWaveArchiveInfo() local 374 u32 index = Util::GetItemIndex( itemId ); in GetFileInfo() local
|
| /NW4C-1.3.3/include/nw/gfx/res/ |
| D | gfx_ResFragmentShader.h | 853 Source GetSourceRgb(s32 index) const in GetSourceRgb() 867 void SetSourceRgb(s32 index, Source value) in SetSourceRgb() 883 Source GetSourceAlpha(s32 index) const in GetSourceAlpha() 898 void SetSourceAlpha(s32 index, Source value) in SetSourceAlpha() 919 OperandRgb GetOperandRgb(s32 index) const in GetOperandRgb() 933 void SetOperandRgb(s32 index, OperandRgb value) in SetOperandRgb() 949 OperandAlpha GetOperandAlpha(s32 index) const in GetOperandAlpha() 964 void SetOperandAlpha(s32 index, OperandAlpha value) in SetOperandAlpha() 1185 BufferInput GetBufferInputRgb(s32 index) const in GetBufferInputRgb() 1197 void SetBufferInputRgb(s32 index, BufferInput value) in SetBufferInputRgb() [all …]
|
| /NW4C-1.3.3/include/nw/dev/ |
| D | dev_Screenshot.h | 221 Screenshot* GetScreenshot(int index) in GetScreenshot() 227 const Screenshot* GetScreenshot(int index) const in GetScreenshot()
|