Home
last modified time | relevance | path

Searched refs:typeInfo (Results 1 – 25 of 40) sorted by relevance

12

/NW4C-1.3.3/include/nw/ut/
Dut_ResMetaData.h31 nw::ut::ResTypeInfo typeInfo; member
77 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL()
95 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
114 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
140 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dut_ResPrimitive.h31 nw::ut::ResTypeInfo typeInfo; member
65 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
/NW4C-1.3.3/include/nw/gfx/res/
Dgfx_ResLookupTable.h36 nw::ut::ResTypeInfo typeInfo; member
79 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
230 switch ( this->ref().typeInfo ) in Dereference()
258 switch ( this->ref().typeInfo ) in Dereference()
Dgfx_ResParticleCollection.h30 nw::ut::ResTypeInfo typeInfo; member
53 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
104 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR_INHERIT()
Dgfx_ResParticleAnimation.h31 nw::ut::ResTypeInfo typeInfo; member
65 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_CLASS_DECL()
Dgfx_ResParticleShapeBuilder.h31 nw::ut::ResTypeInfo typeInfo; member
59 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dgfx_ResParticleAnimationOption.h31 nw::ut::ResTypeInfo typeInfo; member
54 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResCamera.h45 nw::ut::ResTypeInfo typeInfo; member
51 nw::ut::ResTypeInfo typeInfo; member
224 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
263 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResSceneObject.h35 nw::ut::ResTypeInfo typeInfo; member
117 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRUCT_DECL()
Dgfx_ResParticleUpdater.h70 nw::ut::ResTypeInfo typeInfo; member
100 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
477 nw::ut::ResTypeInfo typeInfo; member
497 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
Dgfx_ResTextureMapper.h32 nw::ut::ResTypeInfo typeInfo; member
52 nw::ut::ResTypeInfo typeInfo; member
268 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
570 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dgfx_ResParticleForm.h31 nw::ut::ResTypeInfo typeInfo; member
55 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResParticleInitializer.h32 nw::ut::ResTypeInfo typeInfo; member
60 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResVertex.h40 nw::ut::ResTypeInfo typeInfo; member
135 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dgfx_ResShape.h37 nw::ut::ResTypeInfo typeInfo; member
45 nw::ut::ResTypeInfo typeInfo; member
/NW4C-1.3.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp142 switch ( resImageTexture.ref().typeInfo ) in ResPixelBasedTextureMapper_Setup()
360 switch ( this->ref().typeInfo ) in CloneDynamic()
392 switch ( this->ref().typeInfo ) in GetMemorySizeForCloneInternal()
418 switch ( this->ref().typeInfo ) in DestroyDynamic()
451 switch ( this->ref().typeInfo ) in Setup()
476 switch ( this->ref().typeInfo ) in Cleanup()
504 switch ( this->ref().typeInfo ) in SetTexture()
512 switch ( resImageTexture.ref().typeInfo ) in SetTexture()
561 texture->typeInfo = ResReferenceTexture::TYPE_INFO; in ReferResTexture()
566 switch ( resTexture.ref().typeInfo ) in ReferResTexture()
Dgfx_ResLookupTable.cpp97 switch ( this->ref().typeInfo ) in Setup()
122 switch ( this->ref().typeInfo ) in Cleanup()
Dgfx_ResTexture.cpp281 switch(resRefTex.GetTargetTexture().ref().typeInfo) in ResReferenceTexture_Setup()
445 switch ( this->ref().typeInfo ) in Setup()
487 switch ( this->ref().typeInfo ) in Cleanup()
588 textureData->typeInfo = ResImageTexture::TYPE_INFO; in Create()
723 textureData->typeInfo = ResShadowTexture::TYPE_INFO; in Create()
Dgfx_ResShader.cpp46 switch ( this->ref().typeInfo ) in Dereference()
75 switch ( this->ref().typeInfo ) in Dereference()
106 switch ( this->ref().typeInfo ) in Setup()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_FragmentLight.cpp165 resFragmentLight->typeInfo = ResFragmentLight::TYPE_INFO; in CreateResFragmentLight()
195 distanceSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CreateResFragmentLight()
205 referenceAngleSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CreateResFragmentLight()
Dgfx_PerspectiveProjectionUpdater.cpp42 buffer->typeInfo = ResPerspectiveProjectionUpdater::TYPE_INFO; in Create()
Dgfx_FrustumProjectionUpdater.cpp43 buffer->typeInfo = ResFrustumProjectionUpdater::TYPE_INFO; in Create()
Dgfx_LookAtTargetViewUpdater.cpp42 buffer->typeInfo = ResLookAtTargetViewUpdater::TYPE_INFO; in Create()
/NW4C-1.3.3/sources/libraries/anim/res/
Danim_ResUtil.cpp53 texture.typeInfo = srcTexture->typeInfo; in CloneTextureAnimMember()
/NW4C-1.3.3/include/nw/anim/res/
Danim_ResAnimGroup.h56 nw::ut::ResTypeInfo typeInfo; member
172 nw::ut::ResTypeInfo typeInfo; member
316 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()

12