Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResUtil.cpp55 texture.m_Header.revision = srcTexture->m_Header.signature; in CloneTextureAnimMember()
111 animData->m_Header.revision = src.ptr()->m_Header.revision; in CloneTextureAnim()
Danim_ResAnim.cpp535 data->m_Header.revision = ResAnim::BINARY_REVISION; in CreateEmptyResAnim()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResFog.h153 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResSceneEnvironmentSetting.h119 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResModel.h170 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResLookupTable.h221 u32 GetRevision() const { return this->GetHeader().revision; } in GetRevision()
Dgfx_ResCamera.h584 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResLight.h157 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResShader.h707 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResTexture.h140 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
Dgfx_ResMaterial.h1525 u32 GetRevision() const { return this->GetHeader().revision; } in NW_RES_CTOR_INHERIT()
/NW4C-1.3.3/include/nw/ut/
Dut_BinaryFileFormat.h115 ResU32 revision; // リビジョン : 4 Byte member
Dut_ResUtil.h433 ResU32 revision; member
477 u32 GetRevision() const { return ref().revision; } in GetRevision()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AmbientLight.cpp144 resAmbientLight->m_Header.revision = ResLight::BINARY_REVISION; in CreateResAmbientLight()
Dgfx_HemiSphereLight.cpp146 resHemiSphereLight->m_Header.revision = ResLight::BINARY_REVISION; in CreateResHemiSphereLight()
Dgfx_VertexLight.cpp164 resVertexLight->m_Header.revision = ResLight::BINARY_REVISION; in CreateResVertexLight()
Dgfx_FragmentLight.cpp166 resFragmentLight->m_Header.revision = ResLight::BINARY_REVISION; in CreateResFragmentLight()
Dgfx_Fog.cpp149 resFog->m_Header.revision = ResFog::BINARY_REVISION; in CreateResFog()
Dgfx_Camera.cpp238 resCamera->m_Header.revision = ResCamera::BINARY_REVISION; in Create()
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTexture.cpp589 textureData->m_Header.revision = ResImageTexture::BINARY_REVISION; in Create()
724 textureData->m_Header.revision = ResShadowTexture::BINARY_REVISION; in Create()