Home
last modified time | relevance | path

Searched refs:ResParticleParameterAttribute (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/res/
Dgfx_ResParticleCollection.h90 class ResParticleParameterAttribute : public ResParticleAttribute
93 enum { TYPE_INFO = NW_GFX_RES_TYPE_INFO(ResParticleParameterAttribute) };
96 NW_RES_CTOR_INHERIT( ResParticleParameterAttribute, ResParticleAttribute ) in NW_RES_CTOR_INHERIT() argument
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_ParticleCollection.cpp100 const ResParticleParameterAttribute& resource, in ParticleParameterAttributeCreate()
180 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in GetMemorySizeInternal()
182 ResParticleParameterAttribute resParam((*it).ptr()); in GetMemorySizeInternal()
316 if ((*it).GetTypeInfo() != ResParticleParameterAttribute::TYPE_INFO) in GetDeviceMemorySizeInternal()
419 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
421 ResParticleParameterAttribute resParam((*it).ptr()); in Create()
633 if ((*it).GetTypeInfo() == ResParticleParameterAttribute::TYPE_INFO) in Create()
635 ResParticleParameterAttribute resParam((*it).ptr()); in Create()