Home
last modified time | relevance | path

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

12

/NW4C-2.0.3/include/nw/ut/
Dut_ResMetaData.h33 nw::ut::ResTypeInfo typeInfo; member
79 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRING_DECL()
97 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
116 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
142 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dut_ResPrimitive.h33 nw::ut::ResTypeInfo typeInfo; member
67 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResLookupTable.h38 nw::ut::ResTypeInfo typeInfo; member
81 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
238 switch ( this->ref().typeInfo ) in Dereference()
266 switch ( this->ref().typeInfo ) in Dereference()
Dgfx_ResParticleCollection.h32 nw::ut::ResTypeInfo typeInfo; member
55 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
106 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR_INHERIT()
Dgfx_ResParticleAnimation.h33 nw::ut::ResTypeInfo typeInfo; member
67 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_CLASS_DECL()
Dgfx_ResParticleAnimationOption.h33 nw::ut::ResTypeInfo typeInfo; member
56 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResParticleShapeBuilder.h33 nw::ut::ResTypeInfo typeInfo; member
61 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dgfx_ResCamera.h47 nw::ut::ResTypeInfo typeInfo; member
53 nw::ut::ResTypeInfo typeInfo; member
226 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
265 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResSceneObject.h37 nw::ut::ResTypeInfo typeInfo; member
119 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_STRUCT_DECL()
Dgfx_ResParticleUpdater.h74 nw::ut::ResTypeInfo typeInfo; member
104 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
481 nw::ut::ResTypeInfo typeInfo; member
501 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_CTOR()
Dgfx_ResTextureMapper.h34 nw::ut::ResTypeInfo typeInfo; member
54 nw::ut::ResTypeInfo typeInfo; member
270 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
572 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dgfx_ResParticleForm.h33 nw::ut::ResTypeInfo typeInfo; member
57 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResVertex.h42 nw::ut::ResTypeInfo typeInfo; member
142 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()
Dgfx_ResParticleInitializer.h34 nw::ut::ResTypeInfo typeInfo; member
62 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in NW_RES_FIELD_PRIMITIVE_DECL()
Dgfx_ResShape.h39 nw::ut::ResTypeInfo typeInfo; member
47 nw::ut::ResTypeInfo typeInfo; member
/NW4C-2.0.3/sources/libraries/gfx/res/
Dgfx_ResTextureMapper.cpp144 switch ( resImageTexture.ref().typeInfo ) in ResPixelBasedTextureMapper_Setup()
362 switch ( this->ref().typeInfo ) in CloneDynamic()
394 switch ( this->ref().typeInfo ) in GetMemorySizeForCloneInternal()
420 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()
[all …]
Dgfx_ResLookupTable.cpp99 switch ( this->ref().typeInfo ) in Setup()
124 switch ( this->ref().typeInfo ) in Cleanup()
Dgfx_ResTexture.cpp341 switch(resRefTex.GetTargetTexture().ref().typeInfo) in ResReferenceTexture_Setup()
505 switch ( this->ref().typeInfo ) in Setup()
554 switch ( this->ref().typeInfo ) in Cleanup()
618 textureData->typeInfo = ResImageTexture::TYPE_INFO; in Create()
736 textureData->typeInfo = ResCubeTexture::TYPE_INFO; in Create()
859 textureData->typeInfo = ResShadowTexture::TYPE_INFO; in Create()
Dgfx_ResShader.cpp48 switch ( this->ref().typeInfo ) in Dereference()
77 switch ( this->ref().typeInfo ) in Dereference()
108 switch ( this->ref().typeInfo ) in Setup()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_FragmentLight.cpp226 resFragmentLight->typeInfo = ResFragmentLight::TYPE_INFO; in CreateResFragmentLight()
256 distanceSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CreateResFragmentLight()
266 referenceAngleSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CreateResFragmentLight()
290 resFragmentLight->typeInfo = source->typeInfo; in CloneResFragmentLight()
324 distanceSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CloneResFragmentLight()
352 referenceAngleSampler->typeInfo = ResReferenceLookupTable_TYPE_INFO; in CloneResFragmentLight()
Dgfx_PerspectiveProjectionUpdater.cpp44 buffer->typeInfo = ResPerspectiveProjectionUpdater::TYPE_INFO; in Create()
Dgfx_LookAtTargetViewUpdater.cpp44 buffer->typeInfo = ResLookAtTargetViewUpdater::TYPE_INFO; in Create()
Dgfx_FrustumProjectionUpdater.cpp45 buffer->typeInfo = ResFrustumProjectionUpdater::TYPE_INFO; in Create()
/NW4C-2.0.3/sources/libraries/anim/res/
Danim_ResUtil.cpp55 texture.typeInfo = srcTexture->typeInfo; in CloneTextureAnimMember()
/NW4C-2.0.3/include/nw/anim/res/
Danim_ResAnimGroup.h58 nw::ut::ResTypeInfo typeInfo; member
174 nw::ut::ResTypeInfo typeInfo; member
318 nw::ut::ResTypeInfo GetTypeInfo() const { return ref().typeInfo; } in GetTypeInfo()

12